Lines Matching refs:SdResId
59 ModalDialog ( pWindow, SdResId( DLG_FIELD_MODIFY ) ), in SdModifyFieldDlg()
60 aGrpType ( this, SdResId( GRP_TYPE ) ), in SdModifyFieldDlg()
61 aRbtFix ( this, SdResId( RBT_FIX ) ), in SdModifyFieldDlg()
62 aRbtVar ( this, SdResId( RBT_VAR ) ), in SdModifyFieldDlg()
63 maFtLanguage( this, SdResId( FT_LANGUAGE ) ), in SdModifyFieldDlg()
64 maLbLanguage( this, SdResId( LB_LANGUAGE ) ), in SdModifyFieldDlg()
65 aFtFormat ( this, SdResId( FT_FORMAT ) ), in SdModifyFieldDlg()
66 aLbFormat ( this, SdResId( LB_FORMAT ) ), in SdModifyFieldDlg()
67 aBtnOK ( this, SdResId( BTN_OK ) ), in SdModifyFieldDlg()
68 aBtnCancel ( this, SdResId( BTN_CANCEL ) ), in SdModifyFieldDlg()
69 aBtnHelp ( this, SdResId( BTN_HELP ) ), in SdModifyFieldDlg()
201 aLbFormat.InsertEntry( String( SdResId( STR_STANDARD_SMALL ) ) ); in FillFormatList()
202 aLbFormat.InsertEntry( String( SdResId( STR_STANDARD_BIG ) ) ); in FillFormatList()
227 aLbFormat.InsertEntry( String( SdResId( STR_STANDARD_NORMAL ) ) ); in FillFormatList()
253 aLbFormat.InsertEntry( String( SdResId( STR_FILEFORMAT_NAME_EXT ) ) ); in FillFormatList()
254 aLbFormat.InsertEntry( String( SdResId( STR_FILEFORMAT_FULLPATH ) ) ); in FillFormatList()
255 aLbFormat.InsertEntry( String( SdResId( STR_FILEFORMAT_PATH ) ) ); in FillFormatList()
256 aLbFormat.InsertEntry( String( SdResId( STR_FILEFORMAT_NAME ) ) ); in FillFormatList()