Searched refs:SvxBackgroundTabPage (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/cui/source/tabpages/ ! |
| H A D | backgrnd.cxx | 333 #define HDL(hdl) LINK(this,SvxBackgroundTabPage,hdl) 335 SvxBackgroundTabPage::SvxBackgroundTabPage( Window* pParent, in SvxBackgroundTabPage() function in SvxBackgroundTabPage 417 SvxBackgroundTabPage::~SvxBackgroundTabPage() in ~SvxBackgroundTabPage() 448 sal_uInt16* SvxBackgroundTabPage::GetRanges() in GetRanges() 461 SfxTabPage* SvxBackgroundTabPage::Create( Window* pParent, in Create() 470 return ( new SvxBackgroundTabPage( pParent, rAttrSet ) ); in Create() 475 void SvxBackgroundTabPage::Reset( const SfxItemSet& rSet ) in Reset() 673 void SvxBackgroundTabPage::ResetFromWallpaperItem( const SfxItemSet& rSet ) in ResetFromWallpaperItem() 733 void SvxBackgroundTabPage::FillUserData() in FillUserData() 749 sal_Bool SvxBackgroundTabPage::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet() [all …]
|
| H A D | bbdlg.cxx | 67 AddTabPage(RID_SVXPAGE_BACKGROUND, SvxBackgroundTabPage::Create, 0); in SvxBorderBackgroundDlg() 88 static_cast< SvxBackgroundTabPage& >(rTabPage).ShowSelector(); in PageCreated()
|
| /AOO42X/main/cui/source/inc/ ! |
| H A D | backgrnd.hxx | 59 class SvxBackgroundTabPage : public SvxTabPage class 80 SvxBackgroundTabPage( Window* pParent, const SfxItemSet& rCoreSet ); 81 ~SvxBackgroundTabPage();
|
| /AOO42X/main/cui/source/dialogs/ ! |
| H A D | srchxtra.cxx | 66 AddTabPage( RID_SVXPAGE_BACKGROUND, SvxBackgroundTabPage::Create, 0 ); in SvxSearchFormatDialog() 126 ( (SvxBackgroundTabPage&)rPage ).ShowParaControl(sal_True); in PageCreated()
|
| /AOO42X/main/cui/source/factory/ ! |
| H A D | dlgfact.cxx | 1794 return SvxBackgroundTabPage::Create; in GetTabPageCreatorFunc() 1873 return SvxBackgroundTabPage::GetRanges; in GetTabPageRangesFunc()
|