Lines Matching refs:ScResId
111 aFlPrintArea ( this, ScResId( FL_PRINTAREA ) ), in ScPrintAreasDlg()
112 aLbPrintArea ( this, ScResId( LB_PRINTAREA ) ), in ScPrintAreasDlg()
113 aEdPrintArea ( this, this, ScResId( ED_PRINTAREA ) ), in ScPrintAreasDlg()
114 aRbPrintArea ( this, ScResId( RB_PRINTAREA ), &aEdPrintArea, this ), in ScPrintAreasDlg()
116 aFlRepeatRow ( this, ScResId( FL_REPEATROW ) ), in ScPrintAreasDlg()
117 aLbRepeatRow ( this, ScResId( LB_REPEATROW ) ), in ScPrintAreasDlg()
118 aEdRepeatRow ( this, this, ScResId( ED_REPEATROW ) ), in ScPrintAreasDlg()
119 aRbRepeatRow ( this, ScResId( RB_REPEATROW ), &aEdRepeatRow, this ), in ScPrintAreasDlg()
121 aFlRepeatCol ( this, ScResId( FL_REPEATCOL ) ), in ScPrintAreasDlg()
122 aLbRepeatCol ( this, ScResId( LB_REPEATCOL ) ), in ScPrintAreasDlg()
123 aEdRepeatCol ( this, this, ScResId( ED_REPEATCOL ) ), in ScPrintAreasDlg()
124 aRbRepeatCol ( this, ScResId( RB_REPEATCOL ), &aEdRepeatCol, this ), in ScPrintAreasDlg()
126 aBtnOk ( this, ScResId( BTN_OK ) ), in ScPrintAreasDlg()
127 aBtnCancel ( this, ScResId( BTN_CANCEL ) ), in ScPrintAreasDlg()
128 aBtnHelp ( this, ScResId( BTN_HELP ) ), in ScPrintAreasDlg()