Lines Matching refs:pCharFmt

405     pCharFmt(0),  in SwDocStyleSheet()
451 pCharFmt(rOrg.pCharFmt), in SwDocStyleSheet()
846 ASSERT(pCharFmt, "SwCharFormat fehlt!"); in SetName()
847 if( pCharFmt && pCharFmt->GetName() != rStr ) in SetName()
849 pCharFmt->SetName( rStr ); in SetName()
964 ASSERT( pCharFmt, "SwCharFormat fehlt!" ) in SetParent()
965 if( 0 != ( pFmt = pCharFmt ) && rStr.Len() ) in SetParent()
1078 ASSERT(pCharFmt, "Wo ist das SwCharFmt"); in GetItemSet()
1079 aCoreSet.Put(pCharFmt->GetAttrSet()); in GetItemSet()
1080 if(pCharFmt->DerivedFrom()) in GetItemSet()
1081 aCoreSet.SetParent(&pCharFmt->DerivedFrom()->GetAttrSet()); in GetItemSet()
1221 ASSERT(pCharFmt, "Wo ist das CharFormat"); in SetItemSet()
1222 pFmt = pCharFmt; in SetItemSet()
1646 pCharFmt = lcl_FindCharFmt(rDoc, aName, this, bCreate ); in FillStyleSheet()
1647 bPhysical = 0 != pCharFmt; in FillStyleSheet()
1652 pCharFmt = lcl_FindCharFmt(rDoc, aName, this, sal_True ); in FillStyleSheet()
1655 pFmt = pCharFmt; in FillStyleSheet()
1665 bRet = 0 != pCharFmt || USHRT_MAX != nPoolId; in FillStyleSheet()
1668 pCharFmt = 0; in FillStyleSheet()
1827 pCharFmt = lcl_FindCharFmt( rDoc, aName ); in Create()
1828 if( !pCharFmt ) in Create()
1829 pCharFmt = rDoc.MakeCharFmt(aName, in Create()
1831 pCharFmt->SetAuto( sal_False ); in Create()
1904 return pCharFmt; in GetCharFmt()
1964 pCharFmt = 0; in SetPhysical()
1994 case SFX_STYLE_FAMILY_CHAR : pMod = pCharFmt; break; in IsUsed()
2024 if( !pCharFmt && in GetHelpId()
2025 0 == (pCharFmt = lcl_FindCharFmt( rDoc, aName, 0, sal_False )) ) in GetHelpId()
2030 pTmpFmt = pCharFmt; in GetHelpId()
2121 case SFX_STYLE_FAMILY_CHAR : pTmpFmt = pCharFmt; break; in SetHelpId()