Lines Matching refs:SdResId

65 	: SfxModalDialog		( pWindow, SdResId( DLG_COPY ) ),  in CopyDlg()
66 maFtCopies ( this, SdResId( FT_COPIES ) ), in CopyDlg()
67 maNumFldCopies ( this, SdResId( NUM_FLD_COPIES ) ), in CopyDlg()
68 maBtnSetViewData ( this, SdResId( BTN_SET_VIEWDATA ) ), in CopyDlg()
69 maGrpMovement ( this, SdResId( GRP_MOVEMENT ) ), in CopyDlg()
70 maFtMoveX ( this, SdResId( FT_MOVE_X ) ), in CopyDlg()
71 maMtrFldMoveX ( this, SdResId( MTR_FLD_MOVE_X ) ), in CopyDlg()
72 maFtMoveY ( this, SdResId( FT_MOVE_Y ) ), in CopyDlg()
73 maMtrFldMoveY ( this, SdResId( MTR_FLD_MOVE_Y ) ), in CopyDlg()
74 maFtAngle ( this, SdResId( FT_ANGLE ) ), in CopyDlg()
75 maMtrFldAngle ( this, SdResId( MTR_FLD_ANGLE ) ), in CopyDlg()
76 maGrpEnlargement ( this, SdResId( GRP_ENLARGEMENT ) ), in CopyDlg()
77 maFtWidth ( this, SdResId( FT_WIDTH ) ), in CopyDlg()
78 maMtrFldWidth ( this, SdResId( MTR_FLD_WIDTH ) ), in CopyDlg()
79 maFtHeight ( this, SdResId( FT_HEIGHT ) ), in CopyDlg()
80 maMtrFldHeight ( this, SdResId( MTR_FLD_HEIGHT ) ), in CopyDlg()
81 maGrpColor ( this, SdResId( GRP_COLOR ) ), in CopyDlg()
82 maFtStartColor ( this, SdResId( FT_START_COLOR ) ), in CopyDlg()
83 maLbStartColor ( this, SdResId( LB_START_COLOR ) ), in CopyDlg()
84 maFtEndColor ( this, SdResId( FT_END_COLOR ) ), in CopyDlg()
85 maLbEndColor ( this, SdResId( LB_END_COLOR ) ), in CopyDlg()
86 maBtnOK ( this, SdResId( BTN_OK ) ), in CopyDlg()
87 maBtnCancel ( this, SdResId( BTN_CANCEL ) ), in CopyDlg()
88 maBtnHelp ( this, SdResId( BTN_HELP ) ), in CopyDlg()
89 maBtnSetDefault ( this, SdResId( BTN_SET_DEFAULT ) ), in CopyDlg()
98 maBtnSetViewData.SetModeImage( Image( SdResId( IMG_PIPETTE_H ) ), BMP_COLOR_HIGHCONTRAST ); in CopyDlg()