Lines Matching refs:SW_RES
62 aHDistStr (SW_RES(STR_HDIST )), in SwLabPreview()
63 aVDistStr (SW_RES(STR_VDIST )), in SwLabPreview()
64 aWidthStr (SW_RES(STR_WIDTH )), in SwLabPreview()
65 aHeightStr(SW_RES(STR_HEIGHT)), in SwLabPreview()
66 aLeftStr (SW_RES(STR_LEFT )), in SwLabPreview()
67 aUpperStr (SW_RES(STR_UPPER )), in SwLabPreview()
68 aColsStr (SW_RES(STR_COLS )), in SwLabPreview()
69 aRowsStr (SW_RES(STR_ROWS )) in SwLabPreview()
312 SfxTabPage(pParent, SW_RES(TP_LAB_FMT), rSet), in SwLabFmtPage()
313 aMakeFI (this, SW_RES(FI_MAKE)), in SwLabFmtPage()
314 aTypeFI (this, SW_RES(FI_TYPE)), in SwLabFmtPage()
315 aPreview (this, SW_RES(WIN_PREVIEW)), in SwLabFmtPage()
316 aHDistText (this, SW_RES(TXT_HDIST )), in SwLabFmtPage()
317 aHDistField (this, SW_RES(FLD_HDIST )), in SwLabFmtPage()
318 aVDistText (this, SW_RES(TXT_VDIST )), in SwLabFmtPage()
319 aVDistField (this, SW_RES(FLD_VDIST )), in SwLabFmtPage()
320 aWidthText (this, SW_RES(TXT_WIDTH )), in SwLabFmtPage()
321 aWidthField (this, SW_RES(FLD_WIDTH )), in SwLabFmtPage()
322 aHeightText (this, SW_RES(TXT_HEIGHT )), in SwLabFmtPage()
323 aHeightField (this, SW_RES(FLD_HEIGHT )), in SwLabFmtPage()
324 aLeftText (this, SW_RES(TXT_LEFT )), in SwLabFmtPage()
325 aLeftField (this, SW_RES(FLD_LEFT )), in SwLabFmtPage()
326 aUpperText (this, SW_RES(TXT_UPPER )), in SwLabFmtPage()
327 aUpperField (this, SW_RES(FLD_UPPER )), in SwLabFmtPage()
328 aColsText (this, SW_RES(TXT_COLUMNS)), in SwLabFmtPage()
329 aColsField (this, SW_RES(FLD_COLUMNS)), in SwLabFmtPage()
330 aRowsText (this, SW_RES(TXT_ROWS )), in SwLabFmtPage()
331 aRowsField (this, SW_RES(FLD_ROWS )), in SwLabFmtPage()
332 aPaperWidthText (this, SW_RES(TXT_PAPER_WIDTH)), in SwLabFmtPage()
333 aPaperWidthField (this, SW_RES(FLD_PAPER_WIDTH)), in SwLabFmtPage()
334 aPaperHeightText (this, SW_RES(TXT_PAPER_HEIGHT)), in SwLabFmtPage()
335 aPaperHeightField(this, SW_RES(FLD_PAPER_HEIGHT)), in SwLabFmtPage()
336 aSavePB (this, SW_RES(PB_SAVE )), in SwLabFmtPage()
637 ModalDialog(pParent, SW_RES(DLG_SAVE_LABEL)), in SwSaveLabelDlg()
638 aOptionsFL(this,SW_RES(FL_OPTIONS )), in SwSaveLabelDlg()
639 aMakeFT(this, SW_RES(FT_MAKE )), in SwSaveLabelDlg()
640 aMakeCB(this, SW_RES(CB_MAKE )), in SwSaveLabelDlg()
641 aTypeFT(this, SW_RES(FT_TYPE )), in SwSaveLabelDlg()
642 aTypeED(this, SW_RES(ED_TYPE )), in SwSaveLabelDlg()
644 aOKPB(this, SW_RES(PB_OK )), in SwSaveLabelDlg()
645 aCancelPB(this, SW_RES(PB_CANCEL )), in SwSaveLabelDlg()
646 aHelpPB(this, SW_RES(PB_HELP )), in SwSaveLabelDlg()
648 aQueryMB(this, SW_RES(MB_QUERY )), in SwSaveLabelDlg()