Home
last modified time | relevance | path

Searched refs:nOldLeft (Results 1 – 4 of 4) sorted by path

/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx3248 const long nOldLeft = (Frm().*fnRect->fnGetLeft)(); in Format() local
3264 nOldLeft == (Frm().*fnRect->fnGetLeft)() && in Format()
/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()
590 -rPropInfo.nLeftMargin > nOldLeft ) in InsertAttrs()
593 nLeft = nOldLeft + static_cast< sal_uInt16 >(rPropInfo.nLeftMargin); in InsertAttrs()
/trunk/main/sw/source/ui/table/
H A Dswtablerep.cxx138 long nOldLeft = rTabCols.GetLeft(), in FillTabCols() local
227 if(Abs((long)nOldLeft - (long)rTabCols.GetLeft()) < 3) in FillTabCols()
228 rTabCols.SetLeft(nOldLeft); in FillTabCols()
/trunk/main/vcl/source/gdi/
H A Dregband.cxx662 long nOldLeft( pSep->mnXLeft ); in XOr() local
670 if( nXRight < nOldLeft ) in XOr()
692 else if( nXLeft == nOldLeft && nXRight == nOldRight ) in XOr()
699 else if( nXLeft != nOldLeft && nXRight == nOldRight ) in XOr()
702 if( nXLeft < nOldLeft ) in XOr()
704 nXRight = nOldLeft; // 5b in XOr()
709 nXLeft = nOldLeft; in XOr()
718 else if( nXLeft == nOldLeft && nXRight != nOldRight ) in XOr()
776 if( nXLeft < nOldLeft ) in XOr()
777 ::std::swap( nOldLeft, nXLeft ); in XOr()
[all …]

Completed in 26 milliseconds