Searched refs:SvxTextAttrPage (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/cui/source/tabpages/ |
H A D | textattr.cxx | 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() 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 …]
|
H A D | textanim.cxx | 66 AddTabPage( RID_SVXPAGE_TEXTATTR, SvxTextAttrPage::Create, 0); in SvxTextTabDialog() 82 ( (SvxTextAttrPage&) rPage ).SetView( pView ); in PageCreated() 83 ( (SvxTextAttrPage&) rPage ).Construct(); in PageCreated()
|
/aoo42x/main/cui/source/inc/ |
H A D | textattr.hxx | 47 class SvxTextAttrPage : public SvxTabPage class 98 SvxTextAttrPage( Window* pWindow, const SfxItemSet& rInAttrs ); 99 ~SvxTextAttrPage();
|
/aoo42x/main/cui/source/factory/ |
H A D | dlgfact.cxx | 1789 return SvxTextAttrPage::Create; in GetTabPageCreatorFunc() 1868 return SvxTextAttrPage::GetRanges; in GetTabPageRangesFunc()
|
Completed in 39 milliseconds