Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1026 – 1050 of 2339) sorted by relevance

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScHeaderFooterContentObj.java85 UnoRuntime.queryInterface (XComponent.class, xSpreadsheetDoc); in cleanup()
111 UnoRuntime.queryInterface( in createTestEnvironment()
133 UnoRuntime.queryInterface(XPropertySet.class, StdStyle); in createTestEnvironment()
H A DScDDELinksObj.java92 queryInterface(XComponent.class, xSheetDoc) ; in cleanup()
143 UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets); in createTestEnvironment()
178 UnoRuntime.queryInterface(XPropertySet.class, xSheetDoc); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DMutableTreeNode.java79 … mXTreeDataModel = (XMutableTreeDataModel) UnoRuntime.queryInterface(XMutableTreeDataModel.class, in createTestEnvironment()
138 UnoRuntime.queryInterface(XSimpleFileAccess.class,fileacc); in fillNode()
154 UnoRuntime.queryInterface(XSimpleFileAccess.class,fileacc); in dirlist()
H A DUnoScrollBarControl.java70 XModel xModel = (XModel) UnoRuntime.queryInterface(XModel.class, xTextDoc); in initialize()
128 XControlAccess the_access = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment()
166 XWindow forObjRel = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment()
/trunk/main/forms/qa/integration/forms/
H A DFormPropertyBags.java84 … XCloseable closeDoc = UnoRuntime.queryInterface( XCloseable.class, m_document.getDocument() ); in impl_closeDoc()
101 XPropertyContainer propContainer = UnoRuntime.queryInterface( in checkSomething()
159 XStorable store = UnoRuntime.queryInterface( XStorable.class, m_document.getDocument() ); in impl_checkPropertyPersistence()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSingleControlValidation.java112 …lidatableFormComponent xComp = (XValidatableFormComponent)UnoRuntime.queryInterface( XValidatableF… in createControls()
134 …XValidatable xValidatable = (XValidatable)UnoRuntime.queryInterface( XValidatable.class, m_inputFi… in createControls()
160 …lidatableFormComponent xComp = (XValidatableFormComponent)UnoRuntime.queryInterface( XValidatableF… in componentValidityChanged()
/trunk/main/package/qa/storages/
H A DRegressionTest_i49755.java67 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
170 …XStorage xStep2TempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oStep2TempStora… in test()
222 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test()
H A DTest12.java67 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
140 …XStorage xResWriteStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResWriteStorage… in test()
196 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test()
H A DRegressionTest_i27773.java71 …XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( XPropertySet.class, xTempFileStr… in test()
92 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
211 xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
/trunk/main/connectivity/source/drivers/calc/
H A DCResultSet.cxx76 Any SAL_CALL OCalcResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OCalcResultSet
78 Any aRet = OResultSet::queryInterface(rType); in queryInterface()
79 return aRet.hasValue() ? aRet : OCalcResultSet_BASE::queryInterface(rType); in queryInterface()
/trunk/main/connectivity/source/sdbcx/
H A DVUser.cxx74 Any SAL_CALL OUser::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OUser
76 Any aRet = ODescriptor::queryInterface( rType); in queryInterface()
77 return aRet.hasValue() ? aRet : OUser_BASE::queryInterface( rType); in queryInterface()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dcompbase10.hxx67 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakComponentImplHelper10
118 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakAggComponentImplHelper10
119 { return WeakAggComponentImplHelperBase::queryInterface( rType ); } in queryInterface()
H A Dcompbase11.hxx67 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakComponentImplHelper11
118 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakAggComponentImplHelper11
119 { return WeakAggComponentImplHelperBase::queryInterface( rType ); } in queryInterface()
H A Dcompbase8.hxx67 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakComponentImplHelper8
118 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakAggComponentImplHelper8
119 { return WeakAggComponentImplHelperBase::queryInterface( rType ); } in queryInterface()
H A Dcompbase9.hxx67 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakComponentImplHelper9
117 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakAggComponentImplHelper9
118 { return WeakAggComponentImplHelperBase::queryInterface( rType ); } in queryInterface()
/trunk/main/cppuhelper/test/testcmp/
H A DTestComponent.cxx79 …uno::Any SAL_CALL queryInterface(uno::Type const & rType ) throw (::com::sun::star::uno::RuntimeEx…
147 uno::Any SAL_CALL TestComponent::queryInterface(uno::Type const & rType ) throw (::com::sun::star::… in queryInterface() function in TestComponent
149 return cppu::WeakImplHelper1<lang::XServiceInfo>::queryInterface(rType); in queryInterface()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DOfficeDocument.java56 UnoRuntime.queryInterface( in OfficeDocument()
59 UnoRuntime.queryInterface( in OfficeDocument()
62 UnoRuntime.queryInterface( in OfficeDocument()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java145 public static Object queryInterface(Type type, Object object) { in queryInterface() method in UnoRuntime
160 object = ((IQueryInterface) object).queryInterface(type); in queryInterface()
187 public static <T> T queryInterface(Class<T> zInterface, Object object) { in queryInterface() method in UnoRuntime
188 return (T) queryInterface(new Type(zInterface), object); in queryInterface()
/trunk/main/stoc/source/corereflection/
H A Dcrarray.cxx37 Any ArrayIdlClassImpl::queryInterface( const Type & rType ) in queryInterface() function in stoc_corefl::ArrayIdlClassImpl
40 Any aRet( ::cppu::queryInterface( rType, static_cast< XIdlArray * >( this ) ) ); in queryInterface()
41 return (aRet.hasValue() ? aRet : IdlClassImpl::queryInterface( rType )); in queryInterface()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DPeerConfig.java114 …XVclWindowPeer xVclWindowPeer = UnoRuntime.queryInterface(XVclWindowPeer.class, aPeerTask.xControl… in windowShown()
166 XControl xControl = UnoRuntime.queryInterface(XControl.class, oAPIControl); in setAccessibleName()
195 XControl xControl = UnoRuntime.queryInterface(XControl.class, oAPIControl); in setPeerProperties()
/trunk/main/vcl/source/app/
H A Dunohelp.cxx140 …uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XBreakIterator >*)0) ); in CreateBreakIterator()
156 …uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XCharacterClassificati… in CreateCharacterClassification()
172 uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XCollator >*)0) ); in CreateCollator()
/trunk/main/ucb/source/ucp/file/
H A Dfilinpstr.cxx109 XInputStream_impl::queryInterface( in XTYPEPROVIDER_IMPL_3()
113 uno::Any aRet = cppu::queryInterface( rType, in XTYPEPROVIDER_IMPL_3()
117 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in XTYPEPROVIDER_IMPL_3()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXAutoTextEntry.java139 UnoRuntime.queryInterface(XAutoTextContainer.class,oInst); in createTestEnvironment()
145 … XNameAccess oContNames = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, oContainer); in createTestEnvironment()
159 oGroup = (XAutoTextGroup) UnoRuntime.queryInterface in createTestEnvironment()
/trunk/main/embedserv/source/embed/
H A Dservprov.cxx141 EmbedServer_Impl::queryInterface( in queryInterface() function in EmbedServer_Impl
148 ::cppu::queryInterface( in queryInterface()
151 return OWeakObject::queryInterface( aType); in queryInterface()
/trunk/main/connectivity/source/drivers/flat/
H A DEResultSet.cxx77 Any SAL_CALL OFlatResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OFlatResultSet
83 const Any aRet = OResultSet::queryInterface(rType); in queryInterface()
84 return aRet.hasValue() ? aRet : OFlatResultSet_BASE::queryInterface(rType); in queryInterface()

Completed in 71 milliseconds

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