Home
last modified time | relevance | path

Searched refs:SwDropPortion (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx123 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()
[all …]
H A Dpordrop.hxx67 class SwDropPortion : public SwTxtPortion class
84 SwDropPortion( const MSHORT nLineCnt,
88 virtual ~SwDropPortion();
H A Ditrform2.hxx29 class SwDropPortion;
62 SwDropPortion *NewDropPortion( SwTxtFormatInfo &rInf );
H A Dporlay.hxx37 class SwDropPortion;
364 const SwDropPortion *FindDropPortion() const;
H A Ditrcrsr.cxx392 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()
H A Dtxtio.cxx342 IMPL_OUTOP( SwDropPortion ) in IMPL_OUTOP()
924 SvStream &SwDropPortion::operator<<( SvStream &rOs ) const //$ ostream in operator <<()
H A Dtxtinit.cxx93 SwDropPortion::DeleteDropCapCache(); in _TextFinit()
H A Dporlay.cxx2291 const SwDropPortion *SwParaPortion::FindDropPortion() const in FindDropPortion()
2302 return (SwDropPortion *)pPos; in FindDropPortion()
H A Ditradj.cxx834 const SwLinePortion *pDropPor = (SwDropPortion*) pPor->GetPortion(); in CalcDropAdjust()