Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1001 – 1025 of 2339) sorted by relevance

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XScrollBar.java171 XScrollBar sc = (XScrollBar) UnoRuntime.queryInterface( in adjustScrollBar()
178 XAccessible acc = (XAccessible) UnoRuntime.queryInterface( in adjustScrollBar()
181 XAccessibleComponent aCom = (XAccessibleComponent) UnoRuntime.queryInterface( in adjustScrollBar()
H A D_XSpinValue.java162 XSpinValue sv = (XSpinValue) UnoRuntime.queryInterface( in adjustScrollBar()
169 XAccessible acc = (XAccessible) UnoRuntime.queryInterface( in adjustScrollBar()
172 XAccessibleComponent aCom = (XAccessibleComponent) UnoRuntime.queryInterface( in adjustScrollBar()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XNameReplace.java114 XNameAccess oNameAccess = (XNameAccess)UnoRuntime.queryInterface( in _replaceByName()
181 UnoRuntime.queryInterface(XCellRangeAddressable.class,old); in compareRanges()
184 UnoRuntime.queryInterface(XCellRangeAddressable.class,newEl); in compareRanges()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/bridge/
H A D_XUnoUrlResolver.java160 UnoRuntime.queryInterface(XBridgeFactory.class, in _resolve()
164 XAcceptor xAcc = (XAcceptor)UnoRuntime.queryInterface( in _resolve()
183 UnoRuntime.queryInterface(XMultiServiceFactory.class, obj); in _resolve()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DOButtonControl.java112 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in cleanup()
178 XControlAccess the_access = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment()
211 XWindow forObjRel = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment()
H A DOImageControlControl.java108 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in cleanup()
174 XControlAccess the_access = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment()
209 XWindow forObjRel = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment()
H A DORadioButtonControl.java111 XCloseable closer = (XCloseable) UnoRuntime.queryInterface( in cleanup()
177 XControlAccess the_access = (XControlAccess) UnoRuntime.queryInterface( in createTestEnvironment()
211 XWindow forObjRel = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dcompbase4.hxx67 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakComponentImplHelper4
118 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakAggComponentImplHelper4
119 { return WeakAggComponentImplHelperBase::queryInterface( rType ); } in queryInterface()
H A Dcompbase5.hxx67 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakComponentImplHelper5
118 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakAggComponentImplHelper5
119 { return WeakAggComponentImplHelperBase::queryInterface( rType ); } in queryInterface()
H A Dcompbase6.hxx67 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakComponentImplHelper6
118 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakAggComponentImplHelper6
119 { return WeakAggComponentImplHelperBase::queryInterface( rType ); } in queryInterface()
H A Dcompbase7.hxx67 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakComponentImplHelper7
118 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( ::com::sun::star::uno::Type const & rT… in queryInterface() function in cppu::WeakAggComponentImplHelper7
119 { return WeakAggComponentImplHelperBase::queryInterface( rType ); } in queryInterface()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DComponentView.java54 if (UnoRuntime.queryInterface( in Create()
79 mxComponent = (XAccessibleComponent)UnoRuntime.queryInterface( in SetObject()
135 (XAccessibleComponent)UnoRuntime.queryInterface( in Update()
/trunk/main/connectivity/source/sdbcx/
H A DVView.cxx96 Any SAL_CALL OView::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OView
98 Any aRet = OView_BASE::queryInterface( rType); in queryInterface()
99 return aRet.hasValue() ? aRet : ODescriptor::queryInterface( rType); in queryInterface()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlInputStream.cxx74 Any CurlInputStream::queryInterface( const Type &type ) in queryInterface() function in CurlInputStream
77 Any aRet = ::cppu::queryInterface( type, in queryInterface()
80 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( type ); in queryInterface()
/trunk/main/svx/source/accessibility/
H A DAccessibleOLEShape.cxx100 AccessibleOLEShape::queryInterface (const com::sun::star::uno::Type & rType) in queryInterface() function in AccessibleOLEShape
103 ::com::sun::star::uno::Any aReturn = AccessibleShape::queryInterface (rType); in queryInterface()
105 aReturn = ::cppu::queryInterface (rType, in queryInterface()
/trunk/main/xmlhelp/source/treeview/
H A Dtvfactory.cxx77 TVFactory::queryInterface( in queryInterface() function in TVFactory
81 Any aRet = cppu::queryInterface( rType, in queryInterface()
86 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/svtools/source/hatchwindow/
H A Dhatchwindow.cxx116 uno::Any SAL_CALL VCLXHatchWindow::queryInterface( const uno::Type & rType ) in queryInterface() function in VCLXHatchWindow
122 uno::Any aReturn( ::cppu::queryInterface( rType, in queryInterface()
130 return VCLXWindow::queryInterface( rType ) ; in queryInterface()
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DAbstractExporter.java71 XStorable xs = UnoRuntime.queryInterface(XStorable.class, officeDocument); in storeToURL()
108 …document = UnoRuntime.queryInterface(XComponentLoader.class, desktop).loadComponentFromURL(doc.cp_… in openDocument()
132 XCloseable xc = UnoRuntime.queryInterface(XCloseable.class, doc); in closeDocument()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DTimeStampControl.java74 xShapeGroup = UnoRuntime.queryInterface(XShape.class, xShapeGroup); in TimeStampControl()
86 … XControlShape xControlShape = UnoRuntime.queryInterface(XControlShape.class, oControl); in getControlofGroupShapeByIndex()
87 return UnoRuntime.queryInterface(XPropertySet.class, xControlShape.getControl()); in getControlofGroupShapeByIndex()
/trunk/main/svtools/source/uno/
H A Dpopupwindowcontroller.cxx156 Any SAL_CALL PopupWindowController::queryInterface( const Type& aType ) in queryInterface() function in svt::PopupWindowController
159 Any a( ToolboxController::queryInterface( aType ) ); in queryInterface()
163 return ::cppu::queryInterface( aType, static_cast< lang::XServiceInfo* >( this )); in queryInterface()
/trunk/main/forms/qa/complex/forms/
H A DCheckOGroupBoxModel.java81 m_xPropSet = UnoRuntime.queryInterface(XMultiPropertySet.class, shape.getControl()); in before()
86 XCloseable xClose = UnoRuntime.queryInterface(XCloseable.class, m_xDrawDoc); in after()
198 …final XMultiServiceFactory xMSF1 = UnoRuntime.queryInterface(XMultiServiceFactory.class, connectio… in getMSF()
/trunk/main/forms/qa/integration/forms/
H A DSingleControlValidation.java116 …lidatableFormComponent xComp = (XValidatableFormComponent)UnoRuntime.queryInterface( XValidatableF… in createControls()
138 …XValidatable xValidatable = (XValidatable)UnoRuntime.queryInterface( XValidatable.class, m_inputFi… in createControls()
164 …lidatableFormComponent xComp = (XValidatableFormComponent)UnoRuntime.queryInterface( XValidatableF… in componentValidityChanged()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwAccessibleDocumentPageView.java102 UnoRuntime.queryInterface(XModel.class, xTextDoc); in createTestEnvironment()
107 UnoRuntime.queryInterface(XDispatchProvider.class, xController); in createTestEnvironment()
109 UnoRuntime.queryInterface(XURLTransformer.class, in createTestEnvironment()
H A DSwAccessibleHeaderView.java84 UnoRuntime.queryInterface(XStyleFamiliesSupplier.class, xTextDoc); in createTestEnvironment()
105 UnoRuntime.queryInterface( XPropertySet.class, StdStyle); in createTestEnvironment()
126 UnoRuntime.queryInterface(XModel.class, xTextDoc); in createTestEnvironment()
H A DSwXTextColumns.java108 UnoRuntime.queryInterface(XStyleFamiliesSupplier.class, xTextDoc); in createTestEnvironment()
111 UnoRuntime.queryInterface(XIndexAccess.class, oSF); in createTestEnvironment()
136 UnoRuntime.queryInterface(XPropertySet.class,oStyle); in createTestEnvironment()

Completed in 109 milliseconds

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