Lines Matching refs:SwTwips
37 SwTwips nTblWidth;
38 SwTwips nSpace;
39 SwTwips nLeftSpace;
40 SwTwips nRightSpace;
56 SwTwips GetLeftSpace() const {return nLeftSpace;} in GetLeftSpace()
57 void SetLeftSpace(SwTwips nSet) {nLeftSpace = nSet;} in SetLeftSpace()
59 SwTwips GetRightSpace() const {return nRightSpace;} in GetRightSpace()
60 void SetRightSpace(SwTwips nSet) {nRightSpace = nSet;} in SetRightSpace()
62 SwTwips GetWidth() const {return nTblWidth;} in GetWidth()
63 void SetWidth(SwTwips nSet) {nTblWidth = nSet;} in SetWidth()
84 SwTwips GetSpace() const { return nSpace;} in GetSpace()
85 void SetSpace(SwTwips nSet) {nSpace = nSet;} in SetSpace()