Searched refs:ScImportAsciiDlg (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sc/source/ui/dbgui/ |
| H A D | scuiasciiopt.cxx | 199 ScImportAsciiDlg::ScImportAsciiDlg( Window* pParent,String aDatName, in ScImportAsciiDlg() function in ScImportAsciiDlg 362 aNfRow.SetModifyHdl( LINK( this, ScImportAsciiDlg, FirstRowHdl ) ); in ScImportAsciiDlg() 368 Link aSeparatorHdl =LINK( this, ScImportAsciiDlg, SeparatorHdl ); in ScImportAsciiDlg() 394 aLbCharSet.SetSelectHdl( LINK( this, ScImportAsciiDlg, CharSetHdl ) ); in ScImportAsciiDlg() 406 aLbType.SetSelectHdl( LINK( this, ScImportAsciiDlg, LbColTypeHdl ) ); in ScImportAsciiDlg() 411 maTableBox.SetUpdateTextHdl( LINK( this, ScImportAsciiDlg, UpdateTextHdl ) ); in ScImportAsciiDlg() 413 maTableBox.SetColTypeHdl( LINK( this, ScImportAsciiDlg, ColTypeHdl ) ); in ScImportAsciiDlg() 415 aRbSeparated.SetClickHdl( LINK( this, ScImportAsciiDlg, RbSepFixHdl ) ); in ScImportAsciiDlg() 416 aRbFixed.SetClickHdl( LINK( this, ScImportAsciiDlg, RbSepFixHdl ) ); in ScImportAsciiDlg() 430 ScImportAsciiDlg::~ScImportAsciiDlg() in ~ScImportAsciiDlg() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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 | 653 ScImportAsciiDlg* pDlg=NULL; in CreateScImportAsciiDlg() 657 pDlg = new ScImportAsciiDlg( pParent, aDatName,pInStream, cSep ); in CreateScImportAsciiDlg()
|