Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/unocore/
H A Dunosett.cxx1282 sNewCharStyleNames[i] = SwXNumberingRules::GetInvalidStyle(); in SwXNumberingRules()
1369 if(sNewCharStyleNames[i].Len() && in replaceByIndex()
1370 … !sNewCharStyleNames[i].EqualsAscii(SW_PROP_NAME_STR(UNO_NAME_CHARACTER_FORMAT_NONE)) && in replaceByIndex()
1372 aFmt.GetCharFmt()->GetName()!= sNewCharStyleNames[i] )) in replaceByIndex()
1378 if(pTmp->GetName() == sNewCharStyleNames[i]) in replaceByIndex()
1387 pBase = pDocShell->GetStyleSheetPool()->Find(sNewCharStyleNames[i], in replaceByIndex()
1390 … pBase = &pDocShell->GetStyleSheetPool()->Make(sNewCharStyleNames[i], SFX_STYLE_FAMILY_CHAR); in replaceByIndex()
1509 if(sNewCharStyleNames[(sal_uInt16)nIndex].Len() && in GetNumberingRuleByIndex()
1510 SwXNumberingRules::sInvalidStyle != sNewCharStyleNames[(sal_uInt16)nIndex]) in GetNumberingRuleByIndex()
1511 CharStyleName = sNewCharStyleNames[(sal_uInt16)nIndex]; in GetNumberingRuleByIndex()
[all …]
/AOO41X/main/sw/inc/
H A Dunosett.hxx164 String sNewCharStyleNames[MAXLEVEL]; member in SwXNumberingRules
226 const String* GetNewCharStyleNames() const {return sNewCharStyleNames;} in GetNewCharStyleNames()