Searched refs:aRowObj (Results 1 – 6 of 6) sorted by relevance
108 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString() local126 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString() local167 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCaseSensitive() local181 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCaseSensitive() local199 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCaseSensitive() local238 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionContainsHeader() local252 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionContainsHeader() local270 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionContainsHeader() local320 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCopyOutput() local332 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCopyOutput() local[all …]
107 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString() local108 XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilterForString()125 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString() local126 XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilterForString()
144 Object aRowObj = Rows.getByIndex(i); in testStandardFilter() local145 XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilter()159 Object aRowObj = Rows.getByIndex(i); in testStandardFilter() local160 XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilter()
184 Object aRowObj = Rows.getByIndex( 0 ); in testResizeRow() local186 PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj ); in testResizeRow()209 aRowObj = Rows.getByIndex( 0 ); in testResizeRow()211 PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testResizeRow()239 aRowObj = Rows.getByIndex( 0 ); in testResizeRow()241 PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testResizeRow()
177 uno.Any aRowObj = xRows.getByIndex( 6 ); in doSampleFunction()178 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) aRowObj.Value; in doSampleFunction()
173 Object aRowObj = xRows.getByIndex( 6 ); in doSampleFunction() local175 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, aRowObj ); in doSampleFunction()
Completed in 84 milliseconds