Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1526 – 1550 of 2339) sorted by relevance

1...<<61626364656667686970>>...94

/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx347 return pBase->OWeakObject::queryInterface( rType ); in WeakImplHelper_query()
414 return pBase->WeakComponentImplHelperBase::queryInterface( rType ); in WeakComponentImplHelper_query()
/trunk/main/sw/source/core/access/
H A Dacctable.hxx106 virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
307 virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
H A Daccnotextframe.cxx232 uno::Any SAL_CALL SwAccessibleNoTextFrame::queryInterface( const uno::Type& aType ) in queryInterface() function in SwAccessibleNoTextFrame
251 return SwAccessibleContext::queryInterface( aType ); in queryInterface()
H A Dacccell.cxx317 uno::Any SwAccessibleCell::queryInterface( const uno::Type& rType ) in queryInterface() function in SwAccessibleCell
342 return SwAccessibleContext::queryInterface( rType ); in queryInterface()
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx929 ::queryInterface( const Type& rType ) in XINTERFACE_COMMON_IMPL()
934 Any aRet = ContentResultSetWrapper::queryInterface( rType ); in XINTERFACE_COMMON_IMPL()
938 aRet = cppu::queryInterface( rType, in XINTERFACE_COMMON_IMPL()
942 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in XINTERFACE_COMMON_IMPL()
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx224 OWeakAggObject::queryInterface( ::getCppuType( &xMe ) ) >>= xMe; in ImplGetCompatiblePeer()
347 xP->queryInterface( ::getCppuType((const Reference< XWindow >*)0) ) >>= xPeer; in getParentPeer()
1145 …Any aAny = OWeakAggObject::queryInterface( ::getCppuType((const Reference< XControlContainer>*)0) … in createPeer()
1379 queryInterface( ::getCppuType( &xListener ) ) >>= xListener; in setModel()
/trunk/main/sc/source/ui/unoobj/
H A Dfielduno.cxx504 uno::Any SAL_CALL ScCellFieldObj::queryInterface( const uno::Type& rType ) in queryInterface() function in ScCellFieldObj
507 return OComponentHelper::queryInterface( rType ); in queryInterface()
1191 uno::Any SAL_CALL ScHeaderFieldObj::queryInterface( const uno::Type& rType ) in queryInterface() function in ScHeaderFieldObj
1194 return OComponentHelper::queryInterface( rType ); in queryInterface()
H A Dshapeuno.cxx144 uno::Any SAL_CALL ScShapeObj::queryInterface( const uno::Type& rType ) in queryInterface() function in ScShapeObj
147 uno::Any aRet = ScShapeObj_Base::queryInterface( rType ); in queryInterface()
150 aRet = ScShapeObj_TextBase::queryInterface( rType ); in queryInterface()
153 aRet = ScShapeObj_ChildBase::queryInterface( rType ); in queryInterface()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx116 uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType ) in queryInterface() function in Content
123 aRet = cppu::queryInterface( rType, in queryInterface()
127 return aRet.hasValue() ? aRet : ContentImplHelper::queryInterface( rType ); in queryInterface()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_stgelems.hxx100 virtual com::sun::star::uno::Any SAL_CALL queryInterface(
333 queryInterface( const com::sun::star::uno::Type& aType )
416 queryInterface( const com::sun::star::uno::Type& aType )
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleText.java94 oObj = (XAccessibleText) UnoRuntime.queryInterface( in before()
96 component = (XAccessibleComponent) UnoRuntime.queryInterface( in before()
115 component = (XAccessibleComponent) UnoRuntime.queryInterface( in before()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx561 Any SAL_CALL OFlatTable::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OFlatTable
570 Any aRet = OTable_TYPEDEF::queryInterface(rType); in queryInterface()
571 …return aRet.hasValue() ? aRet : ::cppu::queryInterface(rType,static_cast< ::com::sun::star::lang::… in queryInterface()
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx493 AccessibleDrawDocumentView::queryInterface (const uno::Type & rType) in queryInterface() function in accessibility::AccessibleDrawDocumentView
496 uno::Any aReturn = AccessibleDocumentViewBase::queryInterface (rType); in queryInterface()
498 aReturn = ::cppu::queryInterface (rType, in queryInterface()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx187 uno::Any SAL_CALL SfxStatusBarControl::queryInterface( const uno::Type & rType ) in queryInterface() function in SfxStatusBarControl
190 return svt::StatusbarController::queryInterface( rType ); in queryInterface()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlImportDocumentHandler.cxx374 uno::Any SAL_CALL ImportDocumentHandler::queryInterface( const uno::Type& _rType ) throw (uno::Runt… in queryInterface() function in rptxml::ImportDocumentHandler
376 uno::Any aReturn = ImportDocumentHandler_BASE::queryInterface(_rType); in queryInterface()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTable.cxx415 Any SAL_CALL OHSQLTable::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in OHSQLTable
420 return OTableHelper::queryInterface(rType); in queryInterface()
/trunk/main/dbaccess/source/ui/inc/
H A Dsbagrid.hxx95 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rTy…
141 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rTy…
/trunk/main/ucb/source/ucp/file/
H A Dbc.cxx163 BaseContent::queryInterface( const Type& rType ) in queryInterface() function in BaseContent
166 Any aRet = cppu::queryInterface( rType, in queryInterface()
177 return aRet.hasValue() ? aRet : OWeakObject::queryInterface( rType ); in queryInterface()
/trunk/main/comphelper/source/property/
H A Dpropagg.cxx463 …::com::sun::star::uno::Any SAL_CALL OPropertySetAggregationHelper::queryInterface(const ::com::su… in queryInterface() function in comphelper::OPropertySetAggregationHelper
465 ::com::sun::star::uno::Any aReturn = OPropertyStateHelper::queryInterface(_rType); in queryInterface()
468 aReturn = cppu::queryInterface(_rType in queryInterface()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx112 uno::Any SAL_CALL Content::queryInterface( const uno::Type & rType ) in queryInterface() function in Content
116 return aRet.hasValue() ? aRet : ContentImplHelper::queryInterface( rType ); in queryInterface()
/trunk/main/svtools/source/graphic/
H A Ddescriptor.cxx232 uno::Any SAL_CALL GraphicDescriptor::queryInterface( const uno::Type & rType ) in queryInterface() function in unographic::GraphicDescriptor
235 return OWeakAggObject::queryInterface( rType ); in queryInterface()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRowUpdate.java546 XInputStream newVal = (XInputStream) UnoRuntime.queryInterface in _updateBinaryStream()
583 XInputStream newVal = (XInputStream) UnoRuntime.queryInterface in _updateCharacterStream()
/trunk/main/dbaccess/source/core/api/
H A Dtable.cxx290 Any SAL_CALL ODBTable::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in ODBTable
297 return OTable_Base::queryInterface( rType); in queryInterface()
/trunk/main/svx/source/inc/
H A Dsdbdatacolumn.hxx78 …::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& type) throw… in queryInterface() function in svxform::DataColumn
79 { return m_xColumn->queryInterface(type); } in queryInterface()
/trunk/main/sw/source/core/unocore/
H A Dunoflatpara.cxx93 uno::Any SAL_CALL SwXFlatParagraph::queryInterface( const uno::Type& rType ) throw(uno::RuntimeExce… in queryInterface() function in SwXFlatParagraph
100 return SwXTextMarkup::queryInterface( rType ); in queryInterface()

Completed in 192 milliseconds

1...<<61626364656667686970>>...94