Searched refs:HeaderFooterDialog (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sd/source/ui/dlg/ |
| H A D | headerfooterdlg.cxx | 169 HeaderFooterDialog* mpDialog; 187 …HeaderFooterTabPage( HeaderFooterDialog* pDialog, ::Window* pParent, SdDrawDocument* pDoc, SdPage*… 205 HeaderFooterDialog::HeaderFooterDialog( ViewShell* pViewShell, ::Window* pParent, SdDrawDocument* p… in HeaderFooterDialog() function in HeaderFooterDialog 266 maTabCtrl.SetActivatePageHdl( LINK( this, HeaderFooterDialog, ActivatePageHdl ) ); in HeaderFooterDialog() 267 maTabCtrl.SetDeactivatePageHdl( LINK( this, HeaderFooterDialog, DeactivatePageHdl ) ); in HeaderFooterDialog() 282 HeaderFooterDialog::~HeaderFooterDialog() in ~HeaderFooterDialog() 290 IMPL_LINK( HeaderFooterDialog, ActivatePageHdl, TabControl *, pTabCtrl ) in IMPL_LINK() argument 301 IMPL_LINK( HeaderFooterDialog, DeactivatePageHdl, TabControl *, EMPTYARG ) in IMPL_LINK() argument 308 short HeaderFooterDialog::Execute() in Execute() 318 void HeaderFooterDialog::ApplyToAll( TabPage* pPage ) in ApplyToAll() [all …]
|
| H A D | sddlgfact.hxx | 54 class HeaderFooterDialog; 245 DECL_ABSTDLG_BASE(AbstractHeaderFooterDialog_Impl,::sd::HeaderFooterDialog)
|
| H A D | sddlgfact.cxx | 557 …return new AbstractHeaderFooterDialog_Impl( new ::sd::HeaderFooterDialog( (::sd::ViewShell*)pViewS… in CreateHeaderFooterDialog()
|
| /trunk/main/sd/source/ui/inc/ |
| H A D | headerfooterdlg.hxx | 45 class HeaderFooterDialog : public TabDialog class 68 …HeaderFooterDialog( ViewShell* pViewShell, ::Window* pParent, SdDrawDocument* pDoc, SdPage* pCurre… 69 ~HeaderFooterDialog();
|