Hello Rahul,
On Fri, Aug 3, 2018 at 7:27 PM, Rahul Gurung wrote:
> Hi,
>
> I am trying to convert java unit tests to cppunit test and I am currently
> studying old commits, and came across this line,
>
>
> "UnoRuntime.queryInterface (XArrayFormulaRange.class, new_range);"
>
> I checked the docu
Hi,
I am trying to convert java unit tests to cppunit test and I am currently
studying old commits, and came across this line,
"UnoRuntime.queryInterface (XArrayFormulaRange.class, new_range);"
I checked the documentation but couldn't find what this
XArrayFormulaRange.class means, can anyone ex