Searched refs:DtSodResId (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/soldep/source/ |
H A D | soldlg.cxx | 51 maOkButton( this, DtSodResId( BTN_OK )), in SolNewProjectDlg() 53 maFTName( this, DtSodResId( FT_PRJNAME )), in SolNewProjectDlg() 54 maEName( this, DtSodResId( EDIT_PRJNAME )), in SolNewProjectDlg() 57 maFTDeps( this, DtSodResId( FT_PRJDEPS )), in SolNewProjectDlg() 58 maEDeps( this, DtSodResId( EDIT_PRJDEPS )) in SolNewProjectDlg() 89 maOkButton( this, DtSodResId( BTN_OK )), in SolNewDirectoryDlg() 91 maFTName( this, DtSodResId( FT_DIRNAME )), in SolNewDirectoryDlg() 99 maFTEnv( this, DtSodResId( FT_DIRENV )), in SolNewDirectoryDlg() 100 maEEnv( this, DtSodResId( EDIT_DIRENV )) in SolNewDirectoryDlg() 131 maOkButton( this, DtSodResId( BTN_OK )), in SolHelpDlg() [all …]
|
H A D | sdtresid.cxx | 41 DtSodResId::DtSodResId( sal_uInt16 nId ) : in DtSodResId() function in DtSodResId
|
H A D | depper.cxx | 61 maToolBox( pBaseWindow, DtSodResId(TID_SOLDEP_MAIN) ), in Depper() 431 SolNewProjectDlg aNewProjectDlg( GetDepWin(), DtSodResId( RID_SD_DIALOG_NEWPROJECT )); in HandleNewPrjDialog() 502 SolNewDirectoryDlg aNewDirectoryDlg( GetDepWin(), DtSodResId( RID_SD_DIALOG_NEWDIRECTORY )); in HandleNewDirectoryDialog()
|
H A D | tbox.cxx | 39 aPinedBitmap( DtSodResId( TID_SMALL_PIN_PINED )), // BMP_SMALL_PIN_PINED in SoldepToolBox() 40 aUnpinedBitmap( DtSodResId( TID_SMALL_PIN_UNPINED )) // BMP_SMALL_PIN_UNPINED in SoldepToolBox()
|
H A D | soldep.cxx | 914 SolHelpDlg aHelpDlg( mpBaseWin, DtSodResId( RID_SD_DIALOG_HELP )); in ShowHelp()
|
/aoo4110/main/soldep/inc/soldep/ |
H A D | sdtresid.hxx | 41 class DtSodResId : public ResId class 44 DtSodResId(sal_uInt16 nId);
|
Completed in 31 milliseconds