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()
1878 const String* pBulletFontNames = pSwXRules->GetBulletFontNames(); in lcl_SetStyleProperty() local1924 if(pBulletFontNames[i] != SwXNumberingRules::GetInvalidStyle() && in lcl_SetStyleProperty()1925 ((pBulletFontNames[i].Len() && !pFmt->GetBulletFont()) || in lcl_SetStyleProperty()1926 (pBulletFontNames[i].Len() && in lcl_SetStyleProperty()1927 pFmt->GetBulletFont()->GetName() != pBulletFontNames[i]) )) in lcl_SetStyleProperty()1934 pBulletFontNames[i],WEIGHT_NORMAL, ITALIC_NONE); in lcl_SetStyleProperty()
Completed in 146 milliseconds