Home
last modified time | relevance | path

Searched refs:queryInterface (Results 776 – 800 of 2342) sorted by relevance

1...<<31323334353637383940>>...94

/trunk/main/bridges/test/
H A Dtestcomp.h52 …Any SAL_CALL queryInterface( const com::sun::star::uno::Type & aType) throw ( ::com::sun::star::un…
79 …Any SAL_CALL queryInterface( const com::sun::star::uno::Type & aType) throw ( ::com::sun::star::un…
115 …Any SAL_CALL queryInterface( const com::sun::star::uno::Type & aType ) throw ( ::com::sun…
139 …Any SAL_CALL queryInterface( const Type & aType)throw ( ::com::sun::star::uno::RuntimeExce…
/trunk/main/connectivity/source/sdbcx/
H A DVColumn.cxx139 Any SAL_CALL OColumn::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OColumn
141 Any aRet = ODescriptor::queryInterface( rType); in queryInterface()
145 aRet = OColumn_BASE::queryInterface(rType); in queryInterface()
147 aRet = OColumnDescriptor_BASE::queryInterface( rType); in queryInterface()
/trunk/main/toolkit/source/layout/core/
H A Dlocalized-string.cxx48 uno::Any LocalizedString::queryInterface( uno::Type const& rType ) in queryInterface() function in layoutimpl::LocalizedString
51 uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
53 return (aRet.hasValue() ? aRet : VCLXWindow::queryInterface( rType )); in queryInterface()
/trunk/main/ucb/source/ucp/ftp/
H A Dtest_multiservicefac.cxx41 Test_MultiServiceFactory::queryInterface( in queryInterface() function in Test_MultiServiceFactory
48 Any aRet = ::cppu::queryInterface(rType, in queryInterface()
52 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/extensions/source/scanner/
H A Dscanner.cxx54 ANY SAL_CALL ScannerManager::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface() function in ScannerManager
56 const ANY aRet( cppu::queryInterface( rType, in queryInterface()
60 return( aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ) ); in queryInterface()
/trunk/main/toolkit/source/helper/
H A Dlistenermultiplexer.cxx43 ::com::sun::star::uno::Any ListenerMultiplexerBase::queryInterface( const ::com::sun::star::uno::Ty… in queryInterface() function in ListenerMultiplexerBase
45 …return ::cppu::queryInterface( rType, SAL_STATIC_CAST( ::com::sun::star::uno::XInterface*, this ) … in queryInterface()
58 ::com::sun::star::uno::Any EventListenerMultiplexer::queryInterface( const ::com::sun::star::uno::T… in queryInterface() function in EventListenerMultiplexer
60 ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
62 return (aRet.hasValue() ? aRet : ListenerMultiplexerBase::queryInterface( rType )); in queryInterface()
/trunk/main/odk/examples/java/Inspector/
H A DUnoNode.java162 …XURLTransformer xTransformer = (XURLTransformer) UnoRuntime.queryInterface(XURLTransformer.class, … in getDispatchURL()
178 XDesktop xDesktop = (XDesktop) UnoRuntime.queryInterface(XDesktop.class, oDesktop); in getCurrentFrame()
190 …XDispatchProvider xDispatchProvider = (XDispatchProvider) UnoRuntime.queryInterface(XDispatchProvi… in getXDispatcher()
242 …ption xServiceTypeDescription = (XServiceTypeDescription) UnoRuntime.queryInterface(XServiceTypeDe… in getMandatoryServiceNames()
406 …XServiceInfo xServiceInfo = ( XServiceInfo ) UnoRuntime.queryInterface( XServiceInfo.class, _oUnoO… in getNodeDescription()
/trunk/main/svl/source/fsstor/
H A Doinputstreamcontainer.cxx90 uno::Any SAL_CALL OFSInputStreamContainer::queryInterface( const uno::Type& rType ) in queryInterface() function in OFSInputStreamContainer
98 aReturn = uno::Any( ::cppu::queryInterface( rType, in queryInterface()
103 aReturn = uno::Any( ::cppu::queryInterface( rType, in queryInterface()
110 return ::cppu::OWeakObject::queryInterface( rType ) ; in queryInterface()
/trunk/main/package/qa/storages/
H A DRegressionTest_i30400.java74 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
189 xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
255 XStorage xTempStorage2 = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage2 ); in TestCopyWithRenaming()
346 xTempStorage2 = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage2 ); in TestCopyWithRenaming()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DThreadRunner.java174 XModel aModel = (XModel) UnoRuntime.queryInterface(XModel.class, oDoc); in run()
178 UnoRuntime.queryInterface( XDispatchProvider.class, xController ); in run()
180 UnoRuntime.queryInterface(XURLTransformer.class, in run()
244 XExecutableDialog execDlg = (XExecutableDialog)UnoRuntime.queryInterface in run()
/trunk/main/configmgr/source/
H A Drootaccess.cxx221 css::uno::Any RootAccess::queryInterface(css::uno::Type const & aType) in queryInterface() function in configmgr::RootAccess
227 css::uno::Any res(Access::queryInterface(aType)); in queryInterface()
231 res = cppu::queryInterface( in queryInterface()
237 res = cppu::queryInterface( in queryInterface()
/trunk/main/scripting/source/provider/
H A DScriptingContext.hxx60 css::uno::Any SAL_CALL queryInterface( const css::uno::Type& rType ) in queryInterface() function in func_provider::ScriptingContext
63 css::uno::Any aRet( OPropertySetHelper::queryInterface( rType ) ); in queryInterface()
64 return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType )); in queryInterface()
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx736 return (*aPair.first).second->queryInterface( m_aElementType ); in getByName()
773 return m_aItems[_nIndex]->queryInterface( m_aElementType ); in getByIndex()
784 Any aCorrectType = _rxObject->queryInterface( m_aElementType ); in approveNewElement()
1032 aReplaceEvent.Element = aElementMetaData.get()->xInterface->queryInterface( m_aElementType ); in implReplaceByIndex()
1033 aReplaceEvent.ReplacedElement = xOldElement->queryInterface( m_aElementType ); in implReplaceByIndex()
1091 aEvt.Element = xElement->queryInterface( m_aElementType ); in implRemoveByIndex()
1289 Any aReturn = OFormComponents_BASE::queryInterface(_rType); in queryAggregation()
1292 aReturn = OInterfaceContainer::queryInterface(_rType); in queryAggregation()
/trunk/main/test/java/test-tools/src/main/java/org/openoffice/test/tools/
H A DSpreadsheetDocument.java57 …XSpreadsheetDocument spreadsheetDoc = UnoRuntime.queryInterface( XSpreadsheetDocument.class, getDo… in getSheets()
66 XIndexAccess sheets = UnoRuntime.queryInterface( XIndexAccess.class, getSheets() ); in getSheet()
67 return UnoRuntime.queryInterface( XCellRange.class, sheets.getByIndex( index ) ); in getSheet()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java135 …XListBox xCurFieldListBox = UnoRuntime.queryInterface(XListBox.class, CurUnoDialog.xDlgContainer.g… in itemStateChanged()
220 XControl xControl = UnoRuntime.queryInterface(XControl.class, _oSourceevent); in getControlName()
221 XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, xControl.getModel()); in getControlName()
242 …final XPropertyContainer column = UnoRuntime.queryInterface(XPropertyContainer.class, oQueryMetaDa… in getFilterConditions()
247 … final XPropertySet columnSet = UnoRuntime.queryInterface(XPropertySet.class, column); in getFilterConditions()
774 …XListBox xFieldsListBox = UnoRuntime.queryInterface(XListBox.class, ControlElements[SOLSTFIELDNAME… in setCondition()
776 …XListBox xOperatorListBox = UnoRuntime.queryInterface(XListBox.class, ControlElements[SOLSTOPERATO… in setCondition()
/trunk/main/toolkit/source/awt/
H A Dvclxpointer.cxx44 ::com::sun::star::uno::Any VCLXPointer::queryInterface( const ::com::sun::star::uno::Type & rType )… in queryInterface() function in VCLXPointer
46 ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType, in queryInterface()
50 return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType )); in queryInterface()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DWrapper.java60 UnoRuntime.queryInterface( in Wrapper()
78 public Object queryInterface( com.sun.star.uno.Type aType ) in queryInterface() method in Wrapper
81 return xQueryInterface.queryInterface( aType ); in queryInterface()
/trunk/main/framework/source/fwe/classes/
H A Dactiontriggerpropertyset.cxx75 Any SAL_CALL ActionTriggerPropertySet::queryInterface( const Type& aType ) in queryInterface() function in framework::ActionTriggerPropertySet
78 Any a = ::cppu::queryInterface( in queryInterface()
87 a = OPropertySetHelper::queryInterface( aType ); in queryInterface()
93 return OWeakObject::queryInterface( aType ); in queryInterface()
/trunk/main/sw/source/core/unocore/
H A Dunoredline.cxx68 uno::Any SwXRedlineText::queryInterface( const uno::Type& rType ) in queryInterface() function in SwXRedlineText
81 aRet = SwXText::queryInterface(rType); in queryInterface()
84 aRet = OWeakObject::queryInterface(rType); in queryInterface()
682 uno::Any SwXRedline::queryInterface( const uno::Type& rType ) in queryInterface() function in SwXRedline
685 uno::Any aRet = SwXText::queryInterface(rType); in queryInterface()
688 aRet = SwXRedlineBaseClass::queryInterface(rType); in queryInterface()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.cxx168 uno::Any SAL_CALL Storage::queryInterface( const uno::Type& aType ) in queryInterface() function in Storage
172 uno::Any aRet = StorageUNOBase::queryInterface( aType ); in queryInterface()
659 uno::Any SAL_CALL OutputStream::queryInterface( const uno::Type& aType ) in queryInterface() function in OutputStream
662 uno::Any aRet = OutputStreamUNOBase::queryInterface( aType ); in queryInterface()
860 uno::Any SAL_CALL Stream::queryInterface( const uno::Type& aType ) in queryInterface() function in Stream
863 uno::Any aRet = StreamUNOBase::queryInterface( aType ); in queryInterface()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java68 XNamed xName = (XNamed)UnoRuntime.queryInterface( XNamed.class, aFormComponent ); in handle()
175 XNamed xNameAcc = (XNamed)UnoRuntime.queryInterface( XNamed.class, xContainer ); in enumFormComponents()
236 XColumnsSupplier xSuppCols = (XColumnsSupplier)UnoRuntime.queryInterface( in resetted()
241 XColumnUpdate xDateColumn = (XColumnUpdate)UnoRuntime.queryInterface( in resetted()
636 XGridColumnFactory xColumnFactory = (XGridColumnFactory)UnoRuntime.queryInterface( in createGridColumn()
905 XNameAccess xMasterAsNames = (XNameAccess)UnoRuntime.queryInterface( in cleanUp()
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx123 Any SAL_CALL OStatement_Base::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OStatement_Base
125 Any aRet = OStatement_BASE::queryInterface(rType); in queryInterface()
126 return aRet.hasValue() ? aRet : OPropertySetHelper::queryInterface(rType); in queryInterface()
336 Any SAL_CALL OStatement::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OStatement
338 Any aRet = ::cppu::queryInterface(rType,static_cast< XBatchExecution*> (this)); in queryInterface()
339 return aRet.hasValue() ? aRet : OStatement_Base::queryInterface(rType); in queryInterface()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DInetTools.java53 XMultiServiceFactory oProviderMSF = (XMultiServiceFactory) UnoRuntime.queryInterface( in setHTTPProxy()
61 XPropertySet oInetProps = (XPropertySet) UnoRuntime.queryInterface( in setHTTPProxy()
75 XChangesBatch oSecureChange = (XChangesBatch) UnoRuntime.queryInterface( in setHTTPProxy()
/trunk/main/framework/qa/complex/framework/recovery/
H A DCrashThread.java51 XModel xModel = (XModel) UnoRuntime.queryInterface(XModel.class, xDoc); in run()
54 XDispatchProvider xDispProv = (XDispatchProvider) UnoRuntime.queryInterface( in run()
57 XURLTransformer xParser = (XURLTransformer) UnoRuntime.queryInterface( in run()
/trunk/main/ure/source/uretest/
H A DJavaClient.java46 XBridgeFactory factory = UnoRuntime.queryInterface( in main()
59 Data d = UnoRuntime.queryInterface( in main()
61 UnoRuntime.queryInterface(XComponent.class, bridge).dispose(); in main()

Completed in 126 milliseconds

1...<<31323334353637383940>>...94