Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/drawingml/
H A Dtextcharacterproperties.cxx102 if( moLang.has() && (moLang.get().getLength() > 0) ) in pushToPropMap()
105 sal_Int32 nSepPos = moLang.get().indexOf( sal_Unicode( '-' ), 0 ); in pushToPropMap()
108 aLocale.Language = moLang.get().copy( 0, nSepPos ); in pushToPropMap()
109 aLocale.Country = moLang.get().copy( nSepPos + 1 ); in pushToPropMap()
113 aLocale.Language = moLang.get(); in pushToPropMap()
H A Dtextcharacterpropertiescontext.cxx54 mrTextCharacterProperties.moLang = aAttribs.getString( XML_lang ); in TextCharacterPropertiesContext()
/aoo4110/main/oox/inc/oox/drawingml/
H A Dtextcharacterproperties.hxx49 OptValue< ::rtl::OUString > moLang; member

Completed in 26 milliseconds