Searched refs:_nObjectType (Results 1 – 14 of 14) sorted by relevance
/trunk/main/dbaccess/source/ui/app/ |
H A D | AppControllerGen.cxx | 439 ElementType lcl_objectType2ElementType( const sal_Int32 _nObjectType ) in lcl_objectType2ElementType() argument 442 switch ( _nObjectType ) in lcl_objectType2ElementType() 457 void OApplicationController::impl_validateObjectTypeAndName_throw( const sal_Int32 _nObjectType, co… in impl_validateObjectTypeAndName_throw() argument 467 if ( ( _nObjectType != DatabaseObject::TABLE ) in impl_validateObjectTypeAndName_throw() 468 && ( _nObjectType != DatabaseObject::QUERY ) in impl_validateObjectTypeAndName_throw() 469 && ( _nObjectType != DatabaseObject::FORM ) in impl_validateObjectTypeAndName_throw() 470 && ( _nObjectType != DatabaseObject::REPORT ) in impl_validateObjectTypeAndName_throw() 478 … Reference< XNameAccess > xContainer( getElements( lcl_objectType2ElementType( _nObjectType ) ) ); in impl_validateObjectTypeAndName_throw() 485 switch ( _nObjectType ) in impl_validateObjectTypeAndName_throw()
|
H A D | AppController.hxx | 403 …void impl_validateObjectTypeAndName_throw( const sal_Int32 _nObjectType, const ::boost::optiona…
|
/trunk/main/reportdesign/source/core/sdr/ |
H A D | RptObject.cxx | 624 ,sal_uInt16 _nObjectType) in OUnoObject() argument 627 ,m_nObjectType(_nObjectType) in OUnoObject() 636 ,sal_uInt16 _nObjectType) in OUnoObject() argument 639 ,m_nObjectType(_nObjectType) in OUnoObject()
|
/trunk/main/reportdesign/inc/ |
H A D | RptObject.hxx | 238 ,sal_uInt16 _nObjectType); 241 ,sal_uInt16 _nObjectType);
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ScrollHelper.cxx | 262 void OScrollWindowHelper::SelectAll(const sal_uInt16 _nObjectType) in SelectAll() argument 264 m_aReportWindow.SelectAll(_nObjectType); in SelectAll()
|
H A D | ReportWindow.cxx | 293 void OReportWindow::SelectAll(const sal_uInt16 _nObjectType) in SelectAll() argument 296 m_aViewsWindow.SelectAll(_nObjectType); in SelectAll()
|
H A D | ReportSection.cxx | 429 void OReportSection::SelectAll(const sal_uInt16 _nObjectType) in SelectAll() argument 433 if ( _nObjectType == OBJ_NONE ) in SelectAll() 442 if ( pObjIter->GetObjIdentifier() == _nObjectType ) in SelectAll()
|
H A D | DesignView.cxx | 500 void ODesignView::SelectAll(const sal_uInt16 _nObjectType) in SelectAll() argument 502 m_aScrollWindow.SelectAll(_nObjectType); in SelectAll()
|
H A D | ViewsWindow.cxx | 512 void OViewsWindow::SelectAll(const sal_uInt16 _nObjectType) in SelectAll() argument 516 …::std::compose1(::boost::bind(::boost::mem_fn(&OReportSection::SelectAll),_1,_nObjectType),TReport… in SelectAll()
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | ReportSection.hxx | 114 void SelectAll(const sal_uInt16 _nObjectType);
|
H A D | ReportWindow.hxx | 118 void SelectAll(const sal_uInt16 _nObjectType);
|
H A D | ScrollHelper.hxx | 123 void SelectAll(const sal_uInt16 _nObjectType);
|
H A D | DesignView.hxx | 164 void SelectAll(const sal_uInt16 _nObjectType);
|
H A D | ViewsWindow.hxx | 235 void SelectAll(const sal_uInt16 _nObjectType);
|
Completed in 77 milliseconds