Lines Matching refs:aCharSet
512 SfxItemSet aCharSet( GetAttrPool(), RES_CHRATR_BEGIN, RES_PARATR_LIST_END-1 ); in InsertTable() local
537 aCharSet.ClearItem(); in InsertTable()
538 pTAFmt->UpdateToSet( nId, aCharSet, in InsertTable()
540 if( aCharSet.Count() ) in InsertTable()
542 SetAttr( aCharSet ); in InsertTable()
801 SfxItemSet aCharSet( GetAttrPool(), RES_CHRATR_BEGIN, RES_PARATR_LIST_END-1 ); in TextToTable() local
835 aCharSet.ClearItem(); in TextToTable()
836 pTAFmt->UpdateToSet( nId, aCharSet, in TextToTable()
838 if( aCharSet.Count() ) in TextToTable()
850 pNd->SetAttr( aCharSet ); in TextToTable()
853 pNd->SetAttr( aCharSet ); in TextToTable()
3786 SfxItemSet aCharSet( pDoc->GetAttrPool(), RES_CHRATR_BEGIN, RES_PARATR_LIST_END-1 ); in lcl_SetAFmtBox() local
3790 pSetPara->rTblFmt.UpdateToSet( nPos, aCharSet, in lcl_SetAFmtBox()
3795 if( aCharSet.Count() ) in lcl_SetAFmtBox()
3803 pNd->SetAttr( aCharSet ); in lcl_SetAFmtBox()