Home
last modified time | relevance | path

Searched refs:xIA (Results 1 – 20 of 20) sorted by relevance

/aoo42x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XCellFormatRangesSupplier.java53 XIndexAccess xIA = oObj.getCellFormatRanges(); in _getCellFormatRanges() local
54 if (xIA != null) { in _getCellFormatRanges()
55 res = checkIndexAccess(xIA); in _getCellFormatRanges()
68 protected boolean checkIndexAccess(XIndexAccess xIA) { in checkIndexAccess() argument
70 int count = xIA.getCount(); in checkIndexAccess()
75 Object element = xIA.getByIndex(k); in checkIndexAccess()
H A D_XUniqueCellFormatRangesSupplier.java43 XIndexAccess xIA = oObj.getUniqueCellFormatRanges(); in _getUniqueCellFormatRanges() local
44 if (xIA != null) { in _getUniqueCellFormatRanges()
45 res = checkIndexAccess(xIA); in _getUniqueCellFormatRanges()
58 protected boolean checkIndexAccess(XIndexAccess xIA) { in checkIndexAccess() argument
60 int count = xIA.getCount(); in checkIndexAccess()
65 Object element = xIA.getByIndex(k); in checkIndexAccess()
H A D_XDataPilotField.java35 XIndexAccess xIA = oObj.getItems(); in _getItems() local
36 tRes.tested("getItems()", checkIndexAccess(xIA)); in _getItems()
43 protected boolean checkIndexAccess(XIndexAccess xIA) { in checkIndexAccess() argument
45 int count = xIA.getCount(); in checkIndexAccess()
51 Object element = xIA.getByIndex(k); in checkIndexAccess()
H A D_XDataPilotTable2.java196 XIndexAccess xIA = (XIndexAccess)UnoRuntime.queryInterface( in _insertDrillDownSheet() local
198 int sheetCount = xIA.getCount(); in _insertDrillDownSheet()
208 int newSheetCount = xIA.getCount(); in _insertDrillDownSheet()
226 XSpreadsheet.class, xIA.getByIndex(addr.Sheet)); in _insertDrillDownSheet()
/aoo42x/main/qadevOOo/tests/java/ifc/text/
H A D_XText.java91 XIndexAccess xIA = info.getCollection(); in _insertTextContent() local
100 if (xIA != null ) { in _insertTextContent()
101 result = (xIA.getCount()>0); in _insertTextContent()
H A D_XDefaultNumberingProvider.java54 XIndexAccess xIA[] = oObj.getDefaultOutlineNumberings(loc) ; in _getDefaultOutlineNumberings() local
56 tRes.tested("getDefaultOutlineNumberings()", xIA != null) ; in _getDefaultOutlineNumberings()
/aoo42x/main/qadevOOo/runner/util/
H A DInstCreator.java44 XIndexAccess xIA; field in InstCreator
55 xIA = createCollection(); in InstCreator()
71 return xIA; in getCollection()
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScIndexEnumeration_SpreadsheetViewPanesEnumeration.java82 XIndexAccess xIA = (XIndexAccess) in createTestEnvironment() local
86 new Type(XInterface.class),xIA.getByIndex(0)); in createTestEnvironment()
99 UnoRuntime.queryInterface(XEnumerationAccess.class,xIA); in createTestEnvironment()
H A DScDataPilotFieldGroupsObj.java283 …XIndexAccess xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotT… in createTestEnvironment() local
287 …= (XDataPilotDescriptor) UnoRuntime.queryInterface (XDataPilotDescriptor.class,xIA.getByIndex (0)); in createTestEnvironment()
316xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotTables ()); in createTestEnvironment()
319 …= (XDataPilotDescriptor) UnoRuntime.queryInterface (XDataPilotDescriptor.class,xIA.getByIndex (0)); in createTestEnvironment()
H A DScDataPilotFieldGroupObj.java283 …XIndexAccess xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotT… in createTestEnvironment() local
287 …= (XDataPilotDescriptor) UnoRuntime.queryInterface (XDataPilotDescriptor.class,xIA.getByIndex (0)); in createTestEnvironment()
316xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotTables ()); in createTestEnvironment()
319 …= (XDataPilotDescriptor) UnoRuntime.queryInterface (XDataPilotDescriptor.class,xIA.getByIndex (0)); in createTestEnvironment()
H A DScDataPilotFieldGroupItemObj.java284 …XIndexAccess xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotT… in createTestEnvironment() local
288 …= (XDataPilotDescriptor) UnoRuntime.queryInterface (XDataPilotDescriptor.class,xIA.getByIndex (0)); in createTestEnvironment()
317xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotTables ()); in createTestEnvironment()
320 …= (XDataPilotDescriptor) UnoRuntime.queryInterface (XDataPilotDescriptor.class,xIA.getByIndex (0)); in createTestEnvironment()
H A DScDataPilotTableObj.java298 XIndexAccess xIA = DPDsc.getDataPilotFields(); in createTable2() local
299 int fieldCount = xIA.getCount() - 1; // skip the last field because it's always hidden. in createTable2()
304 Object o = xIA.getByIndex(i); in createTable2()
H A DScUniqueCellFormatsObj.java82 XIndexAccess xIA = (XIndexAccess) UnoRuntime.queryInterface( in createTestEnvironment() local
87 XSpreadsheet.class, xIA.getByIndex(0)); in createTestEnvironment()
H A DScUniqueCellFormatsEnumeration.java83 XIndexAccess xIA = (XIndexAccess) UnoRuntime.queryInterface( in createTestEnvironment() local
88 XSpreadsheet.class, xIA.getByIndex(0)); in createTestEnvironment()
H A DScViewPaneObj.java122 XIndexAccess xIA = (XIndexAccess) in createTestEnvironment() local
126 new Type(XInterface.class),xIA.getByIndex(0)); in createTestEnvironment()
H A DScDataPilotItemObj.java290 XIndexAccess xIA = xDataPilotField.getItems(); in createTestEnvironment() local
294 xIA.getByIndex(0)); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/ifc/beans/
H A D_XIntrospection.java51 XIntrospectionAccess xIA = oObj.inspect(oObj); in _inspect() local
52 result = (xIA.hasMethod("acquire",1)); in _inspect()
/aoo42x/main/xmloff/source/core/
H A DSettingsExportHelper.cxx362 uno::Reference< container::XIndexAccess > xIA( xBox, uno::UNO_QUERY ); in exportSymbolDescriptors() local
363 exportIndexAccess( xIA, rName ); in exportSymbolDescriptors()
505 uno::Reference< container::XIndexAccess > xIA( xBox, uno::UNO_QUERY ); in exportForbiddenCharacters() local
506 exportIndexAccess( xIA, rName ); in exportForbiddenCharacters()
/aoo42x/main/qadevOOo/tests/java/mod/_svx/
H A DSvxUnoNumberingRules.java73 XIndexAccess xIA = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, oObj); in createTestEnvironment() local
74 NewRules = xIA.getByIndex(2); in createTestEnvironment()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunopage.cxx2630 Reference< XIndexAccess > xIA( rValue, UNO_QUERY ); in setNavigationOrder() local
2631 if( xIA.is() ) in setNavigationOrder()
2633 if( dynamic_cast< SdDrawPage* >( xIA.get() ) == this ) in setNavigationOrder()
2640 else if( xIA->getCount() == static_cast< sal_Int32 >( GetPage()->GetObjCount() ) ) in setNavigationOrder()
2642 GetPage()->SetNavigationOrder(xIA); in setNavigationOrder()

Completed in 83 milliseconds