Home
last modified time | relevance | path

Searched refs:aCityLbl (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/cui/source/options/
H A Doptgenrl.cxx85 aCityLbl ( this, CUI_RES( FT_CITY ), true ), in SvxGeneralTabPage()
86 aPLZEdit ( this, CUI_RES( ED_PLZ ), 0, &aCityLbl ), in SvxGeneralTabPage()
87 aCityEdit ( this, CUI_RES( ED_CITY ), 1, &aCityLbl ), in SvxGeneralTabPage()
88 aUsCityEdit ( this, CUI_RES( ED_US_CITY ), 0, &aCityLbl ), in SvxGeneralTabPage()
89 aUsStateEdit ( this, CUI_RES( ED_US_STATE ), 1, &aCityLbl ), in SvxGeneralTabPage()
90 aUsZipEdit ( this, CUI_RES( ED_US_ZIPCODE ), 2, &aCityLbl ), in SvxGeneralTabPage()
114 aCityLbl.SetText( CUI_RES( STR_US_STATE ) ); in SvxGeneralTabPage()
471 aCityLbl.Enable( ( nEditCount != ( bUS ? 3 : 2 ) ) ); in SetAddress_Impl()
/AOO42X/main/cui/source/inc/
H A Dcuioptgenrl.hxx80 FixedText aCityLbl; member in SvxGeneralTabPage