Lines Matching refs:SchAxisLabelTabPage
46 SchAxisLabelTabPage::SchAxisLabelTabPage( Window* pParent, const SfxItemSet& rInAttrs ) : in SchAxisLabelTabPage() function in chart::SchAxisLabelTabPage
86 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()
303 IMPL_LINK ( SchAxisLabelTabPage, ToggleShowLabel, void *, EMPTYARG ) in IMPL_LINK() argument