Lines Matching refs:HeaderFooterDialog
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()
326 void HeaderFooterDialog::Apply( TabPage* pPage ) in Apply()
334 void HeaderFooterDialog::Cancel( TabPage* ) in Cancel()
341 void HeaderFooterDialog::apply( bool bToAll, bool bForceSlides ) in apply()
421 void HeaderFooterDialog::change( SdUndoGroup* pUndoGroup, SdPage* pPage, const HeaderFooterSettings… in change()
436 HeaderFooterTabPage::HeaderFooterTabPage( HeaderFooterDialog* pDialog, ::Window* pWindow, SdDrawDoc… in HeaderFooterTabPage()