Home
last modified time | relevance | path

Searched refs:_rType (Results 51 – 75 of 140) sorted by relevance

123456

/trunk/main/dbaccess/source/ui/control/
H A Dtoolboxcontroller.cxx129 Any SAL_CALL OToolboxController::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface() argument
131 Any aReturn = ToolboxController::queryInterface(_rType); in queryInterface()
133 aReturn = TToolboxController_BASE::queryInterface(_rType); in queryInterface()
/trunk/main/forms/source/component/
H A DComboBox.cxx123 Any SAL_CALL OComboBoxModel::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() argument
125 Any aReturn = OBoundControlModel::queryAggregation( _rType ); in queryAggregation()
127 aReturn = OEntryListHelper::queryInterface( _rType ); in queryAggregation()
129 aReturn = OErrorBroadcaster::queryInterface( _rType ); in queryAggregation()
H A DGrid.cxx219 Any SAL_CALL OGridControlModel::queryAggregation( const Type& _rType ) throw (RuntimeException) in queryAggregation() argument
221 Any aReturn = OGridControlModel_BASE::queryInterface(_rType); in queryAggregation()
225 aReturn = OControlModel::queryAggregation( _rType ); in queryAggregation()
228 aReturn = OInterfaceContainer::queryInterface( _rType ); in queryAggregation()
230 aReturn = OErrorBroadcaster::queryInterface( _rType ); in queryAggregation()
H A Dnavigationbar.cxx151 …Any SAL_CALL ONavigationBarModel::queryAggregation( const Type& _rType ) throw ( RuntimeException ) in queryAggregation() argument
153 Any aReturn = ONavigationBarModel_BASE::queryInterface( _rType ); in queryAggregation()
156 aReturn = OControlModel::queryAggregation( _rType ); in queryAggregation()
H A DEdit.cxx87 Any SAL_CALL OEditControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation() argument
89 Any aReturn = OBoundControl::queryAggregation(_rType); in queryAggregation()
91 aReturn = OEditControl_BASE::queryInterface(_rType); in queryAggregation()
H A DFormattedField.hxx72 …r::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _rType) throw(::com::sun:…
164 …r::uno::Any SAL_CALL queryAggregation(const ::com::sun::star::uno::Type& _rType) throw(::com::sun:…
/trunk/main/svtools/inc/svtools/
H A Dlocalresaccess.hxx53 OLocalResourceAccess(const ResId& _rId, RESOURCE_TYPE _rType) in OLocalResourceAccess() argument
54 :Resource(_rId.SetRT(_rType).SetAutoRelease(sal_False)) in OLocalResourceAccess()
/trunk/main/reportdesign/source/ui/misc/
H A Dtoolboxcontroller.cxx120 Any SAL_CALL OToolboxController::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface() argument
122 Any aReturn = ToolboxController::queryInterface(_rType); in queryInterface()
124 aReturn = TToolboxController_BASE::queryInterface(_rType); in queryInterface()
/trunk/main/filter/source/xmlfilteradaptor/
H A Dstreamwrap.hxx35 …ar::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rType) throw (::com::sun…
36 { return baseclass::queryInterface(_rType); } \
/trunk/main/svx/source/accessibility/
H A DAccessibleControlShape.cxx457 Any SAL_CALL AccessibleControlShape::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface() argument
459 Any aReturn = AccessibleShape::queryInterface( _rType ); in queryInterface()
462 aReturn = AccessibleControlShape_Base::queryInterface( _rType ); in queryInterface()
464 aReturn = m_xControlContextProxy->queryAggregation( _rType ); in queryInterface()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx329 Any SAL_CALL SbaXGridControl::queryInterface(const Type& _rType) throw (RuntimeException) in queryInterface() argument
331 Any aRet = FmXGridControl::queryInterface(_rType); in queryInterface()
332 …return aRet.hasValue() ? aRet : ::cppu::queryInterface(_rType,(::com::sun::star::frame::XDispatch*… in queryInterface()
529 Any SAL_CALL SbaXGridPeer::queryInterface(const Type& _rType) throw (RuntimeException) in queryInterface() argument
531 Any aRet = ::cppu::queryInterface(_rType,(::com::sun::star::frame::XDispatch*)this); in queryInterface()
534 return FmXGridPeer::queryInterface(_rType); in queryInterface()
H A Dexsrcbrw.cxx80 Any SAL_CALL SbaExternalSourceBrowser::queryInterface(const Type& _rType) throw (RuntimeException) in queryInterface() argument
82 Any aRet = SbaXDataBrowserController::queryInterface(_rType); in queryInterface()
84 aRet = ::cppu::queryInterface(_rType, in queryInterface()
/trunk/main/dbaccess/source/core/api/
H A Ddatacolumn.cxx112 Any SAL_CALL ODataColumn::queryInterface( const Type & _rType ) throw (RuntimeException) in queryInterface() argument
114 Any aReturn = OResultColumn::queryInterface(_rType); in queryInterface()
116 aReturn = ::cppu::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() argument
376 uno::Any aReturn = ImportDocumentHandler_BASE::queryInterface(_rType); in queryInterface()
377 …return aReturn.hasValue() ? aReturn : (m_xProxy.is() ? m_xProxy->queryAggregation(_rType) : aRetur… in queryInterface()
H A DxmlExportDocumentHandler.cxx361 uno::Any SAL_CALL ExportDocumentHandler::queryInterface( const uno::Type& _rType ) throw (uno::Runt… in queryInterface() argument
363 uno::Any aReturn = ExportDocumentHandler_BASE::queryInterface(_rType); in queryInterface()
364 …return aReturn.hasValue() ? aReturn : (m_xProxy.is() ? m_xProxy->queryAggregation(_rType) : aRetur… in queryInterface()
/trunk/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx120 …Any SAL_CALL ONavigationBarControl::queryAggregation( const Type& _rType ) throw ( RuntimeExceptio… in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
122 Any aReturn = UnoControl::queryAggregation( _rType ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
125 aReturn = ONavigationBarControl_Base::queryInterface( _rType ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
/trunk/main/sc/source/ui/unoobj/
H A Dcellvaluebinding.cxx461 …void OCellValueBinding::checkValueType( const Type& _rType ) const SAL_THROW( ( IncompatibleTypesE… in checkValueType()
464 if ( !pNonConstThis->supportsType( _rType ) ) in checkValueType()
467 sMessage += _rType.getTypeName(); in checkValueType()
/trunk/main/comphelper/inc/comphelper/
H A Dtypes.hxx82 sal_Bool isA(const staruno::Type& _rType, TYPE* pDummy) in isA() argument
84 return _rType.equals(cppu::getTypeFavourUnsigned(pDummy)); in isA()
H A Dproxyaggregation.hxx109 …::com::sun::star::uno::Any SAL_CALL queryAggregation( const ::com::sun::star::uno::Type& _rType ) …
148 …::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& _rType ) th…
/trunk/main/dbaccess/source/ui/uno/
H A DColumnModel.cxx151 Any SAL_CALL OColumnControlModel::queryInterface( const Type& _rType ) throw (RuntimeException) in IMPLEMENT_TYPEPROVIDER2()
153 return OColumnControlModel_BASE::queryInterface( _rType ); in IMPLEMENT_TYPEPROVIDER2()
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx239 Any SAL_CALL ORichTextModel::queryAggregation( const Type& _rType ) throw ( RuntimeException ) in queryAggregation() argument
241 Any aReturn = ORichTextModel_BASE::queryInterface( _rType ); in queryAggregation()
244 aReturn = OControlModel::queryAggregation( _rType ); in queryAggregation()
H A Drichtextcontrol.cxx123 Any SAL_CALL ORichTextControl::queryAggregation( const Type& _rType ) throw ( RuntimeException ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
125 Any aReturn = UnoEditControl::queryAggregation( _rType ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
128 aReturn = ORichTextControl_Base::queryInterface( _rType ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
/trunk/main/dbaccess/source/ui/misc/
H A Ddbsubcomponentcontroller.cxx229 … Any SAL_CALL DBSubComponentController::queryInterface(const Type& _rType) throw (RuntimeException) in queryInterface() argument
231 if ( _rType.equals( XScriptInvocationContext::static_type() ) ) in queryInterface()
238 return DBSubComponentController_Base::queryInterface( _rType ); in queryInterface()
/trunk/main/xmloff/source/forms/
H A Dformattributes.cxx318 const ::com::sun::star::uno::Type& _rType, const ::rtl::OUString& /*_rDefaultString*/) in implAdd()
328 aAssignment.aPropertyType = _rType; in implAdd()
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx1287 Any SAL_CALL OFormComponents::queryAggregation(const Type& _rType) throw(RuntimeException) in queryAggregation() argument
1289 Any aReturn = OFormComponents_BASE::queryInterface(_rType); in queryAggregation()
1292 aReturn = OInterfaceContainer::queryInterface(_rType); in queryAggregation()
1295 aReturn = FormComponentsBase::queryAggregation(_rType); in queryAggregation()

Completed in 145 milliseconds

123456