Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptgenrl.cxx378 sal_Bool bUS = ( LANGUAGE_ENGLISH_US == eLang ); in GetAddress_Impl() local
390 aUserOpt.SetZip(bUS ? aUsZipEdit.GetText() : aPLZEdit.GetText() ); in GetAddress_Impl()
391 aUserOpt.SetCity(bUS ? aUsCityEdit.GetText() : aCityEdit.GetText() ); in GetAddress_Impl()
399 aUserOpt.SetState( bUS ? aUsStateEdit.GetText() : String() ); in GetAddress_Impl()
414 sal_Bool bUS = ( LANGUAGE_ENGLISH_US == eLang ); in SetAddress_Impl() local
448 Edit* pPLZEdit = bUS ? &aUsZipEdit : &aPLZEdit; in SetAddress_Impl()
449 Edit* pCityEdit = bUS ? &aUsCityEdit : &aCityEdit; in SetAddress_Impl()
463 if ( bUS ) in SetAddress_Impl()
472 aCityLbl.Enable( ( nEditCount != ( bUS ? 3 : 2 ) ) ); in SetAddress_Impl()

Completed in 16 milliseconds