Lines Matching refs:SvxCaptionTabPage

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()
385 return( new SvxCaptionTabPage( pWindow, rOutAttrs ) ); in Create()
390 sal_uInt16* SvxCaptionTabPage::GetRanges() in GetRanges()
397 void SvxCaptionTabPage::SetupAnsatz_Impl( sal_uInt16 nType ) in SetupAnsatz_Impl()
461 IMPL_LINK_INLINE_START( SvxCaptionTabPage, AnsatzSelectHdl_Impl, ListBox *, pListBox ) in IMPL_LINK_INLINE_START() argument
469 IMPL_LINK_INLINE_END( SvxCaptionTabPage, AnsatzSelectHdl_Impl, ListBox *, pListBox ) in IMPL_LINK_INLINE_END() argument
473 IMPL_LINK_INLINE_START( SvxCaptionTabPage, AnsatzRelSelectHdl_Impl, ListBox *, pListBox ) in IMPL_LINK_INLINE_END()
481 IMPL_LINK_INLINE_END( SvxCaptionTabPage, AnsatzRelSelectHdl_Impl, ListBox *, pListBox ) in IMPL_LINK_INLINE_END() argument
485 IMPL_LINK( SvxCaptionTabPage, LineOptHdl_Impl, Button *, pButton ) in IMPL_LINK_INLINE_END()
505 IMPL_LINK_INLINE_START( SvxCaptionTabPage, SelectCaptTypeHdl_Impl, void *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
510 IMPL_LINK_INLINE_END( SvxCaptionTabPage, SelectCaptTypeHdl_Impl, void *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument
514 void SvxCaptionTabPage::SetupType_Impl( sal_uInt16 nType ) in IMPL_LINK_INLINE_END()
554 void SvxCaptionTabPage::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
564 void SvxCaptionTabPage::FillValueSet() in FillValueSet()
599 AddTabPage( RID_SVXPAGE_CAPTION, SvxCaptionTabPage::Create, in SvxCaptionTabDialog()
600 SvxCaptionTabPage::GetRanges ); in SvxCaptionTabDialog()
633 ( (SvxCaptionTabPage&) rPage ).SetView( pView ); in PageCreated()
634 ( (SvxCaptionTabPage&) rPage ).Construct(); in PageCreated()