Home
last modified time | relevance | path

Searched refs:_nObjectType (Results 1 – 14 of 14) sorted by path

/trunk/main/dbaccess/source/ui/app/
H A DAppController.hxx403 …void impl_validateObjectTypeAndName_throw( const sal_Int32 _nObjectType, const ::boost::optiona…
H A DAppControllerGen.cxx439 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()
/trunk/main/reportdesign/inc/
H A DRptObject.hxx238 ,sal_uInt16 _nObjectType);
241 ,sal_uInt16 _nObjectType);
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx624 ,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/source/ui/inc/
H A DDesignView.hxx164 void SelectAll(const sal_uInt16 _nObjectType);
H A DReportSection.hxx114 void SelectAll(const sal_uInt16 _nObjectType);
H A DReportWindow.hxx118 void SelectAll(const sal_uInt16 _nObjectType);
H A DScrollHelper.hxx123 void SelectAll(const sal_uInt16 _nObjectType);
H A DViewsWindow.hxx235 void SelectAll(const sal_uInt16 _nObjectType);
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx500 void ODesignView::SelectAll(const sal_uInt16 _nObjectType) in SelectAll() argument
502 m_aScrollWindow.SelectAll(_nObjectType); in SelectAll()
H A DReportSection.cxx429 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 DReportWindow.cxx293 void OReportWindow::SelectAll(const sal_uInt16 _nObjectType) in SelectAll() argument
296 m_aViewsWindow.SelectAll(_nObjectType); in SelectAll()
H A DScrollHelper.cxx262 void OScrollWindowHelper::SelectAll(const sal_uInt16 _nObjectType) in SelectAll() argument
264 m_aReportWindow.SelectAll(_nObjectType); in SelectAll()
H A DViewsWindow.cxx512 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()

Completed in 67 milliseconds