Searched refs:sAlignment (Results 1 – 2 of 2) sorted by relevance
63 OUString sAlignment; in lcl_ConvertSequenceToValues() local78 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()
1039 const char* sAlignment = NULL; in GetAlignment() local1043 sAlignment = "ctr"; in GetAlignment()1046 sAlignment = "r"; in GetAlignment()1049 sAlignment = "just"; in GetAlignment()1055 return sAlignment; in GetAlignment()
Completed in 121 milliseconds