Lines Matching refs:CUI_RES

71 	SfxTabPage( pParent, CUI_RES(RID_SFXPAGE_GENERAL), rCoreSet ),  in SvxGeneralTabPage()
73 aAddrFrm ( this, CUI_RES( GB_ADDRESS ) ), in SvxGeneralTabPage()
74 aCompanyLbl ( this, CUI_RES( FT_COMPANY ), true ), in SvxGeneralTabPage()
75 aCompanyEdit ( this, CUI_RES( ED_COMPANY ), INDEX_NOTSET, &aCompanyLbl ), in SvxGeneralTabPage()
76 aNameLbl ( this, CUI_RES( FT_NAME ), true ), in SvxGeneralTabPage()
77 aNameLblRuss ( this, CUI_RES( FT_NAME_RUSS ), true ), in SvxGeneralTabPage()
78 aNameLblEastern ( this, CUI_RES( FT_NAME_EASTERN ), true ), in SvxGeneralTabPage()
79 aFirstName ( this, CUI_RES( ED_FIRSTNAME ), 0, &aNameLbl ), in SvxGeneralTabPage()
80 aFatherName ( this, CUI_RES( ED_FATHERNAME ) ), in SvxGeneralTabPage()
81 aName ( this, CUI_RES( ED_NAME ), 1, &aNameLbl ), in SvxGeneralTabPage()
82 aShortName ( this, CUI_RES( ED_SHORTNAME ), 2, &aNameLbl ), in SvxGeneralTabPage()
83 aStreetLbl ( this, CUI_RES( FT_STREET ), true ), in SvxGeneralTabPage()
84 aStreetLblRuss ( this, CUI_RES( FT_STREET_RUSS ), true ), in SvxGeneralTabPage()
85 aStreetEdit ( this, CUI_RES( ED_STREET ), 0, &aStreetLbl ), in SvxGeneralTabPage()
86 aApartmentNrEdit( this, CUI_RES( ED_APARTMENTNR ), 1, &aStreetLblRuss ), in SvxGeneralTabPage()
87 aCityLbl ( this, CUI_RES( FT_CITY ), true ), in SvxGeneralTabPage()
88 aPLZEdit ( this, CUI_RES( ED_PLZ ), 0, &aCityLbl ), in SvxGeneralTabPage()
89 aCityEdit ( this, CUI_RES( ED_CITY ), 1, &aCityLbl ), in SvxGeneralTabPage()
90 aUsCityEdit ( this, CUI_RES( ED_US_CITY ), 0, &aCityLbl ), in SvxGeneralTabPage()
91 aUsStateEdit ( this, CUI_RES( ED_US_STATE ), 1, &aCityLbl ), in SvxGeneralTabPage()
92 aUsZipEdit ( this, CUI_RES( ED_US_ZIPCODE ), 2, &aCityLbl ), in SvxGeneralTabPage()
93 aCountryLbl ( this, CUI_RES( FT_COUNTRY ), true ), in SvxGeneralTabPage()
94 aCountryEdit ( this, CUI_RES( ED_COUNTRY ), INDEX_NOTSET, &aCountryLbl ), in SvxGeneralTabPage()
95 aTitlePosLbl ( this, CUI_RES( FT_TITLEPOS ), true ), in SvxGeneralTabPage()
96 aTitleEdit ( this, CUI_RES( ED_TITLE ), 0, &aTitlePosLbl ), in SvxGeneralTabPage()
97 aPositionEdit ( this, CUI_RES( ED_POSITION ), 1, &aTitlePosLbl ), in SvxGeneralTabPage()
98 aPhoneLbl ( this, CUI_RES( FT_PHONE ), true ), in SvxGeneralTabPage()
99 aTelPrivEdit ( this, CUI_RES( ED_TELPRIVAT ), 0, &aPhoneLbl ), in SvxGeneralTabPage()
100 aTelCompanyEdit ( this, CUI_RES( ED_TELCOMPANY ), 1, &aPhoneLbl ), in SvxGeneralTabPage()
101 aFaxMailLbl ( this, CUI_RES( FT_FAXMAIL ), true ), in SvxGeneralTabPage()
102 aFaxEdit ( this, CUI_RES( ED_FAX ), 0, &aFaxMailLbl ), in SvxGeneralTabPage()
103 aEmailEdit ( this, CUI_RES( ED_EMAIL ), 1, &aFaxMailLbl ), in SvxGeneralTabPage()
104 aUseDataCB ( this, CUI_RES( CB_USEDATA ) ), in SvxGeneralTabPage()
109 pImpl->maQueryStr = String( CUI_RES( STR_QUERY_REG ) ); in SvxGeneralTabPage()
116 aCityLbl.SetText( CUI_RES( STR_US_STATE ) ); in SvxGeneralTabPage()