Home
last modified time | relevance | path

Searched refs:pChFmt (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sw/source/core/doc/
H A Ddocftn.cxx172 void SwEndNoteInfo::SetCharFmt( SwCharFmt* pChFmt ) in SetCharFmt() argument
174 DBG_ASSERT(pChFmt, "kein CharFmt?"); in SetCharFmt()
175 pChFmt->Add( &((SwClient&)aCharFmtDep) ); in SetCharFmt()
189 void SwEndNoteInfo::SetAnchorCharFmt( SwCharFmt* pChFmt ) in SetAnchorCharFmt() argument
191 DBG_ASSERT(pChFmt, "kein CharFmt?"); in SetAnchorCharFmt()
192 pChFmt->Add( &((SwClient&)aAnchorCharFmtDep) ); in SetAnchorCharFmt()
H A Dlineinfo.cxx135 void SwLineNumberInfo::SetCharFmt( SwCharFmt *pChFmt ) in SetCharFmt() argument
137 ASSERT( pChFmt, "SetCharFmt, 0 is not a valid pointer" ); in SetCharFmt()
138 pChFmt->Add( this ); in SetCharFmt()
H A Dnumber.cxx344 void SwNumFmt::SetCharFmt( SwCharFmt* pChFmt) in SetCharFmt() argument
346 if( pChFmt ) in SetCharFmt()
347 pChFmt->Add( this ); in SetCharFmt()
/aoo42x/main/sw/source/core/text/
H A Dtxtfld.cxx98 SwCharFmt* pChFmt = 0; in NewFldPortion() local
274 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()
/aoo42x/main/sw/source/filter/rtf/
H A Drtfnum.cxx1131 SwCharFmt* pChFmt = pCurNumFmt->GetCharFmt(); in ReadNumSecLevel() local
1133 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