Lines Matching refs:SwDropPortion

123 SwDropPortion::SwDropPortion( const MSHORT nLineCnt,  in SwDropPortion()  function in SwDropPortion
138 SwDropPortion::~SwDropPortion() in ~SwDropPortion()
246 const SwDropPortion* pDrop = (const SwDropPortion*)pFirstPor; in GetDropSize()
283 void SwDropPortion::PaintTxt( const SwTxtPaintInfo &rInf ) const in PaintTxt()
303 ((SwDropPortion*)this)->SetLen( pCurrPart->GetLen() ); in PaintTxt()
315 ((SwDropPortion*)this)->SetLen( nOldLen ); in PaintTxt()
322 void SwDropPortion::PaintDrop( const SwTxtPaintInfo &rInf ) const in PaintDrop()
343 ((SwDropPortion*)this)->Height( nDropHeight + nDropDescent ); in PaintDrop()
344 ((SwDropPortion*)this)->Width( Width() - nX ); in PaintDrop()
345 ((SwDropPortion*)this)->SetAscent( nDropHeight ); in PaintDrop()
363 ((SwDropPortion*)this)->Height( nOldHeight ); in PaintDrop()
364 ((SwDropPortion*)this)->Width( nOldWidth ); in PaintDrop()
365 ((SwDropPortion*)this)->SetAscent( nOldAscent ); in PaintDrop()
373 void SwDropPortion::Paint( const SwTxtPaintInfo &rInf ) const in Paint()
405 sal_Bool SwDropPortion::FormatTxt( SwTxtFormatInfo &rInf ) in FormatTxt()
426 SwPosSize SwDropPortion::GetTxtSize( const SwTxtSizeInfo &rInf ) const in GetTxtSize()
462 xub_StrLen SwDropPortion::GetCrsrOfst( const KSHORT ) const in GetCrsrOfst()
558 SwDropPortion *SwTxtFormatter::NewDropPortion( SwTxtFormatInfo &rInf ) in NewDropPortion()
571 SwDropPortion *pDropPor = 0; in NewDropPortion()
584 pDropPor = new SwDropPortion( GetDropLines(), GetDropHeight(), in NewDropPortion()
587 pDropPor = new SwDropPortion( 0,0,0,pDropFmt->GetDistance() ); in NewDropPortion()
655 const SwDropPortion *pDrop = GetInfo().GetParaPortion()->FindDropPortion(); in PaintDropPortion()
727 void CalcFontSize( SwDropPortion* pDrop, SwTxtFormatInfo &rInf );
740 void SwDropPortion::DeleteDropCapCache() in DeleteDropCapCache()
749 void SwDropCapCache::CalcFontSize( SwDropPortion* pDrop, SwTxtFormatInfo &rInf ) in CalcFontSize()
1003 sal_Bool SwDropPortion::Format( SwTxtFormatInfo &rInf ) in Format()