Lines Matching refs:pChar
437 SwCharFmt* pChar = mpWrtShell->GetCurCharFmt(); in ExecStyleSheet() local
438 if( pChar ) in ExecStyleSheet()
439 aParam = pChar->GetName(); in ExecStyleSheet()
1062 SwCharFmt* pChar = pStyle->GetCharFmt(); in UpdateStyle() local
1063 if( pChar && !pChar->IsDefault() ) in UpdateStyle()
1066 pCurrWrtShell->FillByEx(pChar); in UpdateStyle()
1197 SwCharFmt* pChar = pStyle->GetCharFmt(); in MakeByExample() local
1198 if(pChar && !pChar->IsDefault()) in MakeByExample()
1201 pCurrWrtShell->FillByEx( pChar ); in MakeByExample()
1202 pChar->SetDerivedFrom( pCurrWrtShell->GetCurCharFmt() ); in MakeByExample()
1203 SwFmtCharFmt aFmt( pChar ); in MakeByExample()