Searched refs:ScColOrRowDlg (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | crdlg.cxx | 39 ScColOrRowDlg::ScColOrRowDlg( Window* pParent, in ScColOrRowDlg() function in ScColOrRowDlg 61 aBtnOk.SetClickHdl( LINK( this, ScColOrRowDlg, OkHdl ) ); in ScColOrRowDlg() 68 __EXPORT ScColOrRowDlg::~ScColOrRowDlg() in ~ScColOrRowDlg() 74 IMPL_LINK_INLINE_START( ScColOrRowDlg, OkHdl, OKButton *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument 79 IMPL_LINK_INLINE_END( ScColOrRowDlg, OkHdl, OKButton *, EMPTYARG )
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | crdlg.hxx | 38 class ScColOrRowDlg : public ModalDialog class 41 ScColOrRowDlg( Window* pParent, 45 ~ScColOrRowDlg();
|
/aoo42x/main/sc/source/ui/optdlg/ |
H A D | tpusrlst.cxx | 441 nCellDir = ScColOrRowDlg( this, aStrCopyList, aStrCopyFrom ).Execute(); in CopyListFromArea()
|
/aoo42x/main/sc/source/ui/attrdlg/ |
H A D | scdlgfact.cxx | 743 pDlg = new ScColOrRowDlg( pParent, rStrTitle,rStrLabel,bColDefault ); in CreateScColOrRowDlg()
|
Completed in 47 milliseconds