Lines Matching refs:KSHORT

98     KSHORT nDefTabStop;
119 inline KSHORT GetDefTabStop() const { return nDefTabStop; } in GetDefTabStop()
120 inline void SetDefTabStop( KSHORT nNew ) const in SetDefTabStop()
294 inline KSHORT GetTxtHeight() const;
321 inline KSHORT GetAscent() const;
546 KSHORT nRealWidth; // "echte" Zeilenbreite
547 KSHORT nWidth; // "virtuelle" Zeilenbreite
548 KSHORT nLineHeight; // endgueltige Hoehe nach CalcLine
549 KSHORT nLineNettoHeight; // line height without spacing
550 KSHORT nForcedLeftMargin; // Verschiebung des linken Rands wg. Rahmen
597 inline KSHORT Width() const { return nWidth; } in Width()
598 inline void Width( const KSHORT nNew ) { nWidth = nNew; } in Width()
611 inline KSHORT RealWidth() const { return nRealWidth; } in RealWidth()
612 inline void RealWidth( const KSHORT nNew ) { nRealWidth = nNew; } in RealWidth()
613 inline KSHORT ForcedLeftMargin() const { return nForcedLeftMargin; } in ForcedLeftMargin()
614 inline void ForcedLeftMargin( const KSHORT nN ) { nForcedLeftMargin = nN; } in ForcedLeftMargin()
659 inline KSHORT GetLineHeight() const { return nLineHeight; } in GetLineHeight()
660 inline void SetLineHeight( const KSHORT nNew ) { nLineHeight = nNew; } in SetLineHeight()
661 inline KSHORT GetLineNettoHeight() const { return nLineNettoHeight; } in GetLineNettoHeight()
662 inline void SetLineNettoHeight( const KSHORT nNew ) { nLineNettoHeight = nNew; } in SetLineNettoHeight()
809 inline KSHORT SwTxtSizeInfo::GetAscent() const in GetAscent()
815 inline KSHORT SwTxtSizeInfo::GetTxtHeight() const in GetTxtHeight()