Searched refs:pCurrPart (Results 1 – 1 of 1) sorted by relevance
291 const SwDropPortionPart* pCurrPart = GetPart(); in PaintTxt() local301 while ( pCurrPart ) in PaintTxt()303 ((SwDropPortion*)this)->SetLen( pCurrPart->GetLen() ); in PaintTxt()304 ((SwTxtPaintInfo&)rInf).SetLen( pCurrPart->GetLen() ); in PaintTxt()305 SwFontSave aFontSave( rInf, &pCurrPart->GetFont() ); in PaintTxt()309 ((SwTxtPaintInfo&)rInf).SetIdx( rInf.GetIdx() + pCurrPart->GetLen() ); in PaintTxt()310 ((SwTxtPaintInfo&)rInf).X( rInf.X() + pCurrPart->GetWidth() ); in PaintTxt()311 pCurrPart = pCurrPart->GetFollow(); in PaintTxt()431 const SwDropPortionPart* pCurrPart = GetPart(); in GetTxtSize() local434 while ( pCurrPart && nIdx + pCurrPart->GetLen() < rInf.GetLen() ) in GetTxtSize()[all …]