Home
last modified time | relevance | path

Searched refs:nOldPosX (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx333 const KSHORT nOldPosX = (KSHORT)rInf.X(); in PaintDrop() local
335 const Point aOutPos( nOldPosX + nX, nOldPosY - pPara->GetAscent() in PaintDrop()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1203 long nOldPosX = nInitPosX - nLayoutSign * (1 + pRowInfo[ 0 ].pCellInfo[ nX1 ].nWidth); in DrawFrame() local
1204 long nOldSnapX = lclGetSnappedX( *pDev, nOldPosX, bSnapPixel ); in DrawFrame()
1211 long nNewPosX = nOldPosX + pRowInfo[ 0 ].pCellInfo[ nInfoIdx ].nWidth * nLayoutSign; in DrawFrame()
1214 nOldPosX = nNewPosX; in DrawFrame()
H A Dviewdata.cxx1921 SCCOL nOldPosX = pThisTab->nPosX[eWhich]; in SetPosX() local
1925 if ( nNewPosX > nOldPosX ) in SetPosX()
1926 for ( i=nOldPosX; i<nNewPosX; i++ ) in SetPosX()
1933 for ( i=nNewPosX; i<nOldPosX; i++ ) in SetPosX()

Completed in 46 milliseconds