Home
last modified time | relevance | path

Searched refs:SvxTextAttrPage (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/cui/source/factory/
H A Ddlgfact.cxx1789 return SvxTextAttrPage::Create; in GetTabPageCreatorFunc()
1868 return SvxTextAttrPage::GetRanges; in GetTabPageRangesFunc()
/trunk/main/cui/source/tabpages/
H A Dtextanim.cxx66 AddTabPage( RID_SVXPAGE_TEXTATTR, SvxTextAttrPage::Create, 0); in SvxTextTabDialog()
82 ( (SvxTextAttrPage&) rPage ).SetView( pView ); in PageCreated()
83 ( (SvxTextAttrPage&) rPage ).Construct(); in PageCreated()
H A Dtextattr.cxx97 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()
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()
[all …]
/trunk/main/cui/source/inc/
H A Dtextattr.hxx47 class SvxTextAttrPage : public SvxTabPage class
98 SvxTextAttrPage( Window* pWindow, const SfxItemSet& rInAttrs );
99 ~SvxTextAttrPage();

Completed in 38 milliseconds