Home
last modified time | relevance | path

Searched refs:nXRight (Results 1 – 13 of 13) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dregband.cxx402 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 Dregionband.cxx257 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 Dsallayout.cxx1452 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 Dgridwin4.cxx444 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 Dgridwin.cxx5212 SCCOL nXRight = nPosX + pViewData->VisibleCellsX(eHWhich); in UpdateVisibleRange() local
5213 if (nXRight > MAXCOL) nXRight = MAXCOL; in UpdateVisibleRange()
5219 maVisibleRange.mnCol2 = nXRight; in UpdateVisibleRange()
/trunk/main/vcl/inc/vcl/
H A Dregband.hxx120 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 Dviewcontactoftableobj.cxx645 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 Dos2layout.cxx690 long nXRight = nXPos + mpCharWidths[ nCurrIdx ]; local
696 pCaretXArray[ nCurrIdx+1 ] = nXRight;
701 pCaretXArray[ nCurrIdx ] = nXRight;
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx163 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 Ddlged.cxx1262 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 Dbaside2.cxx131 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 Dwinlayout.cxx764 long nXRight = nXPos + mpCharWidths[ nCurrIdx ]; local
770 pCaretXArray[ nCurrIdx+1 ] = nXRight;
775 pCaretXArray[ nCurrIdx ] = nXRight;
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx3970 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()

Completed in 171 milliseconds