Home
last modified time | relevance | path

Searched refs:nItalicRightSpace (Results 1 – 2 of 2) sorted by relevance

/trunk/main/starmath/source/
H A Drect.cxx99 nItalicLeftSpace = nItalicRightSpace = in SmRect()
120 nItalicRightSpace = rRect.nItalicRightSpace; in SmRect()
197 nItalicRightSpace = aGlyphRect.Right() - GetRight() + nBorderWidth; in BuildRect()
200 if (nItalicRightSpace < 0 && !bAllowSmaller) in BuildRect()
201 nItalicRightSpace = 0; in BuildRect()
266 nItalicLeftSpace = nItalicRightSpace = 0; in SmRect()
/trunk/main/starmath/inc/
H A Drect.hxx100 nItalicRightSpace, member in SmRect
151 long GetItalicRightSpace() const { return nItalicRightSpace; } in GetItalicRightSpace()
222 nItalicRightSpace = nRightSpace; in SetItalicSpaces()

Completed in 16 milliseconds