Lines Matching refs:pCharFmt
406 pCharFmt(0), in SwDocStyleSheet()
443 pCharFmt(rOrg.pCharFmt), in SwDocStyleSheet()
795 ASSERT(pCharFmt, "SwCharFormat fehlt!"); in SetName()
796 if( pCharFmt && pCharFmt->GetName() != rStr ) in SetName()
798 pCharFmt->SetName( rStr ); in SetName()
913 ASSERT( pCharFmt, "SwCharFormat fehlt!" ) in SetParent()
914 if( 0 != ( pFmt = pCharFmt ) && rStr.Len() ) in SetParent()
1027 ASSERT(pCharFmt, "Wo ist das SwCharFmt"); in GetItemSet()
1028 aCoreSet.Put(pCharFmt->GetAttrSet()); in GetItemSet()
1029 if(pCharFmt->DerivedFrom()) in GetItemSet()
1030 aCoreSet.SetParent(&pCharFmt->DerivedFrom()->GetAttrSet()); in GetItemSet()
1155 ASSERT(pCharFmt, "Wo ist das CharFormat"); in SetItemSet()
1156 pFmt = pCharFmt; in SetItemSet()
1572 pCharFmt = lcl_FindCharFmt(rDoc, aName, this, bCreate ); in FillStyleSheet()
1573 bPhysical = 0 != pCharFmt; in FillStyleSheet()
1578 pCharFmt = lcl_FindCharFmt(rDoc, aName, this, sal_True ); in FillStyleSheet()
1581 pFmt = pCharFmt; in FillStyleSheet()
1591 bRet = 0 != pCharFmt || USHRT_MAX != nPoolId; in FillStyleSheet()
1594 pCharFmt = 0; in FillStyleSheet()
1753 pCharFmt = lcl_FindCharFmt( rDoc, aName ); in Create()
1754 if( !pCharFmt ) in Create()
1755 pCharFmt = rDoc.MakeCharFmt(aName, in Create()
1757 pCharFmt->SetAuto( sal_False ); in Create()
1830 return pCharFmt; in GetCharFmt()
1890 pCharFmt = 0; in SetPhysical()
1920 case SFX_STYLE_FAMILY_CHAR : pMod = pCharFmt; break; in IsUsed()
1950 if( !pCharFmt && in GetHelpId()
1951 0 == (pCharFmt = lcl_FindCharFmt( rDoc, aName, 0, sal_False )) ) in GetHelpId()
1956 pTmpFmt = pCharFmt; in GetHelpId()
2047 case SFX_STYLE_FAMILY_CHAR : pTmpFmt = pCharFmt; break; in SetHelpId()