Searched refs:SchAxisLabelTabPage (Results 1 – 3 of 3) sorted by relevance
46 SchAxisLabelTabPage::SchAxisLabelTabPage( Window* pParent, const SfxItemSet& rInAttrs ) : in SchAxisLabelTabPage() function in chart::SchAxisLabelTabPage86 aCbShowDescription.SetClickHdl( LINK( this, SchAxisLabelTabPage, ToggleShowLabel ) ); in SchAxisLabelTabPage()94 SchAxisLabelTabPage::~SchAxisLabelTabPage() in ~SchAxisLabelTabPage()97 void SchAxisLabelTabPage::Construct() in Construct()102 SfxTabPage* SchAxisLabelTabPage::Create( Window* pParent, const SfxItemSet& rAttrs ) in Create()104 return new SchAxisLabelTabPage( pParent, rAttrs ); in Create()107 sal_Bool SchAxisLabelTabPage::FillItemSet( SfxItemSet& rOutAttrs ) in FillItemSet()157 void SchAxisLabelTabPage::Reset( const SfxItemSet& rInAttrs ) in Reset()281 void SchAxisLabelTabPage::ShowStaggeringControls( sal_Bool bShowStaggeringControls ) in ShowStaggeringControls()295 void SchAxisLabelTabPage::SetComplexCategories( bool bComplexCategories ) in SetComplexCategories()[all …]
43 class SchAxisLabelTabPage : public SfxTabPage class80 SchAxisLabelTabPage( Window* pParent, const SfxItemSet& rInAttrs );81 virtual ~SchAxisLabelTabPage();
441 … AddTabPage(TP_AXIS_LABEL, String(SchResId(STR_OBJECT_LABEL)), SchAxisLabelTabPage::Create, NULL); in SchAttribTabDlg()577 ((SchAxisLabelTabPage&)rPage).ShowStaggeringControls( bShowStaggeringControls ); in PageCreated()578 …( dynamic_cast< SchAxisLabelTabPage& >( rPage ) ).SetComplexCategories( m_pParameter->IsComplexCat… in PageCreated()
Completed in 21 milliseconds