Lines Matching refs:KSHORT
33 KSHORT nWidth;
34 KSHORT nHeight;
36 inline SwPosSize( const KSHORT nW = 0, const KSHORT nH = 0 ) in SwPosSize()
39 : nWidth(KSHORT(rSize.Width())), nHeight(KSHORT(rSize.Height())){ } in SwPosSize()
40 inline KSHORT Height() const { return nHeight; } in Height()
41 inline void Height( const KSHORT nNew ) { nHeight = nNew; } in Height()
42 inline KSHORT Width() const { return nWidth; } in Width()
43 inline void Width( const KSHORT nNew ) { nWidth = nNew; } in Width()
61 nWidth = KSHORT(rSize.Width()); in SvLSize()
62 nHeight = KSHORT(rSize.Height()); in SvLSize()
67 nHeight = KSHORT(rSize.Width()); in SvXSize()
68 nWidth = KSHORT(rSize.Height()); in SvXSize()
73 nWidth = KSHORT(rSize.Width()); in operator =()
74 nHeight = KSHORT(rSize.Height()); in operator =()