Home
last modified time | relevance | path

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

/trunk/main/unotools/inc/unotools/
H A Duseroptions.hxx43 #define USER_OPT_STREET ((sal_uInt16)9) macro
/trunk/main/unotools/source/config/
H A Duseroptions.cxx806 case USER_OPT_STREET: in IsTokenReadonly()
901 case USER_OPT_STREET: pRet = GetStreet(); break; in GetToken()
/trunk/main/cui/source/options/
H A Doptgenrl.cxx443 if ( aUserOpt.IsTokenReadonly( USER_OPT_STREET ) ) in SetAddress_Impl()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx344 USER_OPT_COMPANY, USER_OPT_STREET, USER_OPT_COUNTRY, USER_OPT_ZIP, in SwCalc()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx2047 case EU_STREET: nRet = USER_OPT_STREET; break; in Expand()