Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1351 – 1375 of 2339) sorted by relevance

1...<<51525354555657585960>>...94

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDispatchProvider.java79 UnoRuntime.queryInterface(XURLTransformer.class, in _queryDispatch()
114 UnoRuntime.queryInterface(XURLTransformer.class, in _queryDispatches()
/trunk/main/package/qa/storages/
H A DRegressionTest_i61909.java76 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
136 …XStorage xStep2TempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oStep2TempStora… in test()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DAccessiblePageShape.java61 UnoRuntime.queryInterface(XModel.class, xDrawDoc); in initialize()
109 UnoRuntime.queryInterface(XPropertySet.class, oPage); in createTestEnvironment()
H A DSvxShape.java192 UnoRuntime.queryInterface(XPropertySet.class,oObj); in createTestEnvironment()
203 oShapeProps = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXCellRange.java120 UnoRuntime.queryInterface(XCellRange.class, the_table); in createTestEnvironment()
133 UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDoc); in createTestEnvironment()
H A DXMLSettingsExporter.java135 XExporter xEx = (XExporter) UnoRuntime.queryInterface in createTestEnvironment()
142 UnoRuntime.queryInterface(XViewSettingsSupplier.class, in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Chart/
H A DXMLExporter.java136 UnoRuntime.queryInterface(XExporter.class,oObj); in createTestEnvironment()
140 XPropertySet xTitleProp = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment()
H A DXMLContentExporter.java135 UnoRuntime.queryInterface(XExporter.class,oObj); in createTestEnvironment()
139 XPropertySet xTitleProp = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DFilter.java220 XFilter oFilter = (XFilter)UnoRuntime.queryInterface( in initialize()
223 …PropertyValue[] FilterDesc = (PropertyValue[])UnoRuntime.queryInterface(PropertyValue[].class, par… in initialize()
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory_Test.java50 assure("", proxy == ((IQueryInterface) proxy).queryInterface(type)); in testQueryInterface()
51 assure("", proxy == UnoRuntime.queryInterface(type, proxy)); in testQueryInterface()
/trunk/main/comphelper/inc/comphelper/
H A Ddocpasswordrequest.hxx59 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
98 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
/trunk/main/connectivity/source/drivers/mysql/
H A DYCatalog.cxx142 Any SAL_CALL OMySQLCatalog::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OMySQLCatalog
148 return OCatalog::queryInterface(rType); in queryInterface()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DOSQLMessageDialog.java104 xToolkit = (com.sun.star.awt.XToolkit)UnoRuntime.queryInterface( in createTestEnvironment()
138 com.sun.star.awt.XWindow xWindow = (com.sun.star.awt.XWindow)UnoRuntime.queryInterface ( in createTestEnvironment()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleCellHandler.java40 (XAccessibleTable) UnoRuntime.queryInterface ( in createHandler()
62 return (XAccessibleTable) UnoRuntime.queryInterface ( in getTable()
H A DTopWindowListener.java176 XWindow xWindow = (XWindow) UnoRuntime.queryInterface( in windowOpened()
199 XWindow xWindow = (XWindow) UnoRuntime.queryInterface( in windowClosed()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DUnoSpinButtonControl.java96 XControlAccess the_access = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment()
134 XWindow forObjRel = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/urlresolver/
H A DUrlResolver.java98 xBridgeFactory = UnoRuntime.queryInterface(XBridgeFactory.class, in resolve()
113 XConnector connector_xConnector = UnoRuntime.queryInterface(XConnector.class, connector); in resolve()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHCatalog.cxx135 Any SAL_CALL OHCatalog::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OHCatalog
140 return OCatalog::queryInterface(rType); in queryInterface()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlHeaderCell.cxx100 ::com::sun::star::uno::Any SAL_CALL AccessibleGridControlHeaderCell::queryInterface( in queryInterface() function in accessibility::AccessibleGridControlHeaderCell
104 Any aRet = AccessibleGridControlCell::queryInterface(rType); in queryInterface()
/trunk/main/extensions/workben/
H A Dpythontest.cxx86 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
454 BOOL CmdDebugger::queryInterface( Uik aUik, XInterfaceRef & rOut ) in queryInterface() function in CmdDebugger
459 return OWeakObject::queryInterface( aUik, rOut ); in queryInterface()
/trunk/main/svl/source/numbers/
H A Dsupservs.hxx64 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& _rT… in queryInterface() function in SvNumberFormatsSupplierServiceObject
65 { return SvNumberFormatsSupplierObj::queryInterface(_rType); } in queryInterface()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DRelationController.java72 XRow xRow = UnoRuntime.queryInterface(XRow.class, xResultSet); in getExportedKeys()
113 XRow xRow = UnoRuntime.queryInterface(XRow.class, xResultSet); in getImportedKeyColumns()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DOHiddenModel.java119 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in cleanup()
161 XNameContainer frmNC = (XNameContainer) UnoRuntime.queryInterface( in createTestEnvironment()
H A DONavigationBarControl.java135 XControlAccess the_access = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment()
168 XWindow forObjRel = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment()
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleEventBroadcaster.java113 oObj = UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class, object); in _XAccessibleEventBroadcaster()
187 XAccessibleContext accCon = UnoRuntime.queryInterface(XAccessibleContext.class, Testcase); in chkTransient()

Completed in 87 milliseconds

1...<<51525354555657585960>>...94