Searched refs:ScImportAsciiDlg (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/sc/source/ui/dbgui/ |
| H A D | scuiasciiopt.cxx | 198 ScImportAsciiDlg::ScImportAsciiDlg( Window* pParent,String aDatName, in ScImportAsciiDlg() function in ScImportAsciiDlg 361 aNfRow.SetModifyHdl( LINK( this, ScImportAsciiDlg, FirstRowHdl ) ); in ScImportAsciiDlg() 367 Link aSeparatorHdl =LINK( this, ScImportAsciiDlg, SeparatorHdl ); in ScImportAsciiDlg() 393 aLbCharSet.SetSelectHdl( LINK( this, ScImportAsciiDlg, CharSetHdl ) ); in ScImportAsciiDlg() 405 aLbType.SetSelectHdl( LINK( this, ScImportAsciiDlg, LbColTypeHdl ) ); in ScImportAsciiDlg() 410 maTableBox.SetUpdateTextHdl( LINK( this, ScImportAsciiDlg, UpdateTextHdl ) ); in ScImportAsciiDlg() 412 maTableBox.SetColTypeHdl( LINK( this, ScImportAsciiDlg, ColTypeHdl ) ); in ScImportAsciiDlg() 414 aRbSeparated.SetClickHdl( LINK( this, ScImportAsciiDlg, RbSepFixHdl ) ); in ScImportAsciiDlg() 415 aRbFixed.SetClickHdl( LINK( this, ScImportAsciiDlg, RbSepFixHdl ) ); in ScImportAsciiDlg() 429 ScImportAsciiDlg::~ScImportAsciiDlg() in ~ScImportAsciiDlg() [all …]
|
| /trunk/main/sc/source/ui/inc/ |
| H A D | scuiasciiopt.hxx | 35 class ScImportAsciiDlg : public ModalDialog class 95 ScImportAsciiDlg( 98 ~ScImportAsciiDlg(); 128 inline bool ScImportAsciiDlg::Seek(sal_uLong nPos) in Seek()
|
| /trunk/main/sc/source/ui/attrdlg/ |
| H A D | scdlgfact.hxx | 29 class ScImportAsciiDlg; 114 DECL_ABSTDLG_BASE(AbstractScImportAsciiDlg_Impl, ScImportAsciiDlg)
|
| H A D | scdlgfact.cxx | 652 ScImportAsciiDlg* pDlg=NULL; in CreateScImportAsciiDlg() 656 pDlg = new ScImportAsciiDlg( pParent, aDatName,pInStream, cSep ); in CreateScImportAsciiDlg()
|