Searched refs:nDropHeight (Results 1 – 5 of 5) sorted by relevance
129 nDropHeight(nDrpHeight), in SwDropPortion()289 ASSERT( nDropHeight && pPart && nLines != 1, "Drop Portion painted twice" ); in PaintTxt()325 if( ! nDropHeight || ! pPart || nLines == 1 ) in PaintDrop()340 ((SwTxtPaintInfo&)rInf).Y( aOutPos.Y() + nDropHeight ); in PaintDrop()343 ((SwDropPortion*)this)->Height( nDropHeight + nDropDescent ); in PaintDrop()345 ((SwDropPortion*)this)->SetAscent( nDropHeight ); in PaintDrop()376 if( ! nDropHeight || ! pPart || 1 == nLines ) in Paint()1011 if( nDropHeight && pPart && nLines!=1 ) in Format()1058 bFull = lcl_IsDropFlyInter( rInf, Width(), nDropHeight ); in Format()1067 nDropHeight = nLines = 0; in Format()[all …]
72 KSHORT nDropHeight; // Hoehe member in SwDropPortion85 const KSHORT nDropHeight,98 inline KSHORT GetDropHeight() const { return nDropHeight; } in GetDropHeight()
138 KSHORT nDropHeight; member in SwTxtMargin184 inline KSHORT GetDropHeight() const { return nDropHeight; } in GetDropHeight()185 inline void SetDropHeight( const KSHORT nNew ) { nDropHeight = nNew; } in SetDropHeight()
929 if( pPart && nDropHeight ) in operator <<()931 rOs << " H:" << nDropHeight; in operator <<()
388 nDropLeft = nDropLines = nDropHeight = nDropDescent = 0; in DropInit()397 nDropHeight = pPorDrop->GetDropHeight(); in DropInit()
Completed in 39 milliseconds