Searched refs:pBulletFontNames (Results 1 – 2 of 2) sorted by relevance
625 const String* pBulletFontNames = pSwNum->GetBulletFontNames(); in setNumberingProperty() local667 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()
2006 const String* pBulletFontNames = pSwXRules->GetBulletFontNames(); in lcl_SetStyleProperty() local2052 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 51 milliseconds