Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/objectpositioning/
H A Dascharanchoredobjectposition.cxx359 const SwTwips _nObjBoundHeight, in _GetRelPosToBase() argument
373 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()
/trunk/main/sw/source/core/inc/
H A Dascharanchoredobjectposition.hxx90 SwTwips _GetRelPosToBase( const SwTwips _nObjBoundHeight,

Completed in 31 milliseconds