/aoo41x/main/vcl/source/gdi/ |
H A D | regband.cxx | 402 mpFirstSep->mnXRight = nXRight; in Union() 419 if ( nXRight < pSep->mnXLeft ) in Union() 423 pNewSep->mnXRight = nXRight; in Union() 441 pSep->mnXRight = nXRight; in Union() 450 pNewSep->mnXRight = nXRight; in Union() 490 (nXRight >= pSep->mnXLeft) ) in Intersect() 491 pSep->mnXRight = nXRight; in Intersect() 496 (nXRight >= pSep->mnXRight) ) in Intersect() 502 pSep->mnXRight = nXRight; in Intersect() 546 pSep->mnXLeft = nXRight+1; in Exclude() [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()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | gridwin4.cxx | 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() 1513 if (nXRight > MAXCOL) nXRight = MAXCOL; in InvertSimple() 1517 if (nX1 > nXRight || nY1 > nYBottom) in InvertSimple() 1519 if (nX2 > nXRight) nX2 = nXRight; in InvertSimple() 1701 if (nXRight > MAXCOL) nXRight = MAXCOL; in GetSelectionRects() 1705 if (nX1 > nXRight || nY1 > nYBottom) in GetSelectionRects() [all …]
|
H A D | gridwin.cxx | 5197 SCCOL nXRight = nPosX + pViewData->VisibleCellsX(eHWhich); in UpdateVisibleRange() local 5198 if (nXRight > MAXCOL) nXRight = MAXCOL; in UpdateVisibleRange() 5204 maVisibleRange.mnCol2 = nXRight; in UpdateVisibleRange()
|
/aoo41x/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 );
|
/aoo41x/main/svx/source/table/ |
H A D | viewcontactoftableobj.cxx | 643 const sal_Int32 nXRight(bIsRTL ? nX - nXSpan : nX + nXSpan); in createViewIndependentPrimitive2DSequence() local 649 impGetLine(aRightLine, rTableLayouter, nXRight, nY, false, nColCount, nRowCount, bIsRTL); in createViewIndependentPrimitive2DSequence() 662 bIsRTL ? 0 == nXRight : nXRight == nColCount, in createViewIndependentPrimitive2DSequence()
|
/aoo41x/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;
|
/aoo41x/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()
|
/aoo41x/main/basctl/source/dlged/ |
H A D | dlged.cxx | 1260 long nXRight = aSz.Width()-RMARGPRN+nBorder; in lcl_PrintHeader() local 1264 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in lcl_PrintHeader() 1272 pPrinter->DrawLine( Point( nXLeft, nY ), Point( nXRight, nY ) ); in lcl_PrintHeader()
|
/aoo41x/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()
|
/aoo41x/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;
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 3967 long nXRight = nXLeft + pPortion->GetSize().Width(); in GetChar() local 3968 if ( ( nXLeft <= nXPos ) && ( nXRight >= nXPos ) ) in GetChar() 3981 long nRightDiff = nXRight-nXPos; in GetChar() 3994 nXInPortion = nXRight - nXPos; in GetChar()
|