| /trunk/main/vcl/source/gdi/ |
| H A D | regband.cxx | 393 void ImplRegionBand::Union( long nXLeft, long nXRight ) in Union() argument 395 DBG_ASSERT( nXLeft <= nXRight, "ImplRegionBand::Union(): nxLeft > nXRight" ); in Union() 402 mpFirstSep->mnXRight = nXRight; in Union() 415 if ( (nXLeft >= pSep->mnXLeft) && (nXRight <= pSep->mnXRight) ) in Union() 419 if ( nXRight < pSep->mnXLeft ) in Union() 423 pNewSep->mnXRight = nXRight; in Union() 435 if ( (nXRight >= pSep->mnXLeft) && (nXLeft <= pSep->mnXLeft) ) in Union() 439 if ( (nXLeft <= pSep->mnXRight) && (nXRight > pSep->mnXRight) ) in Union() 441 pSep->mnXRight = nXRight; in Union() 450 pNewSep->mnXRight = nXRight; in Union() [all …]
|
| H A D | regionband.cxx | 257 long nXRight; in load() local 260 rIStrm >> nXRight; in load() 265 pCurrBand->Union( nXLeft, nXRight ); in load() 1205 long nXRight(mpFirstBand->GetXRightBoundary()); in GetBoundRect() local 1214 nXRight = std::max( nXRight, pBand->GetXRightBoundary() ); in GetBoundRect() 1219 return Rectangle( nXLeft, nYTop, nXRight, nYBottom ); in GetBoundRect()
|
| H A D | sallayout.cxx | 1452 long nXRight = nXPos + pG->mnOrigWidth; in GetCaretPositions() local 1459 pCaretXArray[ nCurrIdx+1 ] = nXRight; in GetCaretPositions() 1464 pCaretXArray[ nCurrIdx ] = nXRight; in GetCaretPositions()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | gridwin4.cxx | 443 SCCOL nXRight = nPosX + pViewData->VisibleCellsX(eHWhich); in Draw() local 444 if (nXRight > MAXCOL) nXRight = MAXCOL; in Draw() 450 maVisibleRange.mnCol2 = nXRight; in Draw() 454 if (nX1 > nXRight || nY1 > nYBottom) in Draw() 456 if (nX2 > nXRight) nX2 = nXRight; in Draw() 460 if (nX2 < nXRight) in Draw() 461 nX2 = nXRight; // zum Weiterzeichnen in Draw() 1512 SCCOL nXRight = nPosX + pViewData->VisibleCellsX(eHWhich); in InvertSimple() local 1513 if (nXRight > MAXCOL) nXRight = MAXCOL; in InvertSimple() 1517 if (nX1 > nXRight || nY1 > nYBottom) in InvertSimple() [all …]
|
| H A D | gridwin.cxx | 5185 SCCOL nXRight = nPosX + pViewData->VisibleCellsX(eHWhich); in UpdateVisibleRange() local 5186 if (nXRight > MAXCOL) nXRight = MAXCOL; in UpdateVisibleRange() 5192 maVisibleRange.mnCol2 = nXRight; in UpdateVisibleRange()
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | regband.hxx | 120 void Union( long nXLeft, long nXRight ); 121 void Intersect( long nXLeft, long nXRight ); 122 void Exclude( long nXLeft, long nXRight ); 123 void XOr( long nXLeft, long nXRight );
|
| /trunk/main/svx/source/table/ |
| H A D | viewcontactoftableobj.cxx | 645 const sal_Int32 nXRight(bIsRTL ? nX - nXSpan : nX + nXSpan); in createViewIndependentPrimitive2DSequence() local 651 … impGetLine(aRightLine, rTableLayouter, nXRight, nY, false, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence() 664 bIsRTL ? 0 == nXRight : nXRight == nColCount, in createViewIndependentPrimitive2DSequence()
|
| /trunk/main/vcl/os2/source/gdi/ |
| H A D | os2layout.cxx | 690 long nXRight = nXPos + mpCharWidths[ nCurrIdx ]; local 696 pCaretXArray[ nCurrIdx+1 ] = nXRight; 701 pCaretXArray[ nCurrIdx ] = nXRight;
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | srcview.cxx | 163 long nXRight = aSz.Width()-RMARGPRN+nBorder; in TYPEINIT1() local 167 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in TYPEINIT1() 189 rOutDev.DrawLine( Point( nXLeft, nY ), Point( nXRight, nY ) ); in TYPEINIT1()
|
| /trunk/main/basctl/source/dlged/ |
| H A D | dlged.cxx | 1262 long nXRight = aSz.Width()-RMARGPRN+nBorder; in lcl_PrintHeader() local 1266 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in lcl_PrintHeader() 1274 pPrinter->DrawLine( Point( nXLeft, nY ), Point( nXRight, nY ) ); in lcl_PrintHeader()
|
| /trunk/main/basctl/source/basicide/ |
| H A D | baside2.cxx | 131 long nXRight = aSz.Width()-RMARGPRN+nBorder; in lcl_PrintHeader() local 136 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in lcl_PrintHeader() 161 pPrinter->DrawLine( Point( nXLeft, nY ), Point( nXRight, nY ) ); in lcl_PrintHeader()
|
| /trunk/main/vcl/win/source/gdi/ |
| H A D | winlayout.cxx | 764 long nXRight = nXPos + mpCharWidths[ nCurrIdx ]; local 770 pCaretXArray[ nCurrIdx+1 ] = nXRight; 775 pCaretXArray[ nCurrIdx ] = nXRight;
|
| /trunk/main/editeng/source/editeng/ |
| H A D | impedit2.cxx | 3970 long nXRight = nXLeft + pPortion->GetSize().Width(); in GetChar() local 3971 if ( ( nXLeft <= nXPos ) && ( nXRight >= nXPos ) ) in GetChar() 3984 long nRightDiff = nXRight-nXPos; in GetChar() 3997 nXInPortion = nXRight - nXPos; in GetChar()
|