Lines Matching refs:SvxTextAttrPage
97 SvxTextAttrPage::SvxTextAttrPage( Window* pWindow, const SfxItemSet& rInAttrs ) : in SvxTextAttrPage() function in SvxTextAttrPage
135 Link aLink( LINK( this, SvxTextAttrPage, ClickHdl_Impl ) ); in SvxTextAttrPage()
142 LINK( this, SvxTextAttrPage, ClickFullWidthHdl_Impl ) ); in SvxTextAttrPage()
153 SvxTextAttrPage::~SvxTextAttrPage() in ~SvxTextAttrPage()
163 void __EXPORT SvxTextAttrPage::Reset( const SfxItemSet& rAttrs ) in Reset()
379 sal_Bool SvxTextAttrPage::FillItemSet( SfxItemSet& rAttrs) in FillItemSet()
529 void SvxTextAttrPage::Construct() in Construct()
585 SfxTabPage* SvxTextAttrPage::Create( Window* pWindow, in Create()
588 return( new SvxTextAttrPage( pWindow, rAttrs ) ); in Create()
597 sal_uInt16* SvxTextAttrPage::GetRanges() in GetRanges()
610 void SvxTextAttrPage::PointChanged( Window*, RECT_POINT eRP ) in PointChanged()
655 IMPL_LINK( SvxTextAttrPage, ClickFullWidthHdl_Impl, void *, EMPTYARG ) in IMPL_LINK() argument
713 IMPL_LINK( SvxTextAttrPage, ClickHdl_Impl, void *, EMPTYARG ) in IMPL_LINK() argument
769 bool SvxTextAttrPage::IsTextDirectionLeftToRight (void) const in IsTextDirectionLeftToRight()
786 void SvxTextAttrPage::PageCreated(SfxAllItemSet aSet) in PageCreated()