Lines Matching refs:SW_RES
80 SfxTabPage (pParent, SW_RES(TP_DOC_STAT), rSet), in SwDocStatPage()
81 aPageLbl (this, SW_RES( FT_PAGE )), in SwDocStatPage()
82 aPageNo (this, SW_RES( FT_PAGE_COUNT )), in SwDocStatPage()
83 aTableLbl (this, SW_RES( FT_TABLE )), in SwDocStatPage()
84 aTableNo (this, SW_RES( FT_TABLE_COUNT)), in SwDocStatPage()
85 aGrfLbl (this, SW_RES( FT_GRF )), in SwDocStatPage()
86 aGrfNo (this, SW_RES( FT_GRF_COUNT )), in SwDocStatPage()
87 aOLELbl (this, SW_RES( FT_OLE )), in SwDocStatPage()
88 aOLENo (this, SW_RES( FT_OLE_COUNT )), in SwDocStatPage()
89 aParaLbl (this, SW_RES( FT_PARA )), in SwDocStatPage()
90 aParaNo (this, SW_RES( FT_PARA_COUNT )), in SwDocStatPage()
91 aWordLbl (this, SW_RES( FT_WORD )), in SwDocStatPage()
92 aWordNo (this, SW_RES( FT_WORD_COUNT )), in SwDocStatPage()
93 aCharLbl (this, SW_RES( FT_CHAR )), in SwDocStatPage()
94 aCharNo (this, SW_RES( FT_CHAR_COUNT )), in SwDocStatPage()
95 aLineLbl (this, SW_RES( FT_LINE )), in SwDocStatPage()
96 aLineNo (this, SW_RES( FT_LINE_COUNT )), in SwDocStatPage()
97 aUpdatePB (this, SW_RES( PB_PDATE )) in SwDocStatPage()