Searched refs:ScAutoFormatDlg (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | scuiautofmt.cxx | 66 ScAutoFormatDlg::ScAutoFormatDlg( Window* pParent, in ScAutoFormatDlg() function in ScAutoFormatDlg 110 __EXPORT ScAutoFormatDlg::~ScAutoFormatDlg() in ~ScAutoFormatDlg() 117 void ScAutoFormatDlg::Init() in Init() 173 void ScAutoFormatDlg::UpdateChecks() in UpdateChecks() 189 IMPL_LINK( ScAutoFormatDlg, CloseHdl, PushButton *, pBtn ) in IMPL_LINK() argument 215 IMPL_LINK( ScAutoFormatDlg, CheckHdl, Button *, pBtn ) in IMPL_LINK_INLINE_END() 246 IMPL_LINK( ScAutoFormatDlg, AddHdl, void *, EMPTYARG ) in IMPL_LINK() argument 319 IMPL_LINK( ScAutoFormatDlg, RemoveHdl, void *, EMPTYARG ) in IMPL_LINK() argument 355 IMPL_LINK( ScAutoFormatDlg, RenameHdl, void *, EMPTYARG ) in IMPL_LINK() argument 442 IMPL_LINK( ScAutoFormatDlg, SelFmtHdl, void *, EMPTYARG ) in IMPL_LINK() argument [all …]
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | scuiautofmt.hxx | 27 class ScAutoFormatDlg : public ModalDialog class 30 ScAutoFormatDlg( Window* pParent, 34 ~ScAutoFormatDlg();
|
/aoo4110/main/sc/source/ui/attrdlg/ |
H A D | scdlgfact.hxx | 30 class ScAutoFormatDlg; 122 DECL_ABSTDLG_BASE(AbstractScAutoFormatDlg_Impl, ScAutoFormatDlg)
|
H A D | scdlgfact.cxx | 692 ScAutoFormatDlg* pDlg=NULL; in CreateScAutoFormatDlg() 696 pDlg = new ScAutoFormatDlg( pParent, pAutoFormat,pSelFormatData, pDoc ); in CreateScAutoFormatDlg()
|
Completed in 36 milliseconds