Searched refs:mnLineAscentInclObjs (Results 1 – 2 of 2) sorted by relevance
63 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()
63 const SwTwips mnLineAscentInclObjs; member in objectpositioning::SwAsCharAnchoredObjectPosition
Completed in 17 milliseconds