Home
last modified time | relevance | path

Searched refs:queryInterface (Results 751 – 775 of 2342) sorted by relevance

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

/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx581 …LL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::Runtim… in queryInterface() function in UnoFixedHyperlinkControl
652 …LL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::Runtim… in queryInterface() function in UnoFixedTextControl
961 …LL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::Runtim… in queryInterface() function in UnoComboBoxControl
1023 …LL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::Runtim… in queryInterface() function in UnoSpinFieldControl
1089queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeE… in queryInterface() function in UnoDateFieldControl
1165queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeE… in queryInterface() function in UnoTimeFieldControl
1240queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeE… in queryInterface() function in UnoNumericFieldControl
1317queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeE… in queryInterface() function in UnoCurrencyFieldControl
1392queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeE… in queryInterface() function in UnoPatternFieldControl
1449 …LL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::Runtim… in queryInterface() function in UnoProgressBarControl
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx63 …virtual Any SAL_CALL queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeExce…
89 Any IdlAttributeFieldImpl::queryInterface( const Type & rType ) in queryInterface() function in stoc_corefl::IdlAttributeFieldImpl
92 Any aRet( ::cppu::queryInterface( rType, in queryInterface()
95 return (aRet.hasValue() ? aRet : IdlMemberImpl::queryInterface( rType )); in queryInterface()
368 …virtual Any SAL_CALL queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeExce…
397 Any IdlInterfaceMethodImpl::queryInterface( const Type & rType ) in queryInterface() function in stoc_corefl::IdlInterfaceMethodImpl
400 Any aRet( ::cppu::queryInterface( rType, static_cast< XIdlMethod * >( this ) ) ); in queryInterface()
401 return (aRet.hasValue() ? aRet : IdlMemberImpl::queryInterface( rType )); in queryInterface()
H A Dcrenum.cxx49 …virtual Any SAL_CALL queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeExce…
75 Any IdlEnumFieldImpl::queryInterface( const Type & rType ) in queryInterface() function in stoc_corefl::IdlEnumFieldImpl
78 Any aRet( ::cppu::queryInterface( rType, in queryInterface()
81 return (aRet.hasValue() ? aRet : IdlMemberImpl::queryInterface( rType )); in queryInterface()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dactimpr.cxx79 …uno::Any aAny( rModel->queryInterface( ::getCppuType((const uno::Reference< lang::XMultiServiceFac… in CGMImpressOutAct()
479 …uno::Any aAny( maXDrawPage->queryInterface( ::getCppuType(((const uno::Reference< drawing::XShapeG… in EndGroup()
913 …uno::Any aFirstQuery( maXShape->queryInterface( ::getCppuType((const uno::Reference< text::XText >… in DrawText()
922 …uno::Any aSecondQuery( aXTextCursor->queryInterface( ::getCppuType((const uno::Reference< text::XT… in DrawText()
927 …uno::Any aQuery( aCursorText->queryInterface( ::getCppuType((const uno::Reference< beans::XPropert… in DrawText()
978 …uno::Any aFirstQuery( aShape->queryInterface( ::getCppuType((const uno::Reference< text::XText >*… in AppendText()
988 …uno::Any aSecondQuery(aXTextCursor->queryInterface( ::getCppuType((const uno::Reference< text::XTe… in AppendText()
992 …uno::Any aQuery(aCursorText->queryInterface( ::getCppuType((const uno::Reference< beans::XProperty… in AppendText()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dmacros.hxx137 …::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) th…
149 …::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) th…
166 ::com::sun::star::uno::Any ClassName::queryInterface( const ::com::sun::star::uno::Type & rType ) t…
168 ::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType, \
171 return (aRet.hasValue() ? aRet : ListenerMultiplexerBase::queryInterface( rType )); \
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java86 UnoRuntime.queryInterface(XScriptProviderFactory.class, obj); in show()
116 UnoRuntime.queryInterface(XPropertySet.class, xbn); in show()
241 UnoRuntime.queryInterface( in getRootNode()
244 result = (XBrowseNode)UnoRuntime.queryInterface( in getRootNode()
297 XPropertySet props = (XPropertySet)UnoRuntime.queryInterface( in initUI()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDatabaseMetaDataResultSet.java75 implCloseable = UnoRuntime.queryInterface(XCloseable.class, impl); in DatabaseMetaDataResultSet()
76 implPropertySet = UnoRuntime.queryInterface(XPropertySet.class, impl); in DatabaseMetaDataResultSet()
77 implColumnSupplier = UnoRuntime.queryInterface(XColumnsSupplier.class, impl); in DatabaseMetaDataResultSet()
78 implColumnLocate = UnoRuntime.queryInterface(XColumnLocate.class, impl); in DatabaseMetaDataResultSet()
79 … implResultSetMetaDataSupplier = UnoRuntime.queryInterface(XResultSetMetaDataSupplier.class, impl); in DatabaseMetaDataResultSet()
/trunk/main/stoc/test/excomp/
H A Dexcomp2.cxx68 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rT…
105 Any SAL_CALL ExampleComponent2Impl::queryInterface( const ::com::sun::star::uno::Type & rType ) in queryInterface() function in excomp2_impl::ExampleComponent2Impl
108 Any aRet = ::cppu::queryInterface(rType, in queryInterface()
115 return OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/odk/examples/java/Inspector/
H A DInspectorAddon.java87 m_xFrame = ( XFrame ) UnoRuntime.queryInterface(XFrame.class, object[ 0 ] ); in initialize()
114 …xInstInspector = (org.openoffice.XInstanceInspector)UnoRuntime.queryInterface(org.openoffice.XInst… in dispatch()
118 m_xFrame = (XFrame) UnoRuntime.queryInterface(XFrame.class, oDesktop); in dispatch()
121 …XPropertySet xFramePropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, m_xF… in dispatch()
H A DProtocolHandlerAddon.java96 m_xFrame = ( XFrame ) UnoRuntime.queryInterface( in initialize()
101 m_xToolkit = (XToolkit) UnoRuntime.queryInterface( in initialize()
207 aDescriptor.Parent = (XWindowPeer)UnoRuntime.queryInterface( in showMessageBox()
216 XMessageBox xMsgBox = (XMessageBox)UnoRuntime.queryInterface( in showMessageBox()
/trunk/main/package/qa/storages/
H A DTest04.java68 XStorage xTempStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oTempStorage ); in test()
148 …XStorage xTempFileStorage = (XStorage)UnoRuntime.queryInterface( XStorage.class, oTempFileStorage … in test()
217 XStorage xResStorage = (XStorage) UnoRuntime.queryInterface( XStorage.class, oResStorage ); in test()
288 …XNameAccess xResAccess = (XNameAccess) UnoRuntime.queryInterface( XNameAccess.class, xResStorage ); in test()
/trunk/main/connectivity/source/sdbcx/
H A DVIndex.cxx116 Any SAL_CALL OIndex::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OIndex
118 Any aRet = ODescriptor::queryInterface( rType); in queryInterface()
122 aRet = OIndex_BASE::queryInterface(rType); in queryInterface()
124 aRet = ODescriptor_BASE::queryInterface( rType); in queryInterface()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDDELinkObj.java94 UnoRuntime.queryInterface(XComponent.class, xSheetDoc) ; in cleanup()
164 UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets); in createTestEnvironment()
199 UnoRuntime.queryInterface(XPropertySet.class, xSheetDoc); in createTestEnvironment()
201 new Type(XNameAccess.class), UnoRuntime.queryInterface( in createTestEnvironment()
H A DScTableConditionalEntry.java92 UnoRuntime.queryInterface (XComponent.class, xSpreadsheetDoc) ; in cleanup()
118 UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets); in createTestEnvironment()
149 UnoRuntime.queryInterface(XPropertySet.class, oSheet); in createTestEnvironment()
164 UnoRuntime.queryInterface(XSheetConditionalEntries.class, CFormat); in createTestEnvironment()
H A DScCellCursorObj.java131 XComponent oComp = (XComponent) UnoRuntime.queryInterface( in cleanup()
164 XSpreadsheets oSpreadsheets = ((XSpreadsheetDocument) UnoRuntime.queryInterface( in createTestEnvironment()
176 XSheetCellRange testSheetRange = (XSheetCellRange) UnoRuntime.queryInterface( in createTestEnvironment()
230 XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface( in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/
H A DProtocolHandlerAddon.java96 m_xFrame = ( XFrame ) UnoRuntime.queryInterface( in initialize()
101 m_xToolkit = (XToolkit) UnoRuntime.queryInterface( in initialize()
207 aDescriptor.Parent = (XWindowPeer)UnoRuntime.queryInterface( in showMessageBox()
216 XMessageBox xMsgBox = (XMessageBox)UnoRuntime.queryInterface( in showMessageBox()
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge_Test.java123 proxyBTestInterface[i] = UnoRuntime.queryInterface( in testLifeCycle()
128 TestInterface remapped = UnoRuntime.queryInterface( in testLifeCycle()
133 remapped = UnoRuntime.queryInterface( in testLifeCycle()
214 public Object queryInterface(Type type) { in queryInterface() method in java_remote_bridge_Test.TestProxy
/trunk/main/sc/qa/complex/cellRanges/
H A DCheckXCellRangesQuery.java70 …final XMultiServiceFactory xMsf = UnoRuntime.queryInterface(XMultiServiceFactory.class, connection… in before()
87 UnoRuntime.queryInterface(XIndexAccess.class, oSheets); in before()
94 m_xCell = UnoRuntime.queryInterface(XCellRangesQuery.class, oObj); in before()
131 XCloseable oCloser = UnoRuntime.queryInterface( in closeSpreadsheetDocument()
/trunk/main/extensions/workben/
H A Dtestframecontrol.cxx60 virtual BOOL queryInterface( Uik aUik, XInterfaceRef& rOut );
131 BOOL Listener_Impl::queryInterface( Uik aUik, XInterfaceRef& rOut ) in queryInterface() function in Listener_Impl
148 return UsrObject::queryInterface( aUik, rOut ); in queryInterface()
256 if (xInst->queryInterface( XControl::getSmartUik(), _xControl )) in init()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDocumentTemplates.java200 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class, statRes); in getContentList()
236 UnoRuntime.queryInterface(XCommandProcessor.class, content); in getDynaResultSet()
253 XRow row = (XRow)UnoRuntime.queryInterface(XRow.class, statRes); in getSubContent()
255 UnoRuntime.queryInterface(XContentAccess.class, statRes); in getSubContent()
/trunk/main/cppuhelper/source/
H A Dstdidlclass.cxx65 Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType )
176 Any SAL_CALL OStdIdlClass::queryInterface( const Type & rType ) in queryInterface() function in cppu::OStdIdlClass
179 Any aRet( ::cppu::queryInterface( in queryInterface()
182 return (aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType )); in queryInterface()
/trunk/main/ucb/source/ucp/ftp/
H A Dtest_activedatasink.cxx43 Any SAL_CALL Test_ActiveDataSink::queryInterface( const Type& rType ) throw( RuntimeException ) { in queryInterface() function in Test_ActiveDataSink
44 Any aRet = ::cppu::queryInterface(rType, in queryInterface()
47 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DCommandMetaData.java153 return UnoRuntime.queryInterface(XPropertySet.class, oColumn); in getColumnObjectByFieldName()
607 … XKeysSupplier xKeysSupplier = UnoRuntime.queryInterface(XKeysSupplier.class, oTable); in getReferencedTables()
611 …XPropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xIndexKeys.getByIndex(i)… in getReferencedTables()
649 …XPropertySet xPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xIndexKeys.getByIndex(i)… in getKeyColumns()
658 …XColumnsSupplier xColumnsSupplier = UnoRuntime.queryInterface(XColumnsSupplier.class, xPropertySet… in getKeyColumns()
665 …XPropertySet xcolPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xColumnsSupplier.getC… in getKeyColumns()
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx128 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
197 BOOL OSaxParserTest::queryInterface( Uik uik , XInterfaceRef &rOut ) in queryInterface() function in OSaxParserTest
203 return OWeakObject::queryInterface( uik , rOut ); in queryInterface()
361 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
525 BOOL TestDocumentHandler::queryInterface( Uik aUik , XInterfaceRef & rOut ) in queryInterface() function in TestDocumentHandler
540 return OWeakObject::queryInterface( aUik , rOut ); in queryInterface()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DUnoDataAware.java151 XTextComponent text = UnoRuntime.queryInterface(XTextComponent.class, unoText); in attachTextControl()
198 XCheckBox xcheckBox = UnoRuntime.queryInterface(XCheckBox.class, checkBox); in attachCheckBox()
238 XListBox xListBox = UnoRuntime.queryInterface(XListBox.class, listBox);
250 return UnoRuntime.queryInterface(XControl.class, control).getModel();

Completed in 147 milliseconds

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