Searched refs:nDropDescent (Results 1 – 4 of 4) sorted by relevance
73 KSHORT nDropDescent; // Abstand zur naechsten Zeile member in SwDropPortion86 const KSHORT nDropDescent,99 inline KSHORT GetDropDescent() const { return nDropDescent; } in GetDropDescent()
139 KSHORT nDropDescent; member in SwTxtMargin186 inline KSHORT GetDropDescent() const { return nDropDescent; } in GetDropDescent()187 inline void SetDropDescent( const KSHORT nNew ) { nDropDescent = nNew; } in SetDropDescent()
130 nDropDescent(nDrpDescent), in SwDropPortion()343 ((SwDropPortion*)this)->Height( nDropHeight + nDropDescent ); in PaintDrop()
388 nDropLeft = nDropLines = nDropHeight = nDropDescent = 0; in DropInit()398 nDropDescent = pPorDrop->GetDropDescent(); in DropInit()
Completed in 52 milliseconds