Searched refs:pChFmt (Results 1 – 5 of 5) sorted by relevance
172 void SwEndNoteInfo::SetCharFmt( SwCharFmt* pChFmt ) in SetCharFmt() argument174 DBG_ASSERT(pChFmt, "kein CharFmt?"); in SetCharFmt()175 pChFmt->Add( &((SwClient&)aCharFmtDep) ); in SetCharFmt()189 void SwEndNoteInfo::SetAnchorCharFmt( SwCharFmt* pChFmt ) in SetAnchorCharFmt() argument191 DBG_ASSERT(pChFmt, "kein CharFmt?"); in SetAnchorCharFmt()192 pChFmt->Add( &((SwClient&)aAnchorCharFmtDep) ); in SetAnchorCharFmt()
135 void SwLineNumberInfo::SetCharFmt( SwCharFmt *pChFmt ) in SetCharFmt() argument137 ASSERT( pChFmt, "SetCharFmt, 0 is not a valid pointer" ); in SetCharFmt()138 pChFmt->Add( this ); in SetCharFmt()
344 void SwNumFmt::SetCharFmt( SwCharFmt* pChFmt) in SetCharFmt() argument346 if( pChFmt ) in SetCharFmt()347 pChFmt->Add( this ); in SetCharFmt()
98 SwCharFmt* pChFmt = 0; in NewFldPortion() local274 pChFmt = ((SwJumpEditField*)pFld)->GetCharFmt(); in NewFldPortion()327 SwAttrPool* pPool = pChFmt->GetAttrSet().GetPool(); in NewFldPortion()331 aTmpSet.Set( pChFmt->GetAttrSet() ); in NewFldPortion()337 pTmpFnt->SetDiffFnt( &pChFmt->GetAttrSet(), pFrm->GetTxtNode()->getIDocumentSettingAccess() ); in NewFldPortion()
1131 SwCharFmt* pChFmt = pCurNumFmt->GetCharFmt(); in ReadNumSecLevel() local1133 pCurNumFmt->SetBulletFont( FindFontOfItem( pChFmt->GetFont() ) ); in ReadNumSecLevel()1139 if( SFX_ITEM_SET == pChFmt->GetItemState( RES_CHRATR_FONT, sal_False )) in ReadNumSecLevel()1141 if( 1 == pChFmt->GetAttrSet().Count() ) in ReadNumSecLevel()1144 pDoc->DelCharFmt( pChFmt ); in ReadNumSecLevel()1147 pChFmt->ResetFmtAttr( RES_CHRATR_FONT ); in ReadNumSecLevel()
Completed in 139 milliseconds