Lines Matching refs:InsertAttr

665 				InsertAttr( SwFmtFld( aFld ) );  in Continue()
3329 void SwHTMLParser::InsertAttr( const SfxPoolItem& rItem, sal_Bool bLikePara, in InsertAttr() function in SwHTMLParser
3345 InsertAttr( pAttr->GetItem() ); in InsertAttrs()
3456 InsertAttr( ppAttr ,rItem, pCntxt ); in NewStdAttr()
3460 InsertAttr( ppAttr2, *pItem2, pCntxt ); in NewStdAttr()
3465 InsertAttr( ppAttr3, *pItem3, pCntxt ); in NewStdAttr()
3548 InsertAttr( &aAttrTab.pFontHeight, aFontHeight, pCntxt ); in NewBasefontAttr()
3550 InsertAttr( &aAttrTab.pFontHeightCJK, aFontHeight, pCntxt ); in NewBasefontAttr()
3552 InsertAttr( &aAttrTab.pFontHeightCTL, aFontHeight, pCntxt ); in NewBasefontAttr()
3765 InsertAttr( &aAttrTab.pFontHeight, aFontHeight, pCntxt ); in NewFontAttr()
3767 InsertAttr( &aAttrTab.pFontHeightCJK, aFontHeight, pCntxt ); in NewFontAttr()
3769 InsertAttr( &aAttrTab.pFontHeightCTL, aFontHeight, pCntxt ); in NewFontAttr()
3772 InsertAttr( &aAttrTab.pFontColor, SvxColorItem(aColor, RES_CHRATR_COLOR), pCntxt ); in NewFontAttr()
3776 InsertAttr( &aAttrTab.pFont, aFont, pCntxt ); in NewFontAttr()
3778 InsertAttr( &aAttrTab.pFontCJK, aFont, pCntxt ); in NewFontAttr()
3780 InsertAttr( &aAttrTab.pFontCTL, aFont, pCntxt ); in NewFontAttr()
3861 InsertAttr( &aAttrTab.pAdjust, SvxAdjustItem(eParaAdjust, RES_PARATR_ADJUST), pCntxt ); in NewPara()
3996 InsertAttr( &aAttrTab.pAdjust, SvxAdjustItem(eParaAdjust, RES_PARATR_ADJUST), pCntxt ); in NewHeading()
4760 InsertAttr( &aAttrTab.pCharFmts, SwFmtCharFmt( pCFmt ), pCntxt ); in NewCharFmt()
5407 InsertAttr( aFmtFld ); in ParseMoreMetaOptions()