Home
last modified time | relevance | path

Searched refs:nOldRight (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dregband.cxx663 long nOldRight( pSep->mnXRight ); in XOr() local
668 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 …]
H A Doutdev2.cxx196 const long nOldRight = aSrcRect.Right(); in ImplDrawOutDevDirect() local
204 rPosAry.mnSrcWidth -= (nOldRight - aSrcRect.Right()); in ImplDrawOutDevDirect()
277 long nOldRight = aSrcRect.Right(); in DrawOutDev() local
285 aPosAry.mnSrcWidth -= nOldRight-aSrcRect.Right(); in DrawOutDev()
410 long nOldRight = aSrcRect.Right(); in CopyArea() local
416 aPosAry.mnSrcWidth -= nOldRight-aSrcRect.Right(); in CopyArea()
/trunk/main/sw/source/filter/html/
H A Dhtmlctxt.cxx565 sal_uInt16 nOldLeft = 0, nOldRight = 0; in InsertAttrs() local
569 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()
/trunk/main/sw/source/ui/table/
H A Dswtablerep.cxx139 nOldRight = rTabCols.GetRight(); in FillTabCols() local
230 if(Abs((long)nOldRight - (long)rTabCols.GetRight()) < 3) in FillTabCols()
231 rTabCols.SetRight(nOldRight); in FillTabCols()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneBorderManager.cxx447 const sal_Int32 nOldRight = aOldBox.X + aOldBox.Width; in mouseDragged() local
509 const sal_Int32 nWidth = ::std::max(nOldRight,nRight) - nLeft; in mouseDragged()
H A DPresenterTextView.cxx1214 const double nOldRight (nRight); in GetCharacterBounds() local
1216 nLeft = rLine.mnWidth - nOldRight; in GetCharacterBounds()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx1515 const sal_uInt16 nOldRight = static_cast<sal_uInt16>(aTabCols.GetRight()); in AdjustCellWidth() local
1582 if( !bBalance && nNewRight < nOldRight ) in AdjustCellWidth()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1192 long nOldRight = aArea.Right(); in EditGrowX() local
1347 aArea.Left() = nOldRight; in EditGrowX()

Completed in 59 milliseconds