Searched refs:aRowObj (Results 1 – 6 of 6) sorted by relevance
| /trunk/test/testuno/source/fvt/uno/sc/data/ |
| H A D | StandardFilterOption.java | 108 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString() local 109 … XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilterForString() 126 Object aRowObj = Rows.getByIndex(i); in testStandardFilterForString() local 127 … XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilterForString() 167 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCaseSensitive() local 168 … XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilterOptionCaseSensitive() 181 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCaseSensitive() local 182 … XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilterOptionCaseSensitive() 199 Object aRowObj = Rows.getByIndex(i); in testStandardFilterOptionCaseSensitive() local 200 … XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilterOptionCaseSensitive() [all …]
|
| H A D | AdvanceFilter.java | 107 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 D | StardarFilterTest.java | 144 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 D | ResizeHideShowRowColumn.java | 184 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 D | GeneralTableSample.cs | 177 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 D | GeneralTableSample.java | 173 Object aRowObj = xRows.getByIndex( 6 ); in doSampleFunction() local 175 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, aRowObj ); in doSampleFunction()
|