Home
last modified time | relevance | path

Searched refs:aRowObj (Results 1 – 6 of 6) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sc/data/
H A DStandardFilterOption.java108 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString() local
126 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString() local
167 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCaseSensitive() local
181 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCaseSensitive() local
199 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCaseSensitive() local
238 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionContainsHeader() local
252 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionContainsHeader() local
270 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionContainsHeader() local
320 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCopyOutput() local
332 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCopyOutput() local
[all …]
H A DAdvanceFilter.java107 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString() local
108 XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilterForString()
125 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString() local
126 XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilterForString()
H A DStardarFilterTest.java144 Object aRowObj = Rows.getByIndex(i); in testStandardFilter() local
145 XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilter()
159 Object aRowObj = Rows.getByIndex(i); in testStandardFilter() local
160 XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilter()
/trunk/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DResizeHideShowRowColumn.java184 Object aRowObj = Rows.getByIndex( 0 ); in testResizeRow() local
186 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()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DGeneralTableSample.cs177 uno.Any aRowObj = xRows.getByIndex( 6 ); in doSampleFunction()
178 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) aRowObj.Value; in doSampleFunction()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java173 Object aRowObj = xRows.getByIndex( 6 ); in doSampleFunction() local
175 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, aRowObj ); in doSampleFunction()

Completed in 32 milliseconds