Searched refs:ScLeftFooterEditPage (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/ui/pagedlg/ |
H A D | hfedtdlg.cxx | 89 AddTabPage( 2, ScLeftFooterEditPage::Create, NULL ); in ScHFEditDlg() 101 AddTabPage( 1, ScLeftFooterEditPage::Create, NULL ); in ScHFEditDlg() 111 AddTabPage( 3, ScLeftFooterEditPage::Create, NULL ); in ScHFEditDlg() 124 AddTabPage( 4, ScLeftFooterEditPage::Create, NULL ); in ScHFEditDlg() 156 AddTabPage( 2, ScLeftFooterEditPage::Create, NULL ); in ScHFEditDlg()
|
H A D | scuitphfedit.cxx | 1000 ScLeftFooterEditPage::ScLeftFooterEditPage( Window* pParent, const SfxItemSet& rCoreSet ) in ScLeftFooterEditPage() function in ScLeftFooterEditPage 1007 sal_uInt16* __EXPORT ScLeftFooterEditPage::GetRanges() in GetRanges() 1012 SfxTabPage* __EXPORT ScLeftFooterEditPage::Create( Window* pParent, const SfxItemSet& rCoreSet ) in Create() 1013 { return ( new ScLeftFooterEditPage( pParent, rCoreSet ) ); }; in Create()
|
H A D | tphf.cxx | 256 pDlg->SetTabPage( ScLeftFooterEditPage::Create( pDlg, aDataSet ) ); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | scuitphfedit.hxx | 151 class ScLeftFooterEditPage : public ScHFEditPage class 158 ScLeftFooterEditPage( Window* pParent, const SfxItemSet& rSet );
|
Completed in 17 milliseconds