Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1051 – 1075 of 2339) sorted by relevance

1...<<41424344454647484950>>...94

/trunk/main/cppuhelper/inc/cppuhelper/
H A Dcompbase12.hxx67 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakComponentImplHelper12
118 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakAggComponentImplHelper12
119 { return WeakAggComponentImplHelperBase::queryInterface( rType ); } in queryInterface()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DToolkitNode.java114 UnoRuntime.queryInterface(XAccessible.class, w); in getTopWindowNode()
147 XAccessible xAccessible = (XAccessible) UnoRuntime.queryInterface( in windowClosed()
191 final XTopWindow xTopWindow = (XTopWindow) UnoRuntime.queryInterface( in windowOpened()
/trunk/main/svx/source/accessibility/
H A DAccessibleControlShape.cxx299 …OSL_VERIFY( xNativeControlContext->queryInterface( ::getCppuType( &m_xControlContextTypeAccess ) )… in Init()
300 …OSL_VERIFY( xNativeControlContext->queryInterface( ::getCppuType( &m_xControlContextComponent ) ) … in Init()
457 Any SAL_CALL AccessibleControlShape::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface() function in AccessibleControlShape
459 Any aReturn = AccessibleShape::queryInterface( _rType ); in queryInterface()
462 aReturn = AccessibleControlShape_Base::queryInterface( _rType ); in queryInterface()
/trunk/main/toolkit/source/awt/
H A Dvclxregion.cxx49 ::com::sun::star::uno::Any VCLXRegion::queryInterface( const ::com::sun::star::uno::Type & rType ) … in queryInterface() function in VCLXRegion
51 ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
55 return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType )); in queryInterface()
/trunk/main/embeddedobj/source/commonembedding/
H A Dspecialobject.cxx60 uno::Any SAL_CALL OSpecialEmbeddedObject::queryInterface( const uno::Type& rType ) in queryInterface() function in OSpecialEmbeddedObject
65 aReturn <<= ::cppu::queryInterface( rType, in queryInterface()
76 return ::cppu::OWeakObject::queryInterface( rType ) ; in queryInterface()
/trunk/main/framework/qa/complex/api_internal/
H A DCheckAPI.java131 …XPropertyAccess xPropAcc = (XPropertyAccess)UnoRuntime.queryInterface(XPropertyAccess.class, oObj); in checkAPI()
156 XJob xJob = UnoRuntime.queryInterface(XJob.class, oObj); in checkAPI()
224 …final XMultiServiceFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connectio… in getMSF()
/trunk/main/offapi/com/sun/star/ucb/
H A DContentProviderProxy.idl57 <member scope="com::sun::star::uno">XInterface::queryInterface</member>
59 of a queryInterface call at the real provider, except for queries
61 the queryInterface method at the proxy will get access to the real
/trunk/main/package/qa/storages/
H A DRegressionTest_i29169.java67 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
207 xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
334 xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTables.java71 XRow row = UnoRuntime.queryInterface(XRow.class, results); in createObject()
94 XPropertySet propertySet = UnoRuntime.queryInterface(XPropertySet.class, object); in dropObject()
102 XDrop dropView = UnoRuntime.queryInterface(XDrop.class, catalog.getViews()); in dropObject()
H A DPostgresqlViews.java79 XParameters parameters = UnoRuntime.queryInterface(XParameters.class, statement); in createObject()
90 XRow row = UnoRuntime.queryInterface(XRow.class, results); in createObject()
122 XPropertySet propertySet = UnoRuntime.queryInterface(XPropertySet.class, object); in dropObject()
/trunk/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx54 Any SAL_CALL OCallableStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OCallableStatement
56 Any aRet = OPreparedStatement::queryInterface(rType); in queryInterface()
57 return aRet.hasValue() ? aRet : ::cppu::queryInterface(rType,static_cast< XRow*>(this)); in queryInterface()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DCopyTableWizard.java125 XExtendedToolkit tk = UnoRuntime.queryInterface( XExtendedToolkit.class, toolKit ); in getActiveWindow()
127 return UnoRuntime.queryInterface( XWindow.class, atw ); in getActiveWindow()
146 …final XTablesSupplier suppTables = UnoRuntime.queryInterface(XTablesSupplier.class, sourceConnecti… in copyTable()
/trunk/main/sfx2/qa/complex/sfx2/
H A DGlobalEventBroadcaster.java90 … m_xEventBroadcaster = UnoRuntime.queryInterface(XEventBroadcaster.class, GlobalEventBroadcaster); in initialize()
170 …XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, wHelper.getToolkit().getActiveTopWindow… in checkWriter()
250 …final XMultiServiceFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connectio… in getMSF()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/configuration/backend/
H A D_XLayerHandler.java112 XActiveDataSink xSink = (XActiveDataSink) UnoRuntime.queryInterface( in _endLayer()
116 XSimpleFileAccess simpleAccess = (XSimpleFileAccess) UnoRuntime.queryInterface( in _endLayer()
129 XLayer xLayer = (XLayer) UnoRuntime.queryInterface(XLayer.class, in _endLayer()
/trunk/main/sc/qa/complex/dataPilot/
H A D_XDataPilotDescriptor.java231 XNamed named = UnoRuntime.queryInterface(XNamed.class, field); in _getDataPilotFields()
241 UnoRuntime.queryInterface(XPropertySet.class, field); in _getDataPilotFields()
433 XNamed named = UnoRuntime.queryInterface in CheckNames()
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptStorageManager.java126 Object info = UnoRuntime.queryInterface( in _createScriptStorageWithURI()
175 Object info = UnoRuntime.queryInterface( in _getScriptStorage()
256 UnoRuntime.queryInterface(XSimpleFileAccess.class, fa); in getXSimpleFileAccess()
/trunk/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx244 ::com::sun::star::uno::Any SAL_CALL OConnectionWeakWrapper::queryInterface( const ::com::sun::star:…
246 ::com::sun::star::uno::Any aReturn = OConnectionWeakWrapper_BASE::queryInterface( _rType ); \
248 aReturn = OConnectionWrapper::queryInterface( _rType ); \
/trunk/main/connectivity/source/drivers/dbase/
H A DDResultSet.cxx81 Any SAL_CALL ODbaseResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in ODbaseResultSet
83 Any aRet = ODbaseResultSet_BASE::queryInterface(rType); in queryInterface()
84 return aRet.hasValue() ? aRet : OResultSet::queryInterface(rType); in queryInterface()
/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLineAccess.cxx81 Any SAL_CALL OConnectionLineAccess::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface() function in dbaui::OConnectionLineAccess
83 Any aRet(VCLXAccessibleComponent::queryInterface( aType )); in queryInterface()
84 return aRet.hasValue() ? aRet : OConnectionLineAccess_BASE::queryInterface( aType ); in queryInterface()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTableBase.cxx180 Any SAL_CALL AccessibleGridControlTableBase::queryInterface( const uno::Type& rType ) in queryInterface() function in accessibility::AccessibleGridControlTableBase
183 Any aAny( GridControlAccessibleElement::queryInterface( rType ) ); in queryInterface()
185 aAny : AccessibleGridControlTableImplHelper::queryInterface( rType ); in queryInterface()
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx70 virtual uno::Any SAL_CALL queryInterface( const uno::Type& aType ) throw ( uno::RuntimeException);
107 uno::Any SAL_CALL StateEventHelper::queryInterface( in queryInterface() function in svt::StateEventHelper
111 uno::Any a = ::cppu::queryInterface( in queryInterface()
118 return ::cppu::OWeakObject::queryInterface( aType ); in queryInterface()
/trunk/main/framework/source/services/
H A Dbackingcomp.cxx116 css::uno::Any SAL_CALL BackingComp::queryInterface( /*IN*/ const css::uno::Type& aType ) in queryInterface() function in framework::BackingComp
122 aResult = ::cppu::queryInterface( in queryInterface()
140 aResult = m_xWindow->queryInterface(aType); in queryInterface()
147 aResult = OWeakObject::queryInterface(aType); in queryInterface()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DImageList.java221 XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, grbxSelectedImage); in create()
365 XWindow win = UnoRuntime.queryInterface(XWindow.class, image); in createImage()
499 UnoRuntime.queryInterface(XWindow.class, control).setVisible(visible); in setVisible()
871 return UnoRuntime.queryInterface(XControl.class, control).getModel(); in getModel()
1080 XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, m_aImages[image]); in focus()
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DSubTotalsFunction.java131 XCellRange xdataRange = (XCellRange) UnoRuntime.queryInterface( in test()
134 XCellRangeData sourceData = (XCellRangeData) UnoRuntime.queryInterface( in test()
145 .queryInterface(XSubTotalCalculatable.class, sourceRange); in test()
/trunk/main/svtools/source/graphic/
H A Dgraphic.cxx85 uno::Any SAL_CALL Graphic::queryInterface( const uno::Type & rType ) in queryInterface() function in unographic::Graphic
88 ::com::sun::star::uno::Any aReturn = ::unographic::GraphicDescriptor::queryInterface( rType ); in queryInterface()
90 aReturn = ::cppu::queryInterface ( rType, static_cast< graphic::XGraphicTransformer*>( this ) ); in queryInterface()

Completed in 95 milliseconds

1...<<41424344454647484950>>...94