/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/dlged/ |
H A D | dlgedview.cxx | 70 sal_Int32 nScrollX = 0, nScrollY = 0; in MakeVisible() local 80 while ( rRect.Right() > nVisRight + nScrollX ) in MakeVisible() 81 nScrollX += nDeltaX; in MakeVisible() 83 while ( rRect.Left() < nVisLeft + nScrollX ) in MakeVisible() 84 nScrollX -= nDeltaX; in MakeVisible() 97 if ( nVisRight + nScrollX > nPageWidth ) in MakeVisible() 98 nScrollX = nPageWidth - nVisRight; in MakeVisible() 100 if ( nVisLeft + nScrollX < 0 ) in MakeVisible() 101 nScrollX = -nVisLeft; in MakeVisible() 111 rWin.Scroll( -nScrollX, -nScrollY ); in MakeVisible() [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/dlged/ |
H A D | dlgedview.cxx | 72 sal_Int32 nScrollX = 0, nScrollY = 0; in MakeVisible() local 82 while ( rRect.Right() > nVisRight + nScrollX ) in MakeVisible() 83 nScrollX += nDeltaX; in MakeVisible() 85 while ( rRect.Left() < nVisLeft + nScrollX ) in MakeVisible() 86 nScrollX -= nDeltaX; in MakeVisible() 99 if ( nVisRight + nScrollX > nPageWidth ) in MakeVisible() 100 nScrollX = nPageWidth - nVisRight; in MakeVisible() 102 if ( nVisLeft + nScrollX < 0 ) in MakeVisible() 103 nScrollX = -nVisLeft; in MakeVisible() 113 rWin.Scroll( -nScrollX, -nScrollY ); in MakeVisible() [all …]
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/report/ |
H A D | SectionView.cxx | 81 sal_Int32 nScrollX = 0, nScrollY = 0; in MakeVisible() local 93 if ( nVisRight + nScrollX > nPageWidth ) in MakeVisible() 94 nScrollX = nPageWidth - nVisRight; in MakeVisible() 96 if ( nVisLeft + nScrollX < 0 ) in MakeVisible() 97 nScrollX = -nVisLeft; in MakeVisible() 107 rWin.Scroll( -nScrollX, -nScrollY ); in MakeVisible() 108 aMap.SetOrigin( Point( aOrg.X() - nScrollX, aOrg.Y() - nScrollY ) ); in MakeVisible()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/report/ |
H A D | SectionView.cxx | 84 sal_Int32 nScrollX = 0, nScrollY = 0; in MakeVisible() local 96 if ( nVisRight + nScrollX > nPageWidth ) in MakeVisible() 97 nScrollX = nPageWidth - nVisRight; in MakeVisible() 99 if ( nVisLeft + nScrollX < 0 ) in MakeVisible() 100 nScrollX = -nVisLeft; in MakeVisible() 110 rWin.Scroll( -nScrollX, -nScrollY ); in MakeVisible() 111 aMap.SetOrigin( Point( aOrg.X() - nScrollX, aOrg.Y() - nScrollY ) ); in MakeVisible()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/ |
H A D | tabview5.cxx | 568 tools::Long nScrollX=0, nScrollY=0; // pixel in MakeVisible() local 572 nScrollX = aRect.Right() - aWinSize.Width() + 1; // right border visible in MakeVisible() 573 if ( aRect.Left() < nScrollX ) in MakeVisible() 574 nScrollX = aRect.Left(); // left visible (if too big) in MakeVisible() 584 nScrollX = aRect.Left(); // left border visible in MakeVisible() 588 if (!(nScrollX || nScrollY)) in MakeVisible() 593 nScrollX = -nScrollX; in MakeVisible() 603 if (nScrollX > 0) in MakeVisible() 604 while (nScrollX > 0 && nPosX < rDoc.MaxCol()) in MakeVisible() 610 else if (nScrollX < 0) in MakeVisible() [all …]
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/ |
H A D | tabview5.cxx | 553 long nScrollX=0, nScrollY=0; // pixel in MakeVisible() local 557 nScrollX = aRect.Right() - aWinSize.Width() + 1; // right border visible in MakeVisible() 558 if ( aRect.Left() < nScrollX ) in MakeVisible() 559 nScrollX = aRect.Left(); // left visible (if too big) in MakeVisible() 569 nScrollX = aRect.Left(); // left border visible in MakeVisible() 573 if (nScrollX || nScrollY) in MakeVisible() 577 nScrollX = -nScrollX; in MakeVisible() 587 if (nScrollX > 0) in MakeVisible() 588 while (nScrollX > 0 && nPosX < pDoc->MaxCol()) in MakeVisible() 594 else if (nScrollX < 0) in MakeVisible() [all …]
|
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/ |
H A D | burn_bitmap.h | 60 void BurnBitmapCopy(INT32 nBitmapNumber, UINT16 *pDest, UINT8 *pPrio, INT32 nScrollX, INT32 nScroll…
|
H A D | burn_bitmap.cpp | 329 void BurnBitmapCopy(INT32 nBitmapNumber, UINT16 *pDest, UINT8 *pPrio, INT32 nScrollX, INT32 nScroll… in BurnBitmapCopy() argument 369 UINT16 c = pSrc[(sx + nScrollX) % ptr->nWidth]; // get pixel (pixel + color) in BurnBitmapCopy()
|
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/ |
H A D | burn_bitmap.h | 60 void BurnBitmapCopy(INT32 nBitmapNumber, UINT16 *pDest, UINT8 *pPrio, INT32 nScrollX, INT32 nScroll…
|
H A D | burn_bitmap.cpp | 329 void BurnBitmapCopy(INT32 nBitmapNumber, UINT16 *pDest, UINT8 *pPrio, INT32 nScrollX, INT32 nScroll… in BurnBitmapCopy() argument 369 UINT16 c = pSrc[(sx + nScrollX) % ptr->nWidth]; // get pixel (pixel + color) in BurnBitmapCopy()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/ |
H A D | viewshe2.cxx | 272 void ViewShell::Scroll(::tools::Long nScrollX, ::tools::Long nScrollY) in Scroll() argument 274 if (nScrollX) in Scroll() 276 ::tools::Long nNewThumb = mpHorizontalScrollBar->GetThumbPos() + nScrollX; in Scroll()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/ |
H A D | viewshe2.cxx | 271 void ViewShell::Scroll(long nScrollX, long nScrollY) in Scroll() argument 273 if (nScrollX) in Scroll() 275 long nNewThumb = mpHorizontalScrollBar->GetThumbPos() + nScrollX; in Scroll()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/querydesign/ |
H A D | JoinTableView.cxx | 502 tools::Long nScrollX,nScrollY; in EnsureVisible() local 504 if ( getMovementImpl(this,_rPoint,_rSize,nScrollX,nScrollY) ) in EnsureVisible() 507 if (nScrollX) in EnsureVisible() 508 bVisible = ScrollPane(nScrollX, true, true); in EnsureVisible()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/querydesign/ |
H A D | JoinTableView.cxx | 502 long nScrollX,nScrollY; in EnsureVisible() local 504 if ( getMovementImpl(this,_rPoint,_rSize,nScrollX,nScrollY) ) in EnsureVisible() 507 if (nScrollX) in EnsureVisible() 508 bVisible = ScrollPane(nScrollX, true, true); in EnsureVisible()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/ |
H A D | view.hxx | 77 const tools::Long nScrollX = 30; variable 699 return (m_aVisArea.GetWidth() * nScrollX) / 100; in GetXScroll()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/ |
H A D | view.hxx | 79 const long nScrollX = 30; variable 681 return (m_aVisArea.GetWidth() * nScrollX) / 100; in GetXScroll()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/ |
H A D | impedit.cxx | 2143 long nScrollX = 0; in dragOver() local 2147 nScrollX = GetOutputArea().GetWidth() / SCRLRANGE; in dragOver() 2149 nScrollX = -( GetOutputArea().GetWidth() / SCRLRANGE ); in dragOver() 2156 if ( nScrollX || nScrollY ) in dragOver() 2159 Scroll( nScrollX, nScrollY, ScrollRangeCheck::PaperWidthTextSize ); in dragOver()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/ |
H A D | impedit.cxx | 2494 tools::Long nScrollX = 0; in dragOver() local 2498 nScrollX = GetOutputArea().GetWidth() / SCRLRANGE; in dragOver() 2500 nScrollX = -( GetOutputArea().GetWidth() / SCRLRANGE ); in dragOver() 2507 if ( nScrollX || nScrollY ) in dragOver() 2510 Scroll( nScrollX, nScrollY, ScrollRangeCheck::PaperWidthTextSize ); in dragOver()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/ |
H A D | viewport.cxx | 381 pPt->setX( std::min( rRect.Left() - nScrollX, pPt->X() ) ); in CalcPt()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/ |
H A D | viewport.cxx | 389 pPt->setX( std::min( rRect.Left() - nScrollX, pPt->X() ) ); in CalcPt()
|