Searched refs:ScStringInputDlg (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | strindlg.cxx | 50 ScStringInputDlg::ScStringInputDlg( Window* pParent, in ScStringInputDlg() function in ScStringInputDlg 75 void ScStringInputDlg::GetInputString( String& rString ) const in GetInputString() 80 __EXPORT ScStringInputDlg::~ScStringInputDlg() in ~ScStringInputDlg()
|
H A D | scuiautofmt.cxx | 252 ScStringInputDlg* pDlg; in IMPL_LINK() 257 pDlg = new ScStringInputDlg( this, in IMPL_LINK() 364 ScStringInputDlg* pDlg = new ScStringInputDlg( this, in IMPL_LINK()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | strindlg.hxx | 38 class ScStringInputDlg : public ModalDialog class 41 ScStringInputDlg( Window* pParent, 46 ~ScStringInputDlg();
|
/aoo4110/main/sc/source/ui/attrdlg/ |
H A D | scdlgfact.hxx | 56 class ScStringInputDlg; 332 DECL_ABSTDLG_BASE( AbstractScStringInputDlg_Impl, ScStringInputDlg )
|
H A D | scdlgfact.cxx | 1286 ScStringInputDlg * pDlg=NULL; in CreateScStringInputDlg() 1290 pDlg = new ScStringInputDlg( pParent, rTitle, rEditTitle, rDefault, sHelpId, sEditHelpId ); in CreateScStringInputDlg()
|
Completed in 80 milliseconds