Home
last modified time | relevance | path

Searched refs:nRelPosX (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/objectpositioning/
H A Dtolayoutanchoredobjectposition.cxx176 SwTwips nRelPosX; in CalcPosition() local
186 nRelPosX = aHori.GetPos(); in CalcPosition()
190 nRelPosX = (nWidth / 2) - (nObjWidth / 2); in CalcPosition()
192 nRelPosX = nWidth - ( nObjWidth + in CalcPosition()
195 nRelPosX = bVert ? rUL.GetUpper() : rLR.GetLeft(); in CalcPosition()
196 nRelPosX += nOffset; in CalcPosition()
201 if ( !bFlyAtFly && nRelPosX < 0 ) in CalcPosition()
203 nRelPosX = 0; in CalcPosition()
215 aRelPos.Y() = nRelPosX; in CalcPosition()
220 aRelPos.X() = nRelPosX; in CalcPosition()
[all …]
H A Danchoredobjectposition.cxx819 SwTwips nRelPosX = nOffset; in _CalcRelPosX() local
827 nRelPosX -= _rHoriOrient.GetPos(); in _CalcRelPosX()
829 nRelPosX += _rHoriOrient.GetPos(); in _CalcRelPosX()
835 nRelPosX += nWidth - nObjWidth - _rHoriOrient.GetPos(); in _CalcRelPosX()
839 nRelPosX += _rHoriOrient.GetPos(); in _CalcRelPosX()
843 nRelPosX += (nWidth / 2) - (nObjWidth / 2); in _CalcRelPosX()
845 nRelPosX += nWidth - in _CalcRelPosX()
857 nRelPosX += (*fnRect->fnXDiff)( nLeftOrient, nLeftAnchor ); in _CalcRelPosX()
898 nRelPosX = _AdjustHoriRelPos( rEnvironmentLayFrm, nRelPosX ); in _CalcRelPosX()
909 nRelPosX = _AdjustHoriRelPosForDrawAside( _rHoriOrientFrm, in _CalcRelPosX()
[all …]
H A Dtocntntanchoredobjectposition.cxx1047 SwTwips nRelPosX = _CalcRelPosX( *pHoriOrientFrm, aEnvOfObj, in CalcPosition() local
1056 aRelPos.Y() = nRelPosX; in CalcPosition()
1061 aRelPos.X() = nRelPosX; in CalcPosition()
1068 SwTwips nAttrRelPosX = nRelPosX - nHoriOffsetToFrmAnchorPos; in CalcPosition()
/trunk/main/sc/source/core/data/
H A Dcell2.cxx1264 SCsCOL nRelPosX = aOldPos.Col(); in UpdateTranspose() local
1267 … ScRefUpdate::DoTranspose( nRelPosX, nRelPosY, nRelPosZ, pDocument, aDestRange, rSource.aStart ); in UpdateTranspose()
1268 aOldPos.Set( nRelPosX, nRelPosY, nRelPosZ ); in UpdateTranspose()

Completed in 34 milliseconds