Lines Matching refs:KSHORT
51 KSHORT nRegDiff; // Zeilenabstand des Registers
79 inline KSHORT RegDiff() const { return nRegDiff; } in RegDiff()
102 inline KSHORT GetLineHeight() const { return pCurr->GetRealHeight(); } in GetLineHeight()
103 void CalcAscentAndHeight( KSHORT &rAscent, KSHORT &rHeight ) const;
137 KSHORT nDropLeft;
138 KSHORT nDropHeight;
139 KSHORT nDropDescent;
150 inline void SetDropLeft( const KSHORT nNew ) { nDropLeft = nNew; } in SetDropLeft()
169 inline KSHORT GetLineWidth() const in GetLineWidth()
170 { return KSHORT( Right() - GetLeftMargin() + 1 ); } in GetLineWidth()
183 inline KSHORT GetDropLeft() const { return nDropLeft; } in GetDropLeft()
184 inline KSHORT GetDropHeight() const { return nDropHeight; } in GetDropHeight()
185 inline void SetDropHeight( const KSHORT nNew ) { nDropHeight = nNew; } in SetDropHeight()
186 inline KSHORT GetDropDescent() const { return nDropDescent; } in GetDropDescent()
187 inline void SetDropDescent( const KSHORT nNew ) { nDropDescent = nNew; } in SetDropDescent()