Searched refs:nXLeft (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | regband.cxx | 401 mpFirstSep->mnXLeft = nXLeft; in Union() 422 pNewSep->mnXLeft = nXLeft; in Union() 436 pSep->mnXLeft = nXLeft; in Union() 449 pNewSep->mnXLeft = nXLeft; in Union() 495 (nXLeft <= pSep->mnXRight) && in Intersect() 497 pSep->mnXLeft = nXLeft; in Intersect() 503 pSep->mnXLeft = nXLeft; in Intersect() 556 pSep->mnXRight = nXLeft-1; in Exclude() 569 pNewSep->mnXRight = nXLeft-1; in Exclude() 648 mpFirstSep->mnXLeft = nXLeft; in XOr() [all …]
|
H A D | regionband.cxx | 256 long nXLeft; in load() local 259 rIStrm >> nXLeft; in load() 265 pCurrBand->Union( nXLeft, nXRight ); in load() 1204 long nXLeft(mpFirstBand->GetXLeftBoundary()); in GetBoundRect() local 1213 nXLeft = std::min( nXLeft, pBand->GetXLeftBoundary() ); in GetBoundRect() 1219 return Rectangle( nXLeft, nYTop, nXRight, nYBottom ); in GetBoundRect()
|
/aoo42x/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 );
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | srcview.cxx | 162 long nXLeft = nLeftMargin-nBorder; in TYPEINIT1() local 166 Point( nXLeft, nYTop ), in TYPEINIT1() 167 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in TYPEINIT1() 189 rOutDev.DrawLine( Point( nXLeft, nY ), Point( nXRight, nY ) ); in TYPEINIT1()
|
/aoo42x/main/basctl/source/dlged/ |
H A D | dlged.cxx | 1261 long nXLeft = nLeftMargin-nBorder; in lcl_PrintHeader() local 1265 Point( nXLeft, nYTop ), in lcl_PrintHeader() 1266 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in lcl_PrintHeader() 1274 pPrinter->DrawLine( Point( nXLeft, nY ), Point( nXRight, nY ) ); in lcl_PrintHeader()
|
/aoo42x/main/basctl/source/basicide/ |
H A D | baside2.cxx | 130 long nXLeft = nLeftMargin-nBorder; in lcl_PrintHeader() local 135 Point( nXLeft, nYTop ), in lcl_PrintHeader() 136 Size( nXRight-nXLeft, aSz.Height() - nYTop - BMARGPRN + nBorder ) ) ); in lcl_PrintHeader() 161 pPrinter->DrawLine( Point( nXLeft, nY ), Point( nXRight, nY ) ); in lcl_PrintHeader()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 3969 long nXLeft = GetPortionXOffset( pParaPortion, pLine, i ); in GetChar() local 3970 long nXRight = nXLeft + pPortion->GetSize().Width(); in GetChar() 3971 if ( ( nXLeft <= nXPos ) && ( nXRight >= nXPos ) ) in GetChar() 3983 long nLeftDiff = nXPos-nXLeft; in GetChar() 3995 long nXInPortion = nXPos - nXLeft; in GetChar()
|
Completed in 95 milliseconds