Lines Matching refs:pColl
244 SwTxtFmtColl *pColl = mpDoc->GetTxtCollFromPool(RES_POOLCOLL_STANDARD); in InitNew() local
245 pColl->ResetFmtAttr(nFontWhich); in InitNew()
254 SwTxtFmtColl *pColl = mpDoc->GetTxtCollFromPool(RES_POOLCOLL_STANDARD); in InitNew() local
255 pColl->ResetFmtAttr(aFontHeightWhich[i]); in InitNew()
292 SwTxtFmtColl *pColl = 0; in InitNew() local
301 pColl = mpDoc->GetTxtCollFromPool(aFontIdPoolId[nIdx + 1]); in InitNew()
303 SFX_ITEM_SET != pColl->GetAttrSet().GetItemState( in InitNew()
306 pColl->SetFmtAttr(SvxFontItem(aFont.GetFamily(), aFont.GetName(), in InitNew()
313 if(!pColl) in InitNew()
314 pColl = mpDoc->GetTxtCollFromPool(aFontIdPoolId[nIdx + 1]); in InitNew()
315 …SvxFontHeightItem aFontHeight( (const SvxFontHeightItem&)pColl->GetFmtAttr( nFontHeightWhich, sal_… in InitNew()
319 pColl->SetFmtAttr( aFontHeight ); in InitNew()