Home
last modified time | relevance | path

Searched refs:pCFmt (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmlcss1.cxx1125 if( pCFmt ) in StyleParsed()
1132 pParentCFmt = pCFmt; in StyleParsed()
1135 if( !pCFmt ) in StyleParsed()
1213 SwCharFmt *pCFmt = 0; in GetChrFmt() local
1222 if( !pCFmt ) in GetChrFmt()
1242 pCFmt = pClassCFmt; in GetChrFmt()
1249 pCFmt = pDoc->MakeCharFmt( aTmp, pCFmt ); in GetChrFmt()
1257 return pCFmt; in GetChrFmt()
1574 SwCharFmt *pCFmt = 0; in FillDropCap() local
1594 if( !pCFmt ) in FillDropCap()
[all …]
H A Dcss1atr.cxx680 const SwCharFmt *pCFmt = (*pDoc->GetCharFmts())[i]; in OutStyleSheet() local
681 sal_uInt16 nPoolId = pCFmt->GetPoolFmtId(); in OutStyleSheet()
684 pDoc->IsUsed( *pCFmt ) ) in OutStyleSheet()
685 OutCSS1_SwFmt( *this, *pCFmt, pDoc, pTemplate ); in OutStyleSheet()
H A Dswhtml.cxx4710 SwCharFmt* pCFmt = pCSS1Parser->GetChrFmt( static_cast< sal_uInt16 >(nToken), aClass ); in NewCharFmt() local
4711 ASSERT( pCFmt, "no character template found for token" ); in NewCharFmt()
4732 if( pCFmt ) in NewCharFmt()
4733 InsertAttr( &aAttrTab.pCharFmts, SwFmtCharFmt( pCFmt ), pCntxt ); in NewCharFmt()
/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx498 * pCFmt = pFmt->GetCharFmt(); in lcl_IsEqual() local
499 if( pOCFmt && pCFmt ) in lcl_IsEqual()
501 bRet = 0 != (pCFmt->GetAttrSet() == pOCFmt->GetAttrSet()); in lcl_IsEqual()
504 bRet = !pCFmt && !pOCFmt; in lcl_IsEqual()
511 ((SwNumFmt*)pFmt)->SetCharFmt( pCFmt ); in lcl_IsEqual()
772 SwCharFmt* pCFmt = rNFmt.GetCharFmt(); in RemoveUnusedNumRule() local
773 if( pCFmt ) in RemoveUnusedNumRule()
776 if( !pCFmt->GetDepends() ) in RemoveUnusedNumRule()
777 pDoc->DelCharFmt( pCFmt ); in RemoveUnusedNumRule()
/trunk/main/sw/source/ui/app/
H A Ddocst.cxx575 SwCharFmt* pCFmt = mpWrtShell->FindCharFmtByName( rParent ); in Edit() local
576 if(!pCFmt) in Edit()
580 pCFmt = mpWrtShell->GetCharFmtFromPool( nId ); in Edit()
583 pDStyle->GetCharFmt()->SetDerivedFrom( pCFmt ); in Edit()
588 SwCharFmt* pCFmt = mpWrtShell->GetCurCharFmt(); in Edit() local
589 pDStyle->GetCharFmt()->SetDerivedFrom( pCFmt ); in Edit()
590 if( pCFmt ) in Edit()
591 pDStyle->PresetParent( pCFmt->GetName() ); in Edit()
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx230 SwCharFmt* pCFmt = pDoc->FindCharFmtByName( rCharStyleName ); in SwNumFmt() local
231 if( !pCFmt ) in SwNumFmt()
235 pCFmt = nId != USHRT_MAX in SwNumFmt()
239 pCFmt->Add( this ); in SwNumFmt()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx1503 SwCharFmt* pCFmt = pDoc->GetCharFmtFromPool( in BuildEnum() local
1547 aFmt.SetCharFmt( pCFmt ); in BuildEnum()
1594 SwCharFmt* pCFmt = pDoc->GetCharFmtFromPool( in BuildEnum() local
1606 aFmt.SetCharFmt( pCFmt ); in BuildEnum()
1636 aFmt.SetCharFmt( pCFmt ); in BuildEnum()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx3174 const SwCharFmt* pCFmt = pOutArr in WriteFtnBegin() local
3181 SwWW8Writer::InsUInt16( aAttrArr, GetId( *pCFmt ) ); in WriteFtnBegin()
3217 pCFmt = pInfo->GetCharFmt( *pDoc ); in WriteFtnBegin()
3218 aSet.Set( pCFmt->GetAttrSet() ); in WriteFtnBegin()

Completed in 94 milliseconds