Searched refs:_nObjBoundHeight (Results 1 – 2 of 2) sorted by relevance
359 const SwTwips _nObjBoundHeight, in _GetRelPosToBase() argument373 nRelPosToBase -= _nObjBoundHeight / 2; in _GetRelPosToBase()375 nRelPosToBase -= _nObjBoundHeight; in _GetRelPosToBase()379 nRelPosToBase -= ( _nObjBoundHeight + mnLineAscent - mnLineDescent ) / 2; in _GetRelPosToBase()383 nRelPosToBase += mnLineDescent - _nObjBoundHeight; in _GetRelPosToBase()386 if( _nObjBoundHeight >= mnLineAscentInclObjs + mnLineDescentInclObjs ) in _GetRelPosToBase()400 … nRelPosToBase -= ( _nObjBoundHeight + mnLineAscentInclObjs - mnLineDescentInclObjs ) / 2; in _GetRelPosToBase()410 nRelPosToBase += mnLineDescentInclObjs - _nObjBoundHeight; in _GetRelPosToBase()
90 SwTwips _GetRelPosToBase( const SwTwips _nObjBoundHeight,
Completed in 16 milliseconds