Home
last modified time | relevance | path

Searched refs:queryInterface (Results 826 – 850 of 2342) sorted by relevance

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

/trunk/main/forms/qa/integration/xforms/
H A DXMLDocument.java67 m_formsSupplier = (XFormsSupplier)UnoRuntime.queryInterface( XFormsSupplier.class, in impl_initialize()
101 newModel = (XModel) UnoRuntime.queryInterface( XModel.class, in addXFormModel()
104 XFormsUIHelper1 modelHelper = (XFormsUIHelper1) UnoRuntime.queryInterface( in addXFormModel()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java267 XComponent comp = (XComponent)UnoRuntime.queryInterface( in dispose()
354 UnoRuntime.queryInterface( XPropertySet.class, aInitialObject); in connect()
356 XComponentContext xComponentContext = (XComponentContext) UnoRuntime.queryInterface( in connect()
435 xBridgeFactory = (XBridgeFactory)UnoRuntime.queryInterface( in resolve()
451 …XConnector connector_xConnector = (XConnector)UnoRuntime.queryInterface(XConnector.class, connecto… in resolve()
/trunk/main/xmlsecurity/tools/uno/
H A DSecurityEntity.java110 (XKeyCollector)UnoRuntime.queryInterface( in setKeyId()
166 (XReferenceResolvedBroadcaster)UnoRuntime.queryInterface( in setKey()
184 (XMissionTaker)UnoRuntime.queryInterface( in endMission()
/trunk/main/ucb/source/ucp/file/
H A Dfilcmd.cxx67 XCommandInfo_impl::queryInterface( in queryInterface() function in XCommandInfo_impl
71 uno::Any aRet = cppu::queryInterface( rType, in queryInterface()
73 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
H A Dfilprp.cxx105 XPropertySetInfo_impl::queryInterface( in XTYPEPROVIDER_IMPL_2()
109 Any aRet = cppu::queryInterface( rType, in XTYPEPROVIDER_IMPL_2()
112 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in XTYPEPROVIDER_IMPL_2()
/trunk/main/ucb/source/ucp/gio/
H A Dgio_inputstream.cxx108 uno::Any InputStream::queryInterface( const uno::Type &type ) throw( uno::RuntimeException ) in queryInterface() function in gio::InputStream
110 uno::Any aRet = ::cppu::queryInterface ( type, in queryInterface()
113 return aRet.hasValue() ? aRet : Seekable::queryInterface( type ); in queryInterface()
/trunk/main/toolkit/source/awt/
H A Dvclxsystemdependentwindow.cxx65 ::com::sun::star::uno::Any VCLXSystemDependentWindow::queryInterface( const ::com::sun::star::uno::… in queryInterface() function in VCLXSystemDependentWindow
67 ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
69 return (aRet.hasValue() ? aRet : VCLXWindow::queryInterface( rType )); in queryInterface()
H A Dvclxbitmap.cxx38 ::com::sun::star::uno::Any VCLXBitmap::queryInterface( const ::com::sun::star::uno::Type & rType ) … in queryInterface() function in VCLXBitmap
40 ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
45 return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType )); in queryInterface()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXDocumentIndexMark.java106 UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDoc); in createTestEnvironment()
120 UnoRuntime.queryInterface(XDocumentIndexMark.class, oDIM); in createTestEnvironment()
133 UnoRuntime.queryInterface(XTextContent.class,instance)); in createTestEnvironment()
H A DSwXFootnoteProperties.java97 UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDoc); in createTestEnvironment()
101 oFootnote = (XFootnote) UnoRuntime.queryInterface(XFootnote.class, in createTestEnvironment()
120 UnoRuntime.queryInterface(XFootnotesSupplier.class, xTextDoc); in createTestEnvironment()
H A DSwXFootnote.java116 UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDoc); in createTestEnvironment()
120 oFootnote = (XFootnote) UnoRuntime.queryInterface(XFootnote.class, in createTestEnvironment()
142 UnoRuntime.queryInterface(XTextContent.class,instance)); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DFrameDsc.java93 XShape shape = (XShape)UnoRuntime.queryInterface( XShape.class, SrvObj ); in createInstance()
100 XTextFrame TF = (XTextFrame)UnoRuntime.queryInterface( ifcClass, SrvObj ); in createInstance()
103 UnoRuntime.queryInterface( XPropertySet.class, SrvObj ); in createInstance()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sch/
H A DChXChartView.java109 oModel = (XModel)UnoRuntime.queryInterface(XModel.class, xChartDoc); in createTestEnvironment()
122 UnoRuntime.queryInterface(XShapeDescriptor.class, o1); in createTestEnvironment()
124 UnoRuntime.queryInterface(XShapeDescriptor.class, o2); in createTestEnvironment()
/trunk/main/odk/examples/java/Storage/
H A DTest09.java58 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
88 …XStorage xTempFileStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oTempFileStorage … in test()
121 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XAutoFormattable.java69 XCellRange cellRange = (XCellRange) UnoRuntime.queryInterface( in _autoFormat()
72 XPropertySet PS = (XPropertySet) UnoRuntime.queryInterface( in _autoFormat()
85 XNameAccess formats = (XNameAccess) UnoRuntime.queryInterface( in _autoFormat()
/trunk/main/basctl/source/basicide/
H A Dunomodel.cxx54 uno::Any SAL_CALL SIDEModel::queryInterface( const uno::Type& rType ) throw(uno::RuntimeException) in queryInterface() function in SIDEModel
56 uno::Any aRet = ::cppu::queryInterface ( rType, in queryInterface()
62 aRet = SfxBaseModel::queryInterface ( rType ); in queryInterface()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java180 … XTextContent xTextSectionContent = UnoRuntime.queryInterface( XTextContent.class, xTextSection ); in addLinkedTextSection()
181 xNamedTextSection = UnoRuntime.queryInterface( XNamed.class, xTextSection ); in addLinkedTextSection()
191 … XCellRange xCellRange = UnoRuntime.queryInterface( XCellRange.class, xTextTable ); in addLinkedTextSection()
206 XNamed xNamedTable = UnoRuntime.queryInterface( XNamed.class, xTextTable ); in renameTableofLastSection()
225 XNameAccess xNamedForm = UnoRuntime.queryInterface( XNameAccess.class, oDBForm ); in reconnectToDatabase()
351 … xGroupBaseTables[ColIndex] = UnoRuntime.queryInterface( XTextTable.class, oTable ); in insertDatabaseDatatoReportDocument()
/trunk/main/connectivity/source/drivers/file/
H A DFStatement.cxx174 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in connectivity::file::OStatement_Base
177 const Any aRet = OStatement_BASE::queryInterface(rType); in queryInterface()
178 return aRet.hasValue() ? aRet : OPropertySetHelper::queryInterface(rType); in queryInterface()
376 Any SAL_CALL OStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in connectivity::file::OStatement
378 Any aRet = OStatement_XStatement::queryInterface( rType); in queryInterface()
379 return aRet.hasValue() ? aRet : OStatement_BASE2::queryInterface( rType); in queryInterface()
/trunk/main/cppuhelper/source/
H A Dimplbase.cxx222 Any WeakComponentImplHelperBase::queryInterface( Type const & rType ) in queryInterface() function in cppu::WeakComponentImplHelperBase
230 return OWeakObject::queryInterface( rType ); in queryInterface()
348 Any WeakAggComponentImplHelperBase::queryInterface( Type const & rType ) in queryInterface() function in cppu::WeakAggComponentImplHelperBase
351 return OWeakAggObject::queryInterface( rType ); in queryInterface()
/trunk/main/UnoControls/source/controls/
H A Dframecontrol.cxx83 Any SAL_CALL FrameControl::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface() function in unocontrols::FrameControl
93 aReturn = xDel->queryInterface( rType ); in queryInterface()
171 Any aReturn ( ::cppu::queryInterface( aType , in queryAggregation()
181 aReturn = OPropertySetHelper::queryInterface( aType ); in queryAggregation()
/trunk/main/ucbhelper/source/provider/
H A Dcontentidentifier.cxx138 ContentIdentifier::queryInterface( const Type & rType ) in queryInterface() function in ucbhelper::ContentIdentifier
141 Any aRet = cppu::queryInterface( rType, in queryInterface()
145 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpintreq.hxx50 queryInterface(
92 queryInterface(
131 queryInterface(
/trunk/main/desktop/source/deployment/misc/
H A Ddp_interact.cxx60 virtual Any SAL_CALL queryInterface( Type const & type )
81 Any InteractionContinuationImpl::queryInterface( Type const & type ) in queryInterface() function in dp_misc::__anon13631e300111::InteractionContinuationImpl
89 return OWeakObject::queryInterface(type); in queryInterface()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScLabelRangesObj.java86 UnoRuntime.queryInterface (XComponent.class, xSheetDoc) ; in cleanup()
113 UnoRuntime.queryInterface(XPropertySet.class, xSheetDoc); in createTestEnvironment()
116 UnoRuntime.queryInterface(XLabelRanges.class, ranges); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxUnoTextField.java131 XText the_Text = (XText) UnoRuntime.queryInterface(XText.class,oShape); in createTestEnvironment()
133 UnoRuntime.queryInterface( XMultiServiceFactory.class, xDrawDoc ); in createTestEnvironment()
138 UnoRuntime.queryInterface(XTextContent.class,oObj); in createTestEnvironment()

Completed in 127 milliseconds

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