Home
last modified time | relevance | path

Searched refs:queryInterface (Results 501 – 525 of 2342) sorted by relevance

1...<<21222324252627282930>>...94

/trunk/main/vcl/qa/complex/persistent_window_states/
H A DPersistentWindowTest.java233 XMultiServiceFactory xCP = UnoRuntime.queryInterface(XMultiServiceFactory.class, o); in getConfigurationAndLoader()
280 …XComponentLoader xCompLoader = UnoRuntime.queryInterface(XComponentLoader.class, xMSF.createInstan… in loadDocument()
281 … XFramesSupplier xFrameSupp = UnoRuntime.queryInterface(XFramesSupplier.class, xCompLoader); in loadDocument()
284 XIndexAccess xAcc = UnoRuntime.queryInterface(XIndexAccess.class, xFrames); in loadDocument()
287 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xAcc.getByIndex(i)); in loadDocument()
399 …final XMultiServiceFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connectio… in getMSF()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_stm/
H A DDataOutputStream.java105 UnoRuntime.queryInterface(XOutputStream.class, oPipe); in createTestEnvironment()
108 UnoRuntime.queryInterface(XActiveDataSource.class, oObj); in createTestEnvironment()
136 UnoRuntime.queryInterface(XInputStream.class, oPipe); in createTestEnvironment()
160 xInStream = (XInputStream) UnoRuntime.queryInterface in createTestEnvironment()
167 UnoRuntime.queryInterface( in createTestEnvironment()
H A DDataInputStream.java105 UnoRuntime.queryInterface(XActiveDataSink.class, oObj); in createTestEnvironment()
117 UnoRuntime.queryInterface(XInputStream.class, oPipe); in createTestEnvironment()
119 UnoRuntime.queryInterface(XOutputStream.class, oPipe); in createTestEnvironment()
131 UnoRuntime.queryInterface(XDataOutputStream.class, oDataOutput) ; in createTestEnvironment()
133 UnoRuntime.queryInterface(XActiveDataSource.class, oDataOutput) ; in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_streams.uno/
H A DDataOutputStream.java102 UnoRuntime.queryInterface(XOutputStream.class, oPipe); in createTestEnvironment()
105 UnoRuntime.queryInterface(XActiveDataSource.class, oObj); in createTestEnvironment()
133 UnoRuntime.queryInterface(XInputStream.class, oPipe); in createTestEnvironment()
157 xInStream = (XInputStream) UnoRuntime.queryInterface in createTestEnvironment()
164 UnoRuntime.queryInterface( in createTestEnvironment()
H A DDataInputStream.java102 UnoRuntime.queryInterface(XActiveDataSink.class, oObj); in createTestEnvironment()
114 UnoRuntime.queryInterface(XInputStream.class, oPipe); in createTestEnvironment()
116 UnoRuntime.queryInterface(XOutputStream.class, oPipe); in createTestEnvironment()
128 UnoRuntime.queryInterface(XDataOutputStream.class, oDataOutput) ; in createTestEnvironment()
130 UnoRuntime.queryInterface(XActiveDataSource.class, oDataOutput) ; in createTestEnvironment()
/trunk/main/framework/qa/complex/framework/autosave/
H A DConfigHelper.java43 …XMultiServiceFactory xConfigRoot = UnoRuntime.queryInterface(XMultiServiceFactory.class, m_xSMGR.c… in ConfigHelper()
60 m_xConfig = UnoRuntime.queryInterface(XHierarchicalNameAccess.class, aConfig); in ConfigHelper()
75 …XPropertySet xPath = UnoRuntime.queryInterface(XPropertySet.class, m_xConfig.getByHierarchicalName… in readRelativeKey()
92 …XPropertySet xPath = UnoRuntime.queryInterface(XPropertySet.class, m_xConfig.getByHierarchicalName… in writeRelativeKey()
106 XChangesBatch xBatch = UnoRuntime.queryInterface(XChangesBatch.class, m_xConfig); in flush()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DLayerDemo.java79 UnoRuntime.queryInterface( XShapes.class, xPage ); in main()
104 (XLayerSupplier)UnoRuntime.queryInterface( in main()
108 (XLayerManager)UnoRuntime.queryInterface( in main()
117 (XPropertySet)UnoRuntime.queryInterface( in main()
128 (XPropertySet)UnoRuntime.queryInterface( in main()
/trunk/main/cppuhelper/source/
H A Dfactory.cxx105 Any SAL_CALL queryInterface( const Type & rType )
152 Any OSingleFactoryHelper::queryInterface( const Type & rType ) in queryInterface() function in cppu::OSingleFactoryHelper
155 return ::cppu::queryInterface( in queryInterface()
345 Any SAL_CALL queryInterface( const Type & rType )
392 Any SAL_CALL OFactoryComponentHelper::queryInterface( const Type & rType ) in queryInterface() function in cppu::OFactoryComponentHelper
401 return OComponentHelper::queryInterface( rType ); in queryInterface()
409 return (aRet.hasValue() ? aRet : OSingleFactoryHelper::queryInterface( rType )); in queryAggregation()
572 virtual Any SAL_CALL queryInterface( Type const & type )
635 Any SAL_CALL ORegistryFactoryHelper::queryInterface( in queryInterface() function in cppu::ORegistryFactoryHelper
638 Any ret( OFactoryComponentHelper::queryInterface( type ) ); in queryInterface()
[all …]
/trunk/main/sw/qa/complex/indeterminateState/
H A DCheckIndeterminateState.java63 UnoRuntime.queryInterface(XModel.class, document); in checkToolBoxItem()
71 UnoRuntime.queryInterface(XPropertySet.class, end).setPropertyValue( in checkToolBoxItem()
73 UnoRuntime.queryInterface(XTextViewCursorSupplier.class, xController). in checkToolBoxItem()
87 UnoRuntime.queryInterface(XAccessibleContext.class, oObj); in checkToolBoxItem()
117 return UnoRuntime.queryInterface( in getFactory()
/trunk/main/scripting/examples/beanshell/Capitalise/
H A Dcapitalise.bsh58 UnoRuntime.queryInterface(XTextRange.class, xIndexAccess.getByIndex(i));
66 UnoRuntime.queryInterface(XText.class, xTextRange.getText());
68 … UnoRuntime.queryInterface(XWordCursor.class, xText.createTextCursorByRange(xTextRange));
104 UnoRuntime.queryInterface(XModel.class, XSCRIPTCONTEXT.getDocument());
107 UnoRuntime.queryInterface(XSelectionSupplier.class, xModel.getCurrentController());
110 UnoRuntime.queryInterface(XIndexAccess.class, xSelectionSupplier.getSelection());
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.cxx89 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OStatement_Base
91 Any aRet = OStatement_BASE::queryInterface(rType); in queryInterface()
93 aRet = OPropertySetHelper::queryInterface(rType); in queryInterface()
171 Any SAL_CALL OStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OStatement
173 Any aRet = ::cppu::queryInterface(rType,static_cast< XBatchExecution*> (this)); in queryInterface()
175 aRet = OStatement_Base::queryInterface(rType); in queryInterface()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DPropertyBag.java260 … m_bag = UnoRuntime.queryInterface(XPropertyContainer.class, m_orb.createInstance(serviceName)); in createEmptyBag()
265 m_set = UnoRuntime.queryInterface(XPropertySet.class, m_bag); in createEmptyBag()
266 m_access = UnoRuntime.queryInterface(XPropertyAccess.class, m_bag); in createEmptyBag()
282 …m_bag = UnoRuntime.queryInterface(XPropertyContainer.class, m_orb.createInstanceWithArguments(serv… in createStandardBag()
287 m_set = UnoRuntime.queryInterface(XPropertySet.class, m_bag); in createStandardBag()
288 m_access = UnoRuntime.queryInterface(XPropertyAccess.class, m_bag); in createStandardBag()
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx124 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut ) in queryInterface() function in OFileWriter
129 else return OWeakObject::queryInterface( aUik , rOut ); in queryInterface()
190 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
243 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
355 BOOL AttributeListImpl::queryInterface( Uik aUik, XInterfaceRef & rOut ) in queryInterface() function in AttributeListImpl
361 return OWeakObject::queryInterface( aUik , rOut ); in queryInterface()
437 BOOL OSaxWriterTest::queryInterface( Uik uik , XInterfaceRef &rOut ) in queryInterface() function in OSaxWriterTest
443 return OWeakObject::queryInterface( uik , rOut ); in queryInterface()
/trunk/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx94 virtual css::uno::Any SAL_CALL queryInterface(css::uno::Type const & type)
115 css::uno::Any Interface::queryInterface(css::uno::Type const & type) in queryInterface() function in Interface
136 virtual css::uno::Any SAL_CALL queryInterface(css::uno::Type const & type)
149 css::uno::Any Base::queryInterface(css::uno::Type const & type) in queryInterface() function in Base
156 : Interface::queryInterface(type); in queryInterface()
165 virtual css::uno::Any SAL_CALL queryInterface(css::uno::Type const & type)
178 css::uno::Any Derived::queryInterface(css::uno::Type const & type) in queryInterface() function in Derived
185 : Interface::queryInterface(type); in queryInterface()
/trunk/main/sot/qa/complex/olesimplestorage/
H A DTest01.java55 XTempFile xTempFile = UnoRuntime.queryInterface(XTempFile.class, oTempFile); in test()
63 …XOLESimpleStorage xOLESimpleStorage = UnoRuntime.queryInterface(XOLESimpleStorage.class, oOLESimpl… in test()
77 xTempStream[i] = UnoRuntime.queryInterface(XTempFile.class, oStream[i]); in test()
107 … xOLESimpleStorage = UnoRuntime.queryInterface(XOLESimpleStorage.class, oOLESimpleStorage); in test()
116 …xTempStream[i] = UnoRuntime.queryInterface(XTempFile.class, xOLESimpleStorage.getByName(sSubStream… in test()
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DDeleteContents.java110 …XSheetOperation xSheetOp = (XSheetOperation) UnoRuntime.queryInterface(XSheetOperation.class, xCel… in testDeleteContents()
144 (XSheetAnnotationsSupplier) UnoRuntime.queryInterface( in testDeleteContents()
166 (XDrawPageSupplier)UnoRuntime.queryInterface(XDrawPageSupplier.class, xSheet); in testDeleteContents()
169 XShapes xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in testDeleteContents()
177 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xDrawPage); in testDeleteContents()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAnnotationObj.java95 XComponent oComp = (XComponent) UnoRuntime.queryInterface in cleanup()
131 UnoRuntime.queryInterface(XSpreadsheetDocument.class, xSheetDoc); in createTestEnvironment()
135 UnoRuntime.queryInterface(XIndexAccess.class, oSheets); in createTestEnvironment()
141 UnoRuntime.queryInterface(XCellRange.class, oSheet); in createTestEnvironment()
158 UnoRuntime.queryInterface(XSheetAnnotationAnchor.class, oCell); in createTestEnvironment()
H A DScUniqueCellFormatsEnumeration.java83 XIndexAccess xIA = (XIndexAccess) UnoRuntime.queryInterface( in createTestEnvironment()
87 oSheet = (XSpreadsheet) UnoRuntime.queryInterface( in createTestEnvironment()
105 …UniqueCellFormatRangesSupplier xUCRS = (XUniqueCellFormatRangesSupplier) UnoRuntime.queryInterface( in createTestEnvironment()
109 XEnumerationAccess xEnum = (XEnumerationAccess) UnoRuntime.queryInterface( in createTestEnvironment()
124 XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface( in changeColor()
H A DScIndexEnumeration_SubTotalFieldsEnumeration.java79 UnoRuntime.queryInterface (XComponent.class, xSpreadsheetDoc) ; in cleanup()
91 UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets); in createTestEnvironment()
107 UnoRuntime.queryInterface(XSubTotalCalculatable.class, oSheet); in createTestEnvironment()
119 UnoRuntime.queryInterface(XIndexAccess.class, xSTD); in createTestEnvironment()
124 UnoRuntime.queryInterface(XEnumerationAccess.class,oDescIndex); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svtools/
H A DAccessibleTabBarPageList.java140 XExtendedToolkit tk = (XExtendedToolkit) UnoRuntime.queryInterface( in createTestEnvironment()
147 XWindow xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment()
166 UnoRuntime.queryInterface(XLayerSupplier.class, xDoc); in createTestEnvironment()
168 … final XLayerManager xLM = (XLayerManager) UnoRuntime.queryInterface(XLayerManager.class, oLM); in createTestEnvironment()
194 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in closeDoc()
/trunk/main/odk/examples/java/Storage/
H A DTest08.java58 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
67 …(XEncryptionProtectedSource) UnoRuntime.queryInterface( XEncryptionProtectedSource.class, xTempSto… in test()
146 …XStorage xTempFileStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oTempFileStorage … in test()
169 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test()
194 …(XEncryptionProtectedSource) UnoRuntime.queryInterface( XEncryptionProtectedSource.class, xResultS… in test()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSpreadsheetDocument.java53 …XSpreadsheetDocument spreadsheetDoc = (XSpreadsheetDocument)UnoRuntime.queryInterface( XSpreadshee… in getSheet()
56 XIndexAccess sheets = (XIndexAccess)UnoRuntime.queryInterface( XIndexAccess.class, in getSheet()
59 return (XCellRange)UnoRuntime.queryInterface( XCellRange.class, in getSheet()
87 cellBinding = (com.sun.star.form.binding.XValueBinding)UnoRuntime.queryInterface( in createCellBinding()
115 entrySource = (com.sun.star.form.binding.XListEntrySource)UnoRuntime.queryInterface( in createListEntrySource()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DSQLQueryComposer.java68 … xMSF = UnoRuntime.queryInterface(XMultiServiceFactory.class, CurDBMetaData.DBConnection); in SQLQueryComposer()
70 … m_xQueryAnalyzer = UnoRuntime.queryInterface(XSingleSelectQueryAnalyzer.class, oQueryComposer); in SQLQueryComposer()
71 … m_queryComposer = UnoRuntime.queryInterface(XSingleSelectQueryComposer.class, m_xQueryAnalyzer); in SQLQueryComposer()
168 …XPropertySet xColumnPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xColumnIndexAccess… in prependSortingCriteria()
238 XColumnsSupplier columnSup = UnoRuntime.queryInterface(XColumnsSupplier.class, m_xQueryAnalyzer); in replaceConditionsByAlias()
394 … XInitialization xInitialize = UnoRuntime.queryInterface(XInitialization.class, oErrorDialog); in displaySQLErrorDialog()
395 … XExecutableDialog xExecute = UnoRuntime.queryInterface(XExecutableDialog.class, oErrorDialog); in displaySQLErrorDialog()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java163 …m_xStreamProvider = UnoRuntime.queryInterface(XSimpleFileAccess.class, m_xMSF.createInstance("com.… in before()
173 …m_xDesktop = UnoRuntime.queryInterface(XFrame.class, m_xMSF.createInstance("com.sun.star.frame.Des… in before()
187 m_xLoader = UnoRuntime.queryInterface(XComponentLoader.class, m_xDesktop); in before()
242 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, m_xFrame); in after()
365 XStorable xStore = UnoRuntime.queryInterface(XStorable.class, xDoc); in impl_createTempOfficeDocument()
369 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, xDoc); in impl_createTempOfficeDocument()
725 …final XMultiServiceFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connectio… in getMSF()
/trunk/main/ucb/source/ucp/file/
H A Dprov.cxx135 FileProvider::queryInterface( in queryInterface() function in FileProvider
139 Any aRet = cppu::queryInterface( in queryInterface()
148 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
375 queryInterface(
456 XPropertySetInfoImpl2::queryInterface( in queryInterface() function in XPropertySetInfoImpl2
460 Any aRet = cppu::queryInterface( rType, in queryInterface()
462 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()

Completed in 140 milliseconds

1...<<21222324252627282930>>...94