Searched refs:nOldRight (Results 1 – 8 of 8) sorted by relevance
663 long nOldRight( pSep->mnXRight ); in XOr() local668 if( nXLeft <= nOldRight ) in XOr()692 else if( nXLeft == nOldLeft && nXRight == nOldRight ) in XOr()699 else if( nXLeft != nOldLeft && nXRight == nOldRight ) in XOr()718 else if( nXLeft == nOldLeft && nXRight != nOldRight ) in XOr()722 if( nXRight > nOldRight ) in XOr()724 nXLeft = nOldRight+1; // 6b in XOr()781 if( nXRight < nOldRight ) in XOr()783 ::std::swap( nOldRight, nXRight ); in XOr()791 DBG_ASSERT( nOldLeft<nXLeft && nXLeft<=nOldRight && nOldRight<nXRight, in XOr()[all …]
196 const long nOldRight = aSrcRect.Right(); in ImplDrawOutDevDirect() local204 rPosAry.mnSrcWidth -= (nOldRight - aSrcRect.Right()); in ImplDrawOutDevDirect()277 long nOldRight = aSrcRect.Right(); in DrawOutDev() local285 aPosAry.mnSrcWidth -= nOldRight-aSrcRect.Right(); in DrawOutDev()410 long nOldRight = aSrcRect.Right(); in CopyArea() local416 aPosAry.mnSrcWidth -= nOldRight-aSrcRect.Right(); in CopyArea()
565 sal_uInt16 nOldLeft = 0, nOldRight = 0; in InsertAttrs() local569 GetMarginsFromContext( nOldLeft, nOldRight, nOldIndent, in InsertAttrs()574 sal_uInt16 nLeft = nOldLeft, nRight = nOldRight; in InsertAttrs()601 -rPropInfo.nRightMargin > nOldRight ) in InsertAttrs()604 nRight = nOldRight + static_cast< sal_uInt16 >(rPropInfo.nRightMargin); in InsertAttrs()
139 nOldRight = rTabCols.GetRight(); in FillTabCols() local230 if(Abs((long)nOldRight - (long)rTabCols.GetRight()) < 3) in FillTabCols()231 rTabCols.SetRight(nOldRight); in FillTabCols()
447 const sal_Int32 nOldRight = aOldBox.X + aOldBox.Width; in mouseDragged() local509 const sal_Int32 nWidth = ::std::max(nOldRight,nRight) - nLeft; in mouseDragged()
1214 const double nOldRight (nRight); in GetCharacterBounds() local1216 nLeft = rLine.mnWidth - nOldRight; in GetCharacterBounds()
1515 const sal_uInt16 nOldRight = static_cast<sal_uInt16>(aTabCols.GetRight()); in AdjustCellWidth() local1582 if( !bBalance && nNewRight < nOldRight ) in AdjustCellWidth()
1192 long nOldRight = aArea.Right(); in EditGrowX() local1347 aArea.Left() = nOldRight; in EditGrowX()
Completed in 62 milliseconds