Lines Matching refs:SW_RES

118 	SvxStandardDialog( pParent, SW_RES(DLG_CAPTION) ),  in SwCaptionDialog()
120 aTextText (this, SW_RES(TXT_TEXT )), in SwCaptionDialog()
121 aTextEdit (this, SW_RES(EDT_TEXT )), in SwCaptionDialog()
122 aSettingsFL (this, SW_RES(FL_SETTINGS)), in SwCaptionDialog()
123 aCategoryText (this, SW_RES(TXT_CATEGORY)), in SwCaptionDialog()
124 aCategoryBox (this, SW_RES(BOX_CATEGORY)), in SwCaptionDialog()
125 aFormatText (this, SW_RES(TXT_FORMAT )), in SwCaptionDialog()
126 aFormatBox (this, SW_RES(BOX_FORMAT )), in SwCaptionDialog()
127 aNumberingSeparatorFT(this, SW_RES(FT_NUM_SEP )), in SwCaptionDialog()
128 aNumberingSeparatorED(this, SW_RES(ED_NUM_SEP )), in SwCaptionDialog()
129 aSepText (this, SW_RES(TXT_SEP )), in SwCaptionDialog()
130 aSepEdit (this, SW_RES(EDT_SEP )), in SwCaptionDialog()
131 aPosText (this, SW_RES(TXT_POS )), in SwCaptionDialog()
132 aPosBox (this, SW_RES(BOX_POS )), in SwCaptionDialog()
133 aOKButton (this, SW_RES(BTN_OK )), in SwCaptionDialog()
134 aCancelButton (this, SW_RES(BTN_CANCEL )), in SwCaptionDialog()
135 aHelpButton (this, SW_RES(BTN_HELP )), in SwCaptionDialog()
136 aAutoCaptionButton(this, SW_RES(BTN_AUTOCAPTION)), in SwCaptionDialog()
137 aOptionButton (this, SW_RES(BTN_OPTION )), in SwCaptionDialog()
138 sNone( SW_RES( STR_CATEGORY_NONE )), in SwCaptionDialog()
139 aPrevWin (this, SW_RES(WIN_SAMPLE )), in SwCaptionDialog()
487 : SvxStandardDialog( pParent, SW_RES(DLG_SEQUENCE_OPTION) ), in SwSequenceOptionDialog()
488 aFlHeader (this, SW_RES(FL_HEADER )), in SwSequenceOptionDialog()
489 aFtLevel (this, SW_RES(FT_LEVEL )), in SwSequenceOptionDialog()
490 aLbLevel (this, SW_RES(LB_LEVEL )), in SwSequenceOptionDialog()
491 aFtDelim (this, SW_RES(FT_SEPARATOR )), in SwSequenceOptionDialog()
492 aEdDelim (this, SW_RES(ED_SEPARATOR )), in SwSequenceOptionDialog()
493 aFlCatAndFrame (this, SW_RES(FL_CATANDFRAME)), in SwSequenceOptionDialog()
494 aFtCharStyle (this, SW_RES(FT_CHARSTYLE )), in SwSequenceOptionDialog()
495 aLbCharStyle (this, SW_RES(LB_CHARSTYLE )), in SwSequenceOptionDialog()
496 aApplyBorderAndShadowCB(this, SW_RES(CB_APPLYBAS)), in SwSequenceOptionDialog()
497 aFlCaptionOrder(this, SW_RES( FL_ORDER )), //#i61007# order of captions in SwSequenceOptionDialog()
498 aFtCaptionOrder(this, SW_RES( FT_ORDER )), in SwSequenceOptionDialog()
499 aLbCaptionOrder(this, SW_RES( LB_ORDER )), in SwSequenceOptionDialog()
500 aOKButton (this, SW_RES(BTN_OK )), in SwSequenceOptionDialog()
501 aCancelButton (this, SW_RES(BTN_CANCEL )), in SwSequenceOptionDialog()
502 aHelpButton (this, SW_RES(BTN_HELP )), in SwSequenceOptionDialog()