Lines Matching refs:SdResId

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