Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1451 – 1475 of 2339) sorted by relevance

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/configuration/backend/
H A D_XSchema.java250 UnoRuntime.queryInterface(XSimpleFileAccess.class,fileacc); in reopenFile()
256 … XActiveDataSink xSink = (XActiveDataSink) UnoRuntime.queryInterface(XActiveDataSink.class, oObj); in reopenFile()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DAccessBridge.java185 XAccessible xAccessible = (XAccessible) UnoRuntime.queryInterface(XAccessible.class, in windowOpened()
206 XAccessible xAccessible = (XAccessible) UnoRuntime.queryInterface(XAccessible.class, in windowClosed()
/trunk/main/sw/inc/
H A Dunodraw.hxx101 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
265 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
331 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
H A Dunotextbodyhf.hxx62 virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
155 virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java398 …XContentEnumerationAccess a = com.sun.star.uno.UnoRuntime.queryInterface(XContentEnumerationAccess… in isReportBuilderInstalled()
417 …XPackageInformationProvider xProvider = UnoRuntime.queryInterface(XPackageInformationProvider.clas… in getPathToExtension()
431 final XLoggerPool xLoggerPool = UnoRuntime.queryInterface(XLoggerPool.class, aLoggerPool); in initializeLogger()
/trunk/main/reportdesign/source/core/api/
H A DShape.cxx108 uno::Any SAL_CALL OShape::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeException) in IMPLEMENT_FORWARD_REFCOUNT()
110 uno::Any aReturn = ShapeBase::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
112 aReturn = ShapePropertySet::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx117 uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType ) in queryInterface() function in Content
124 aRet = cppu::queryInterface( rType, in queryInterface()
128 return aRet.hasValue() ? aRet : ContentImplHelper::queryInterface( rType ); in queryInterface()
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx49 uno::Any VCLXGraphics::queryInterface( const uno::Type & rType ) throw(uno::RuntimeException) in queryInterface() function in VCLXGraphics
51 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 Dmiscobj.cxx363 uno::Any SAL_CALL OCommonEmbeddedObject::queryInterface( const uno::Type& rType ) in queryInterface() function in OCommonEmbeddedObject
374 aReturn <<= ::cppu::queryInterface( in queryInterface()
392 return ::cppu::OWeakObject::queryInterface( rType ) ; in queryInterface()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx190 uno::Any SAL_CALL ScAccessibleCellBase::queryInterface( uno::Type const & rType ) in queryInterface() function in ScAccessibleCellBase
193 uno::Any aAny (ScAccessibleCellBaseImpl::queryInterface(rType)); in queryInterface()
194 return aAny.hasValue() ? aAny : ScAccessibleContextBase::queryInterface(rType); in queryInterface()
/trunk/main/svtools/source/uno/
H A Dstatusbarcontroller.cxx129 Any SAL_CALL StatusbarController::queryInterface( const Type& rType ) in queryInterface() function in svt::StatusbarController
132 Any a = ::cppu::queryInterface( in queryInterface()
144 return OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/forms/source/component/
H A DGrid.cxx193 insertByIndex( pColumn - pColumnStart, xColClone->queryInterface( m_aElementType ) ); in cloneColumns()
221 Any aReturn = OGridControlModel_BASE::queryInterface(_rType); in queryAggregation()
228 aReturn = OInterfaceContainer::queryInterface( _rType ); in queryAggregation()
230 aReturn = OErrorBroadcaster::queryInterface( _rType ); in queryAggregation()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSet.java384 UnoRuntime.queryInterface(XRowUpdate.class, oObj); in _refreshRow()
385 XRow xRow = (XRow)UnoRuntime.queryInterface(XRow.class, oObj); in _refreshRow()
/trunk/main/toolkit/inc/toolkit/controls/
H A Droadmapcontrol.hxx137queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeEx… in queryInterface() function in toolkit::UnoControlRoadmapModel
/trunk/main/framework/qa/complex/path_substitution/
H A DPathSubstitutionTest.java91 oObj = UnoRuntime.queryInterface(XStringSubstitution.class, x); in checkXStringSubstitution()
301 …final XMultiServiceFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connectio… in getMSF()
/trunk/main/comphelper/inc/comphelper/
H A DSettingsHelper.hxx58 …com::sun::star::uno::Any SAL_CALL queryInterface( const com::sun::star::uno::Type& aType ) throw (… in queryInterface() function in comphelper::SettingsHelperNoState
59 { return HelperBaseNoState::queryInterface( aType ); } in queryInterface()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx514 uno::Any SwXDrawPage::queryInterface( const uno::Type& aType ) in queryInterface() function in SwXDrawPage
517 uno::Any aRet = SwXDrawPageBaseClass::queryInterface(aType); in queryInterface()
872 uno::Any aAgg = xPage->queryInterface(::getCppuType((uno::Reference< uno::XAggregation >*)0)); in GetSvxPage()
945 uno::Any aAgg = xShape->queryInterface(rAggType); in SwXShape()
1027 uno::Any SwXShape::queryInterface( const uno::Type& aType ) throw( uno::RuntimeException ) in queryInterface() function in SwXShape
1029 uno::Any aRet = SwXShapeBaseClass::queryInterface(aType); in queryInterface()
2797 uno::Any SwXGroupShape::queryInterface( const uno::Type& rType ) throw(uno::RuntimeException) in queryInterface() function in SwXGroupShape
2803 aRet = SwXShape::queryInterface(rType); in queryInterface()
/trunk/main/svtools/source/graphic/
H A Drenderer.cxx118 uno::Any SAL_CALL GraphicRendererVCL::queryInterface( const uno::Type & rType ) in queryInterface() function in unographic::GraphicRendererVCL
121 return OWeakAggObject::queryInterface( rType ); in queryInterface()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DPropertySetHelper.java47 m_xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, _aObj); in PropertySetHelper()
373 … XServiceInfo xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, m_xPropertySet); in showProperties()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XContainer.java97 oObj = (XContainer)UnoRuntime.queryInterface(XContainer.class, altObj); in before()
100 NC = (XNameContainer) UnoRuntime.queryInterface in before()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XTableColumns.java313 XSimpleText xText = (XSimpleText) UnoRuntime.queryInterface in setCellText()
318 XSimpleText xText = (XSimpleText) UnoRuntime.queryInterface in getCellText()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSStatement.hxx102 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
154 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
/trunk/main/connectivity/source/commontools/
H A DConnectionWrapper.cxx149 Any SAL_CALL OConnectionWrapper::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface() function in OConnectionWrapper
151 Any aReturn = OConnection_BASE::queryInterface(_rType); in queryInterface()
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx139 virtual Any SAL_CALL queryInterface( const Type & aType) throw( RuntimeException );
297 Any SAL_CALL Invocation_Impl::queryInterface( const Type & aType ) in queryInterface() function in stoc_inv::Invocation_Impl
301 Any a = ::cppu::queryInterface( aType, in queryInterface()
364 return OWeakObject::queryInterface( aType ); in queryInterface()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java451 XClob clob = UnoRuntime.queryInterface(XClob.class, object); in fill()
455 XBlob blob = UnoRuntime.queryInterface(XBlob.class, object); in fill()
997 XBlob blob = UnoRuntime.queryInterface(XBlob.class, value); in getSequence()
1001 XClob clob = UnoRuntime.queryInterface(XClob.class, value); in getSequence()

Completed in 149 milliseconds

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