Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/options/
H A Doptgenrl.cxx377 sal_Bool bUS = ( LANGUAGE_ENGLISH_US == eLang ); in GetAddress_Impl() local
389 aUserOpt.SetZip(bUS ? aUsZipEdit.GetText() : aPLZEdit.GetText() ); in GetAddress_Impl()
390 aUserOpt.SetCity(bUS ? aUsCityEdit.GetText() : aCityEdit.GetText() ); in GetAddress_Impl()
398 aUserOpt.SetState( bUS ? aUsStateEdit.GetText() : String() ); in GetAddress_Impl()
413 sal_Bool bUS = ( LANGUAGE_ENGLISH_US == eLang ); in SetAddress_Impl() local
447 Edit* pPLZEdit = bUS ? &aUsZipEdit : &aPLZEdit; in SetAddress_Impl()
448 Edit* pCityEdit = bUS ? &aUsCityEdit : &aCityEdit; in SetAddress_Impl()
462 if ( bUS ) in SetAddress_Impl()
471 aCityLbl.Enable( ( nEditCount != ( bUS ? 3 : 2 ) ) ); in SetAddress_Impl()