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()
96 SwCharFmt* pChFmt = 0; in NewFldPortion() local272 pChFmt = ((SwJumpEditField*)pFld)->GetCharFmt(); in NewFldPortion()325 SwAttrPool* pPool = pChFmt->GetAttrSet().GetPool(); in NewFldPortion()329 aTmpSet.Set( pChFmt->GetAttrSet() ); in NewFldPortion()335 … pTmpFnt->SetDiffFnt( &pChFmt->GetAttrSet(), pFrm->GetTxtNode()->getIDocumentSettingAccess() ); in NewFldPortion()
1075 SwCharFmt* pChFmt = pCurNumFmt->GetCharFmt(); in ReadNumSecLevel() local1077 pCurNumFmt->SetBulletFont( FindFontOfItem( pChFmt->GetFont() ) ); in ReadNumSecLevel()1083 if( SFX_ITEM_SET == pChFmt->GetItemState( RES_CHRATR_FONT, sal_False )) in ReadNumSecLevel()1085 if( 1 == pChFmt->GetAttrSet().Count() ) in ReadNumSecLevel()1088 pDoc->DelCharFmt( pChFmt ); in ReadNumSecLevel()1091 pChFmt->ResetFmtAttr( RES_CHRATR_FONT ); in ReadNumSecLevel()
Completed in 30 milliseconds