Lines Matching refs:SdResId
39 : ModalDialog( pWindow, SdResId( DLG_INSERT_LAYER ) ) in SdInsertLayerDlg()
40 , maFtName( this, SdResId( FT_NAME ) ) in SdInsertLayerDlg()
41 , maEdtName( this, SdResId( EDT_NAME ) ) in SdInsertLayerDlg()
42 , maFtTitle( this, SdResId( FT_TITLE ) ) in SdInsertLayerDlg()
43 , maEdtTitle( this, SdResId( EDT_TITLE ) ) in SdInsertLayerDlg()
44 , maFtDesc( this, SdResId( FT_DESCRIPTION ) ) in SdInsertLayerDlg()
45 , maEdtDesc( this, SdResId( EDT_DESCRIPTION ) ) in SdInsertLayerDlg()
46 , maCbxVisible( this, SdResId( CBX_VISIBLE ) ) in SdInsertLayerDlg()
47 , maCbxPrintable( this, SdResId( CBX_PRINTABLE ) ) in SdInsertLayerDlg()
48 , maCbxLocked( this, SdResId( CBX_LOCKED ) ) in SdInsertLayerDlg()
49 , maFixedLine( this, SdResId( FL_SEPARATOR_B ) ) in SdInsertLayerDlg()
50 , maBtnHelp( this, SdResId( BTN_HELP ) ) in SdInsertLayerDlg()
51 , maBtnOK( this, SdResId( BTN_OK ) ) in SdInsertLayerDlg()
52 , maBtnCancel( this, SdResId( BTN_CANCEL ) ) in SdInsertLayerDlg()