Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1265 sNewCharStyleNames[i] = SwXNumberingRules::GetInvalidStyle(); in SwXNumberingRules()
1350 if(sNewCharStyleNames[i].Len() && in replaceByIndex()
1351 … !sNewCharStyleNames[i].EqualsAscii(SW_PROP_NAME_STR(UNO_NAME_CHARACTER_FORMAT_NONE)) && in replaceByIndex()
1353 aFmt.GetCharFmt()->GetName()!= sNewCharStyleNames[i] )) in replaceByIndex()
1359 if(pTmp->GetName() == sNewCharStyleNames[i]) in replaceByIndex()
1368 pBase = pDocShell->GetStyleSheetPool()->Find(sNewCharStyleNames[i], in replaceByIndex()
1371 … pBase = &pDocShell->GetStyleSheetPool()->Make(sNewCharStyleNames[i], SFX_STYLE_FAMILY_CHAR); in replaceByIndex()
1487 if(sNewCharStyleNames[(sal_uInt16)nIndex].Len() && in GetNumberingRuleByIndex()
1488 SwXNumberingRules::sInvalidStyle != sNewCharStyleNames[(sal_uInt16)nIndex]) in GetNumberingRuleByIndex()
1489 CharStyleName = sNewCharStyleNames[(sal_uInt16)nIndex]; in GetNumberingRuleByIndex()
[all …]
/trunk/main/sw/inc/
H A Dunosett.hxx164 String sNewCharStyleNames[MAXLEVEL]; member in SwXNumberingRules
225 const String* GetNewCharStyleNames() const {return sNewCharStyleNames;} in GetNewCharStyleNames()