Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1301 – 1325 of 2339) sorted by relevance

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxUnoTextContent.java113 XSimpleText text = (XSimpleText) UnoRuntime.queryInterface in createTestEnvironment()
128 xEA = (XEnumerationAccess) UnoRuntime.queryInterface in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextTables.java123 UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextDoc); in createTestEnvironment()
125 UnoRuntime.queryInterface(XTextTablesSupplier.class, msf); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Draw/
H A DXMLStylesImporter.java166 UnoRuntime.queryInterface (XStyleFamiliesSupplier.class, xDrawDoc) ; in createTestEnvironment()
176 UnoRuntime.queryInterface in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Impress/
H A DXMLSettingsImporter.java172 UnoRuntime.queryInterface(XModel.class, xImpressDoc); in createTestEnvironment()
175 UnoRuntime.queryInterface(XPropertySet.class, xController); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sch/
H A DAccArea.java68 UnoRuntime.queryInterface(XModel.class, xChartDoc); in createTestEnvironment()
89 UnoRuntime.queryInterface( in createTestEnvironment()
H A DAccDataPoint.java68 UnoRuntime.queryInterface(XModel.class, xChartDoc); in createTestEnvironment()
88 UnoRuntime.queryInterface( in createTestEnvironment()
H A DAccDataSeries.java68 UnoRuntime.queryInterface(XModel.class, xChartDoc); in createTestEnvironment()
88 UnoRuntime.queryInterface( in createTestEnvironment()
H A DAccDiagram.java68 UnoRuntime.queryInterface(XModel.class, xChartDoc); in createTestEnvironment()
88 UnoRuntime.queryInterface( in createTestEnvironment()
H A DAccGrid.java68 UnoRuntime.queryInterface(XModel.class, xChartDoc); in createTestEnvironment()
89 UnoRuntime.queryInterface( in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DControlLock.java58 XForm xForm = (XForm)UnoRuntime.queryInterface( XForm.class, xContainer ); in shouldStepInto()
162 XRowSet xRowSet = (XRowSet)UnoRuntime.queryInterface( in enableLock()
/trunk/main/odk/examples/cpp/counter/
H A Dcounter.cxx81 virtual Any SAL_CALL queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface() function in MyCounterImpl
82 { return cppu::queryInterface(rType, in queryInterface()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_GraphicObjectShape.java138 …XIndexContainer xIndexContainer = (XIndexContainer)UnoRuntime.queryInterface(XIndexContainer.class… in _ImageMap()
148 … xIndexContainer = (XIndexContainer)UnoRuntime.queryInterface(XIndexContainer.class, newObject); in _ImageMap()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XSynchronousFrameLoader.java101 XDesktop dsk = (XDesktop) UnoRuntime.queryInterface in before()
108 xURLTrans = (XURLTransformer) UnoRuntime.queryInterface in before()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XObjectInputStream.java103 props1 = (XPropertySet) UnoRuntime.queryInterface in _readObject()
106 props2 = (XPropertySet) UnoRuntime.queryInterface in _readObject()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ucb/
H A D_XContentProviderManager.java96 firstContentProvider = (XContentProvider)UnoRuntime.queryInterface( in before()
100 contentProvider = (XContentProvider)UnoRuntime.queryInterface( in before()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DParser.java149 …final XParametersSupplier paramSupp = UnoRuntime.queryInterface(XParametersSupplier.class, compose… in impl_checkParameters()
155 …final XPropertySet parameter = UnoRuntime.queryInterface(XPropertySet.class, parameters.getByIndex… in impl_checkParameters()
/trunk/main/reportdesign/source/core/api/
H A DFormattedField.cxx97 uno::Any SAL_CALL OFormattedField::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeExc… in IMPLEMENT_FORWARD_REFCOUNT()
99 uno::Any aReturn = FormattedFieldBase::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
101 aReturn = FormattedFieldPropertySet::queryInterface(_rType); in IMPLEMENT_FORWARD_REFCOUNT()
/trunk/main/toolkit/source/awt/
H A Dvclxdevice.cxx87 ::com::sun::star::uno::Any VCLXDevice::queryInterface( const ::com::sun::star::uno::Type & rType ) … in queryInterface() function in VCLXDevice
89 ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
94 return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType )); in queryInterface()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx138 ScAccessibleEditObject::queryInterface (const com::sun::star::uno::Type & rType) in queryInterface() function in ScAccessibleEditObject
141 ::com::sun::star::uno::Any aReturn = ScAccessibleContextBase::queryInterface (rType); in queryInterface()
143 aReturn = ::cppu::queryInterface (rType, in queryInterface()
H A DAccessibleTableBase.cxx77 uno::Any SAL_CALL ScAccessibleTableBase::queryInterface( uno::Type const & rType ) in queryInterface() function in ScAccessibleTableBase
89 uno::Any aAny (ScAccessibleTableBaseImpl::queryInterface(rType)); in queryInterface()
90 return aAny.hasValue() ? aAny : ScAccessibleContextBase::queryInterface(rType); in queryInterface()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabStatement.cxx373 Any SAL_CALL MacabCommonStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in MacabCommonStatement
375 Any aRet = MacabCommonStatement_BASE::queryInterface(rType); in queryInterface()
377 aRet = OPropertySetHelper::queryInterface(rType); in queryInterface()
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx107 Any OPreparedStatement::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface() function in OPreparedStatement
109 Any aIface = OStatementBase::queryInterface( rType ); in queryInterface()
111 aIface = ::cppu::queryInterface( in queryInterface()
/trunk/main/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx80 Any SAL_CALL SbaExternalSourceBrowser::queryInterface(const Type& _rType) throw (RuntimeException) in queryInterface() function in SbaExternalSourceBrowser
82 Any aRet = SbaXDataBrowserController::queryInterface(_rType); in queryInterface()
84 aRet = ::cppu::queryInterface(_rType, in queryInterface()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTableCell.cxx128 ::com::sun::star::uno::Any SAL_CALL AccessibleGridControlTableCell::queryInterface( in queryInterface() function in accessibility::AccessibleGridControlTableCell
132 Any aRet = AccessibleGridControlCell::queryInterface(rType); in queryInterface()
134 aRet = AccessibleTextHelper_BASE::queryInterface(rType); in queryInterface()
/trunk/main/forms/source/component/
H A DFormComponent.cxx201 aReturn = OControl_BASE::queryInterface(_rType); in queryAggregation()
436 aReturn = OBoundControl_BASE::queryInterface( _rType ); in queryAggregation()
539 aReturn = OControlModel_BASE::queryInterface(_rType); in queryAggregation()
544 aReturn = OPropertySetAggregationHelper::queryInterface(_rType); in queryAggregation()
1240 aReturn = OBoundControlModel_BASE1::queryInterface(_rType); in queryAggregation()
1243 aReturn = OBoundControlModel_COMMITTING::queryInterface( _rType ); in queryAggregation()
1246 aReturn = OBoundControlModel_BINDING::queryInterface( _rType ); in queryAggregation()
1249 aReturn = OBoundControlModel_VALIDATION::queryInterface( _rType ); in queryAggregation()

Completed in 128 milliseconds

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