Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1251 – 1275 of 2339) sorted by relevance

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

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DDescendantManager.java54 …unoAccessibleSelection = (XAccessibleSelection) UnoRuntime.queryInterface(XAccessibleSelection.cla… in AccessibleDescendantManagerListener()
77 …unoAccessibleSelection = (XAccessibleSelection) UnoRuntime.queryInterface(XAccessibleSelection.cla… in AccessibleDescendantManager()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DOfficeConnection.java112 (XUnoUrlResolver) UnoRuntime.queryInterface ( in Connect()
119 (XMultiServiceFactory) UnoRuntime.queryInterface ( in Connect()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dmacros.hxx48 queryInterface( const com::sun::star::uno::Type & rType ) \
77 com::sun::star::uno::Any SAL_CALL Class::queryInterface( \
81 com::sun::star::uno::Any aRet = cppu::queryInterface( rType,
85 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); \
/trunk/main/sfx2/inc/sfx2/
H A Dsfxuno.hxx125 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
192 …UNOANY SAL_CALL IMPLCLASS::queryInterface( const UNOTYPE& rType ) throw( UNORUNTIMEEXCEPTION ) …
196 UNOANY aReturn ( ::cppu::queryInterface( rType, \
209 return BASECLASS::queryInterface( rType ); \
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Events.java80 XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, chkFTP); in WWD_Events()
82 xWindow = UnoRuntime.queryInterface(XWindow.class, chkLocalDir); in WWD_Events()
84 xWindow = UnoRuntime.queryInterface(XWindow.class, chkZip); in WWD_Events()
1203 XCloseable xCloseable = UnoRuntime.queryInterface(XCloseable.class, myFrame); in cleanup()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx661 uno::Any SAL_CALL HierarchyDataAccess::queryInterface( const uno::Type & aType ) in queryInterface() function in HierarchyDataAccess
665 uno::Any aRet = cppu::queryInterface( aType, in queryInterface()
677 aRet = cppu::queryInterface( aType, in queryInterface()
684 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( aType ); in queryInterface()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDataPilotControl.cxx81 virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
804 uno::Any SAL_CALL ScAccessibleDataPilotButton::queryInterface( uno::Type const & rType ) in queryInterface() function in ScAccessibleDataPilotButton
807 uno::Any aAny (ScAccessibleContextBase::queryInterface(rType)); in queryInterface()
810 aAny = ::cppu::queryInterface (rType, in queryInterface()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dconnection.cxx495 Any OConnection::queryInterface( const Type & rType ) throw (RuntimeException) in queryInterface() function in dbaccess::OConnection
503 Any aReturn = OSubComponent::queryInterface( rType ); in queryInterface()
506 aReturn = OConnection_Base::queryInterface( rType ); in queryInterface()
508 aReturn = OConnectionWrapper::queryInterface( rType ); in queryInterface()
/trunk/main/toolkit/test/accessibility/ov/
H A DTextView.java51 XAccessibleText xText = (XAccessibleText)UnoRuntime.queryInterface( in Create()
99 mxText = (XAccessibleText)UnoRuntime.queryInterface( in SetObject()
H A DFocusView.java52 XAccessibleComponent xComponent = (XAccessibleComponent)UnoRuntime.queryInterface( in Create()
87 mxComponent = (XAccessibleComponent)UnoRuntime.queryInterface( in SetObject()
/trunk/main/testtools/source/servicetests/
H A DRemoteServiceTest.java72 UnoRuntime.queryInterface(XSet.class, serviceManager).
77 = UnoRuntime.queryInterface(
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDatabaseRangesObj.java88 UnoRuntime.queryInterface (XComponent.class, xSheetDoc) ; in cleanup()
114 UnoRuntime.queryInterface(XPropertySet.class, xSheetDoc); in createTestEnvironment()
H A DScTableSheetsObj.java93 UnoRuntime.queryInterface(XComponent.class, xSpreadsheetDoc); in cleanup()
124 UnoRuntime.queryInterface(XInterface.class, xSpreadsheets); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxShapeControl.java132 UnoRuntime.queryInterface(XPropertySet.class,oObj); in createTestEnvironment()
140 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment()
H A DSvxUnoTextContentEnum.java113 XSimpleText text = (XSimpleText) UnoRuntime.queryInterface in createTestEnvironment()
128 xEA = (XEnumerationAccess) UnoRuntime.queryInterface in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Draw/
H A DXMLMetaImporter.java161 UnoRuntime.queryInterface in createTestEnvironment()
163 final XPropertySet docInfo = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment()
H A DXMLSettingsImporter.java171 UnoRuntime.queryInterface(XModel.class, xDrawDoc); in createTestEnvironment()
174 UnoRuntime.queryInterface(XPropertySet.class, xController); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_xmloff/Impress/
H A DXMLContentImporter.java198 UnoRuntime.queryInterface in createTestEnvironment()
201 XNamed xPageName = (XNamed) UnoRuntime.queryInterface in createTestEnvironment()
H A DXMLMetaImporter.java160 UnoRuntime.queryInterface in createTestEnvironment()
162 final XPropertySet docInfo = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment()
/trunk/main/editeng/source/uno/
H A Dunopracc.cxx78 uno::Any SAL_CALL SvxAccessibleTextPropertySet::queryInterface( const uno::Type & rType ) in queryInterface() function in SvxAccessibleTextPropertySet
81 return OWeakObject::queryInterface(rType); in queryInterface()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sch/
H A DAccAxis.java68 UnoRuntime.queryInterface(XModel.class, xChartDoc); in createTestEnvironment()
87 UnoRuntime.queryInterface( in createTestEnvironment()
H A DAccLegend.java68 UnoRuntime.queryInterface(XModel.class, xChartDoc); in createTestEnvironment()
87 UnoRuntime.queryInterface( in createTestEnvironment()
H A DAccLegendEntry.java68 UnoRuntime.queryInterface(XModel.class, xChartDoc); in createTestEnvironment()
87 UnoRuntime.queryInterface( in createTestEnvironment()
H A DAccTitle.java68 UnoRuntime.queryInterface(XModel.class, xChartDoc); in createTestEnvironment()
87 UnoRuntime.queryInterface( in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DXMLMetaImporter.java161 XDocumentInfoSupplier infoSup = (XDocumentInfoSupplier) UnoRuntime.queryInterface in createTestEnvironment()
163 final XPropertySet docInfo = (XPropertySet) UnoRuntime.queryInterface in createTestEnvironment()

Completed in 96 milliseconds

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