Home
last modified time | relevance | path

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

/trunk/main/framework/source/uielement/
H A Dstatusbarmerger.cxx63 OUString sAlignment; in lcl_ConvertSequenceToValues() local
78 aPropVal.Value >>= sAlignment; in lcl_ConvertSequenceToValues()
96 if ( sAlignment.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( STATUSBAR_ALIGN_CENTER ))) in lcl_ConvertSequenceToValues()
98 else if ( sAlignment.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( STATUSBAR_ALIGN_RIGHT ))) in lcl_ConvertSequenceToValues()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx1039 const char* sAlignment = NULL; in GetAlignment() local
1043 sAlignment = "ctr"; in GetAlignment()
1046 sAlignment = "r"; in GetAlignment()
1049 sAlignment = "just"; in GetAlignment()
1055 return sAlignment; in GetAlignment()

Completed in 26 milliseconds