Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/objectpositioning/
H A Dascharanchoredobjectposition.cxx63 mnLineAscentInclObjs( _nLineAscentInclObjs ), in SwAsCharAnchoredObjectPosition()
194 if( mnFlags & AS_CHAR_INIT && nRelPos < 0 && mnLineAscentInclObjs < -nRelPos ) in CalcPosition()
197 aAnchorPos.X() -= mnLineAscentInclObjs + nRelPos; in CalcPosition()
199 aAnchorPos.Y() -= mnLineAscentInclObjs + nRelPos; in CalcPosition()
386 if( _nObjBoundHeight >= mnLineAscentInclObjs + mnLineDescentInclObjs ) in _GetRelPosToBase()
390 nRelPosToBase -= mnLineAscentInclObjs; in _GetRelPosToBase()
400 … nRelPosToBase -= ( _nObjBoundHeight + mnLineAscentInclObjs - mnLineDescentInclObjs ) / 2; in _GetRelPosToBase()
405 nRelPosToBase -= mnLineAscentInclObjs; in _GetRelPosToBase()
/aoo4110/main/sw/source/core/inc/
H A Dascharanchoredobjectposition.hxx63 const SwTwips mnLineAscentInclObjs; member in objectpositioning::SwAsCharAnchoredObjectPosition

Completed in 23 milliseconds