Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1426 – 1450 of 2339) sorted by relevance

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

/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx212 SwXText::queryInterface(const uno::Type& rType) throw (uno::RuntimeException) in queryInterface() function in SwXText
2471 aRet = SwXText::queryInterface( rType ); in queryAggregation()
2510 SwXBodyText::queryInterface(const uno::Type& rType) in queryInterface() function in SwXBodyText
2513 const uno::Any ret = SwXText::queryInterface(rType); in queryInterface()
2515 ? SwXBodyText_Base::queryInterface(rType) in queryInterface()
2837 SwXHeadFootText::queryInterface(const uno::Type& rType) in queryInterface() function in SwXHeadFootText
2840 const uno::Any ret = SwXHeadFootText_Base::queryInterface(rType); in queryInterface()
2842 ? SwXText::queryInterface(rType) in queryInterface()
/trunk/main/ucb/source/ucp/package/
H A Dpkgprovider.cxx71 queryInterface( const uno::Type& aType ) in queryInterface() function in package_ucp::Package
73 { return m_xNA->queryInterface( aType ); } in queryInterface()
/trunk/main/ucb/qa/complex/tdoc/
H A D_XCommandProcessor.java148 XCommandInfo xCmdInfo = (XCommandInfo)UnoRuntime.queryInterface( in _execute()
161 XPropertySetInfo xPropInfo = (XPropertySetInfo)UnoRuntime.queryInterface( in _execute()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dstdtabcontroller.hxx62 …LL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::Runtim… in queryInterface() function in StdTabController
H A Dtkscrollbar.hxx78 …LL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::Runtim… in queryInterface() function in toolkit::UnoScrollBarControl
H A Dstdtabcontrollermodel.hxx106 …LL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::Runtim… in queryInterface() function in StdTabControllerModel
/trunk/main/toolkit/test/accessibility/ov/
H A DSelectionView.java70 XAccessibleSelection xSelection = (XAccessibleSelection)UnoRuntime.queryInterface( in Create()
143 mxSelection = (XAccessibleSelection)UnoRuntime.queryInterface( in SetObject()
/trunk/main/framework/source/uielement/
H A Dpanelwrapper.cxx94 uno::Any SAL_CALL PanelWrapper::queryInterface( const uno::Type & rType ) in queryInterface() function in framework::PanelWrapper
97 return UIElementWrapperBase::queryInterface( rType ); in queryInterface()
/trunk/main/odk/examples/java/Storage/
H A DTest06.java61 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
211 XStorage xTargetStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTargetStorage ); in test()
/trunk/main/package/qa/storages/
H A DTest06.java62 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
212 XStorage xTargetStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTargetStorage ); in test()
H A DBorderedStream.java63 return (XInputStream)UnoRuntime.queryInterface( XInputStream.class, this ); in getInputStream()
70 return (XOutputStream)UnoRuntime.queryInterface( XOutputStream.class, this ); in getOutputStream()
H A DTest05.java69 …XStorage xTempFileStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oTempFileStorage … in test()
257 XStorage xResultStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResultStorage ); in test()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XMultiPropertyStates.java134 UnoRuntime.queryInterface(XPropertySet.class, oObj); in _setPropertiesToDefault()
205 UnoRuntime.queryInterface(XPropertySet.class, oObj); in _setAllPropertiesToDefault()
H A D_XFastPropertySet.java84 XPropertySet PS = (XPropertySet)UnoRuntime.queryInterface in _setFastPropertyValue()
131 XPropertySet PS = (XPropertySet)UnoRuntime.queryInterface in _getFastPropertyValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/connection/
H A D_XAcceptor.java135 xConnector = (XConnector) UnoRuntime.queryInterface in _accept()
142 dupAcceptor = (XAcceptor) UnoRuntime.queryInterface in _accept()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DTestParameters.java297 XPropertySet factoryProps = (XPropertySet)com.sun.star.uno.UnoRuntime.queryInterface( in getComponentContext()
301 context = com.sun.star.uno.UnoRuntime.queryInterface( in getComponentContext()
/trunk/main/bridges/test/com/sun/star/lib/
H A DTestBed.java126 XBridgeFactory factory = UnoRuntime.queryInterface( in getBridge()
165 = UnoRuntime.queryInterface( in run()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A Dtemplate.bsh59 oDoc = UnoRuntime.queryInterface(XModel.class,XSCRIPTCONTEXT.getInvocationContext());
63 xTextDoc = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class,oDoc);
/trunk/main/toolkit/source/awt/
H A Dvclxmenu.cxx232 css::uno::Any VCLXMenu::queryInterface( in queryInterface() function in VCLXMenu
243 aRet = ::cppu::queryInterface( rType, in queryInterface()
250 aRet = ::cppu::queryInterface( rType, in queryInterface()
257 return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType )); in queryInterface()
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx112 xI->queryInterface( ::getCppuType( in setOptions()
134 xI->queryInterface( ::getCppuType( in setOptions()
150 xI->queryInterface( ::getCppuType( in setOptions()
422 xI->queryInterface( ::getCppuType( in IsDelimiter()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextCursor.java182 XPropertySet xCursorProp = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment()
187 final XParagraphCursor paragrCursor = (XParagraphCursor) UnoRuntime.queryInterface( in createTestEnvironment()
/trunk/main/connectivity/source/drivers/file/
H A DFTable.cxx126 Any SAL_CALL OFileTable::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OFileTable
136 return OTable_TYPEDEF::queryInterface(rType); in queryInterface()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DSelectionView.java73 XAccessibleSelection xSelection = (XAccessibleSelection)UnoRuntime.queryInterface( in Create()
150 mxSelection = (XAccessibleSelection)UnoRuntime.queryInterface( in SetObject()
/trunk/main/framework/source/fwe/interaction/
H A Dpreventduplicateinteraction.cxx108 css::uno::Any SAL_CALL PreventDuplicateInteraction::queryInterface( const css::uno::Type& aType ) in queryInterface() function in framework::PreventDuplicateInteraction
118 return ::cppu::WeakImplHelper1< css::task::XInteractionHandler2 >::queryInterface( aType ); in queryInterface()
/trunk/main/extensions/qa/integration/extensions/
H A DMethodHandler.java53 m_introspection = (XIntrospection)UnoRuntime.queryInterface( XIntrospection.class, in MethodHandler()
104 XPropertyControl control = (XPropertyControl)UnoRuntime.queryInterface( in describePropertyLine()

Completed in 108 milliseconds

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