Lines Matching refs:sSuffix
160 static const sal_Char sSuffix[] = "Suffix"; variable
174 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sSuffix))) in lcl_CreateNumberingSettingsPtr()
175 pValues[j].Value >>= pNew->sSuffix; in lcl_CreateNumberingSettingsPtr()
184 const sal_Unicode cLocalSuffix = pNew->sSuffix.getLength() ? pNew->sSuffix.getStr()[0] : 0; in lcl_CreateNumberingSettingsPtr()
187 if( cLocalSuffix == ' ') pNew->sSuffix=aEmptyStr; in lcl_CreateNumberingSettingsPtr()
1542 String sSuffix = aFmt.GetSuffix(); in GetNBOIndexForNumRule() local
1552 String sLocalSuffix = _pSet->pNumSetting->sSuffix.getStr(); in GetNBOIndexForNumRule()
1554 sSuffix.CompareTo(sLocalSuffix)==COMPARE_EQUAL && in GetNBOIndexForNumRule()
1590 _pSet->pNumSetting->sSuffix = aFmt.GetSuffix(); in RelplaceNumRule()
1635 aFmt.SetSuffix(_pSet->pNumSetting->sSuffix); in ApplyNumRule()
1803 String sSuffix = aFmt.GetSuffix(); in GetNBOIndexForNumRule() local
1843 ( sSuffix.CompareTo(_pSet->sSuffix.getStr())==COMPARE_EQUAL ) && in GetNBOIndexForNumRule()
1909 _pSet->sSuffix = aFmt.GetSuffix(); in RelplaceNumRule()
2045 aFmt.SetSuffix(pLevelSettings->sSuffix); in ApplyNumRule()