Home
last modified time | relevance | path

Searched refs:queryInterface (Results 926 – 950 of 2342) sorted by relevance

1...<<31323334353637383940>>...94

/trunk/main/dbaccess/source/core/api/
H A DView.cxx101 Any SAL_CALL View::queryInterface( const Type & _rType ) throw(RuntimeException) in IMPLEMENT_FORWARD_REFCOUNT()
105 Any aReturn = View_Base::queryInterface( _rType ); in IMPLEMENT_FORWARD_REFCOUNT()
107 aReturn = View_IBASE::queryInterface( _rType ); in IMPLEMENT_FORWARD_REFCOUNT()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextDocument.java203 XNameAccess xNameAccess = UnoRuntime.queryInterface(XNameAccess.class, xNamedForm); in createReportForm()
671 …XNameAccess xNameAccessTextSections = UnoRuntime.queryInterface(XNameAccess.class, oTextSectionHan… in removeAllVisibleTextSections()
698 …XNameAccess xNameAccessTextTables = UnoRuntime.queryInterface(XNameAccess.class, oTextTableHandler… in removeNonLayoutTextTables()
713 …XNameAccess xNameAccessTextTables = UnoRuntime.queryInterface(XNameAccess.class, oTextTableHandler… in removeLayoutTextTables()
714 …XRelativeTextContentRemove xRelativeTextContentRemove = UnoRuntime.queryInterface(XRelativeTextCon… in removeLayoutTextTables()
723 …XTextContent xTextContent = UnoRuntime.queryInterface(XTextContent.class, oTextTableHandler.getByN… in removeLayoutTextTables()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx127 Any SAL_CALL java_sql_Statement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in java_sql_Statement_Base
131 Any aRet( java_sql_Statement_BASE::queryInterface(rType) ); in queryInterface()
132 return aRet.hasValue() ? aRet : OPropertySetHelper::queryInterface(rType); in queryInterface()
304 Any SAL_CALL java_sql_Statement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in java_sql_Statement
306 Any aRet = ::cppu::queryInterface(rType,static_cast< XBatchExecution*> (this)); in queryInterface()
307 return aRet.hasValue() ? aRet : java_sql_Statement_Base::queryInterface(rType); in queryInterface()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx150 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OStatement_Base
154 Any aRet = OStatement_BASE::queryInterface(rType); in queryInterface()
155 return aRet.hasValue() ? aRet : OPropertySetHelper::queryInterface(rType); in queryInterface()
489 Any SAL_CALL OStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OStatement
491 Any aRet = ::cppu::queryInterface(rType,static_cast< XBatchExecution*> (this)); in queryInterface()
492 return aRet.hasValue() ? aRet : OStatement_Base::queryInterface(rType); in queryInterface()
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java608 m_xSEInitializer = (XSEInitializer)UnoRuntime.queryInterface( in createComponents()
622 m_xXMLSignature = (XXMLSignature)UnoRuntime.queryInterface( in createComponents()
634 m_xXMLEncryption = (XXMLEncryption)UnoRuntime.queryInterface( in createComponents()
689 XUnoUrlResolver xUnoUrlResolver = (XUnoUrlResolver) UnoRuntime.queryInterface( in getRemoteServiceManager()
697 XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface( in getRemoteServiceManager()
700 m_xRemoteContext = (XComponentContext)UnoRuntime.queryInterface( in getRemoteServiceManager()
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx132 xPage->queryInterface( ITYPE( drawing::XShapes ) ) >>= xShapes; in replaceAll()
235 xPage->queryInterface( ITYPE( drawing::XShapes ) ) >>= xShapes; in findAll()
279 uno::Any aAny( xShape->queryInterface( ITYPE( drawing::XShapes ))); in findAll()
394 xCurrentShape->queryInterface( ITYPE( text::XTextRange ) ) >>= xRange; in findNext()
480 uno::Any aAny( xText->queryInterface( ITYPE( text::XText )) ); in Search()
697 xText->queryInterface( ITYPE( drawing::XShape )) >>= xShape; in GetShape()
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentEvents.java77 final XDocumentEventBroadcaster docEventBroadcaster = UnoRuntime.queryInterface( in impl_setupDocCloseTest()
81 final XCloseable docCloseable = UnoRuntime.queryInterface( XCloseable.class, in impl_setupDocCloseTest()
208 …final XCloseable docCloseable = UnoRuntime.queryInterface(XCloseable.class, m_document.getDocument… in run()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dbufferedinputstream.cxx102 Any SAL_CALL BufferedInputStream::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface() function in BufferedInputStream
104 Any aRet = ::cppu::queryInterface( rType, in queryInterface()
108 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/ucb/source/ucp/file/
H A Dfilinsreq.hxx57 queryInterface(
120 queryInterface(
174 queryInterface(
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_cached/
H A DCachedDynamicResultSetStubFactory.java111 UnoRuntime.queryInterface(XContentIdentifierFactory.class, oUCB) ; in createTestEnvironment()
131 UnoRuntime.queryInterface(XContentProvider.class, oUCB) ; in createTestEnvironment()
136 UnoRuntime.queryInterface(XCommandProcessor.class, cnt) ; in createTestEnvironment()
/trunk/main/toolkit/source/layout/core/
H A Dcontainer.cxx52 Container::queryInterface( const uno::Type & rType ) throw (uno::RuntimeException) in queryInterface() function in layoutimpl::Container
54 uno::Any aRet = Container_Base::queryInterface( rType ); in queryInterface()
55 return aRet.hasValue() ? aRet : PropHelper::queryInterface( rType ); in queryInterface()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessibleCsvGrid.java81 UnoRuntime.queryInterface(XExtendedToolkit.class,oObj); in createTestEnvironment()
85 UnoRuntime.queryInterface(XWindow.class,tk.getActiveTopWindow()); in createTestEnvironment()
92 accAction = (XAccessibleAction) UnoRuntime.queryInterface(XAccessibleAction.class, oObj); in createTestEnvironment()
H A DScNamedRangeObj.java89 UnoRuntime.queryInterface(XComponent.class, xSheetDoc) ; in cleanup()
119 UnoRuntime.queryInterface(XPropertySet.class, xSheetDoc); in createTestEnvironment()
133 UnoRuntime.queryInterface(XNamedRanges.class, ranges); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Draw/
H A DXMLSettingsExporter.java134 UnoRuntime.queryInterface(XExporter.class, oObj); in createTestEnvironment()
139 UnoRuntime.queryInterface(XModel.class, xDrawDoc); in createTestEnvironment()
142 UnoRuntime.queryInterface(XPropertySet.class, xController); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Impress/
H A DXMLContentExporter.java135 UnoRuntime.queryInterface(XExporter.class,oObj); in createTestEnvironment()
140 UnoRuntime.queryInterface in createTestEnvironment()
143 XNamed xPageName = (XNamed) UnoRuntime.queryInterface in createTestEnvironment()
H A DXMLExporter.java138 UnoRuntime.queryInterface(XDrawPagesSupplier.class, xImpressDoc); in createTestEnvironment()
144 UnoRuntime.queryInterface(XNamed.class, newDrawPage); in createTestEnvironment()
147 UnoRuntime.queryInterface(XExporter.class,oObj); in createTestEnvironment()
/trunk/main/framework/source/fwe/classes/
H A Dactiontriggercontainer.cxx51 Any SAL_CALL ActionTriggerContainer::queryInterface( const Type& aType ) in queryInterface() function in framework::ActionTriggerContainer
54 Any a = ::cppu::queryInterface( in queryInterface()
65 return PropertySetContainer::queryInterface( aType ); in queryInterface()
/trunk/main/package/qa/storages/
H A DTest14.java82 …XStorage xTempFileStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oTempFileStorage … in testForPath()
133 xTempFileStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oTempFileStorage ); in testForPath()
178 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in testForPath()
/trunk/main/package/source/xstor/
H A Doseekinstream.cxx86 uno::Any SAL_CALL OInputSeekStream::queryInterface( const uno::Type& rType ) in queryInterface() function in OInputSeekStream
92 uno::Any aReturn( ::cppu::queryInterface( rType, in queryInterface()
100 return OInputCompStream::queryInterface( rType ) ; in queryInterface()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/
H A D_XSortedDynamicResultSetFactory.java85 UnoRuntime.queryInterface in _createSortedDynamicResultSet()
106 UnoRuntime.queryInterface(XContentProvider.class, oUCB) ; in _createSortedDynamicResultSet()
111 UnoRuntime.queryInterface(XCommandProcessor.class, cnt) ; in _createSortedDynamicResultSet()
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DComponentBase_Test.java63 comp.addEventListener(UnoRuntime.queryInterface(XEventListener.class, proxyObj1Weak1)); in dispose()
64 comp.addEventListener(UnoRuntime.queryInterface(XEventListener.class, proxyObj3Weak2)); in dispose()
65 comp.addEventListener(UnoRuntime.queryInterface(XEventListener.class, proxyObj3TypeProv)); in dispose()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleFilterMenuItem.cxx117 Any SAL_CALL ScAccessibleFilterMenuItem::queryInterface( uno::Type const & rType ) in queryInterface() function in ScAccessibleFilterMenuItem
120 Any any = ScAccessibleContextBase::queryInterface(rType); in queryInterface()
124 return ScAccessibleFilterMenuItem_BASE::queryInterface(rType); in queryInterface()
/trunk/main/extensions/test/pgp/
H A DTestPGP.java69 XNamingService rName = (XNamingService)UnoRuntime.queryInterface(XNamingService.class, r); in doSomething()
75 …XMultiServiceFactory rSmgr = (XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.… in doSomething()
80 XSet set= (XSet)UnoRuntime.queryInterface(XSet.class, rSmgr); in doSomething()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dcompbase1.hxx67 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakComponentImplHelper1
118 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakAggComponentImplHelper1
119 { return WeakAggComponentImplHelperBase::queryInterface( rType ); } in queryInterface()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityNode.java74 … UnoRuntime.queryInterface( XAccessibleEventBroadcaster.class, xAccessibleContext ); in setAttached()
133 …XAccessible xAccessible = UnoRuntime.queryInterface( XAccessible.class, accessibleEventObject.OldV… in notifyEvent()
138 … xAccessible = UnoRuntime.queryInterface( XAccessible.class, accessibleEventObject.NewValue ); in notifyEvent()

Completed in 224 milliseconds

1...<<31323334353637383940>>...94