Home
last modified time | relevance | path

Searched refs:pBulletFontNames (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx625 const String* pBulletFontNames = pSwNum->GetBulletFontNames(); in setNumberingProperty() local
667 pBulletFontNames[i] != SwXNumberingRules::GetInvalidStyle() && in setNumberingProperty()
669 (pBulletFontNames[i].Len() && !aFmt.GetBulletFont()) || in setNumberingProperty()
670 (pBulletFontNames[i].Len() && in setNumberingProperty()
671 aFmt.GetBulletFont()->GetName() != pBulletFontNames[i]) in setNumberingProperty()
681 pBulletFontNames[i],WEIGHT_NORMAL, ITALIC_NONE); in setNumberingProperty()
H A Dunostyle.cxx2006 const String* pBulletFontNames = pSwXRules->GetBulletFontNames(); in lcl_SetStyleProperty() local
2052 if(pBulletFontNames[i] != SwXNumberingRules::GetInvalidStyle() && in lcl_SetStyleProperty()
2053 ((pBulletFontNames[i].Len() && !pFmt->GetBulletFont()) || in lcl_SetStyleProperty()
2054 (pBulletFontNames[i].Len() && in lcl_SetStyleProperty()
2055 pFmt->GetBulletFont()->GetName() != pBulletFontNames[i]) )) in lcl_SetStyleProperty()
2062 pBulletFontNames[i],WEIGHT_NORMAL, ITALIC_NONE); in lcl_SetStyleProperty()

Completed in 30 milliseconds