Searched refs:SwDropPortion (Results 1 – 9 of 9) sorted by relevance
123 SwDropPortion::SwDropPortion( const MSHORT nLineCnt, in SwDropPortion() function in SwDropPortion138 SwDropPortion::~SwDropPortion() in ~SwDropPortion()246 const SwDropPortion* pDrop = (const SwDropPortion*)pFirstPor; in GetDropSize()315 ((SwDropPortion*)this)->SetLen( nOldLen ); in PaintTxt()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()571 SwDropPortion *pDropPor = 0; in NewDropPortion()[all …]
67 class SwDropPortion : public SwTxtPortion class84 SwDropPortion( const MSHORT nLineCnt,88 virtual ~SwDropPortion();
29 class SwDropPortion;62 SwDropPortion *NewDropPortion( SwTxtFormatInfo &rInf );
37 class SwDropPortion;364 const SwDropPortion *FindDropPortion() const;
392 const SwDropPortion *pPorDrop = pPara->FindDropPortion(); in DropInit()1065 nPorAscent = ((SwDropPortion*)pPor)->GetDropHeight(); in _GetCharRect()1072 ((SwDropPortion*)pPor)->GetDropDescent() ); in _GetCharRect()1628 ((SwDropPortion*)pPor)->GetFnt() : NULL ); in GetCrsrOfst()
342 IMPL_OUTOP( SwDropPortion ) in IMPL_OUTOP()924 SvStream &SwDropPortion::operator<<( SvStream &rOs ) const //$ ostream in operator <<()
93 SwDropPortion::DeleteDropCapCache(); in _TextFinit()
2291 const SwDropPortion *SwParaPortion::FindDropPortion() const in FindDropPortion()2302 return (SwDropPortion *)pPos; in FindDropPortion()
834 const SwLinePortion *pDropPor = (SwDropPortion*) pPor->GetPortion(); in CalcDropAdjust()
Completed in 72 milliseconds