Searched refs:SvxCaptionTabPage (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/cui/source/tabpages/ |
| H A D | labdlg.cxx | 81 SvxCaptionTabPage::SvxCaptionTabPage(Window* pParent, const SfxItemSet& rInAttrs) in SvxCaptionTabPage() function in SvxCaptionTabPage 133 aCT_CAPTTYPE.SetSelectHdl(LINK( this, SvxCaptionTabPage, SelectCaptTypeHdl_Impl)); in SvxCaptionTabPage() 142 aLB_ANSATZ.SetSelectHdl(LINK(this,SvxCaptionTabPage,AnsatzSelectHdl_Impl)); in SvxCaptionTabPage() 143 aLB_ANSATZ_REL.SetSelectHdl(LINK(this,SvxCaptionTabPage,AnsatzRelSelectHdl_Impl)); in SvxCaptionTabPage() 144 aCB_LAENGE.SetClickHdl(LINK(this,SvxCaptionTabPage,LineOptHdl_Impl)); in SvxCaptionTabPage() 151 SvxCaptionTabPage::~SvxCaptionTabPage() in ~SvxCaptionTabPage() 163 void SvxCaptionTabPage::Construct() in Construct() 171 sal_Bool SvxCaptionTabPage::FillItemSet( SfxItemSet& _rOutAttrs) in FillItemSet() 243 void SvxCaptionTabPage::Reset( const SfxItemSet& ) in Reset() 382 SfxTabPage* SvxCaptionTabPage::Create( Window* pWindow, in Create() [all …]
|
| /AOO42X/main/cui/source/inc/ |
| H A D | labdlg.hxx | 46 class SvxCaptionTabPage : public SfxTabPage class 98 SvxCaptionTabPage( Window* pParent, const SfxItemSet& rInAttrs ); 99 virtual ~SvxCaptionTabPage();
|