Searched refs:aScrPos (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 292 Point aScrPos; in Paint() local 504 aScrPos = Point( 0, nScrPos ); in Paint() 506 aScrPos = Point( nScrPos, 0 ); in Paint() 523 Point aEndPos(aScrPos); in Paint() 525 aEndPos = Point( aScrPos.X()+nBarSize-1, aScrPos.Y()+(nSizePix-1)*nLayoutSign ); in Paint() 527 aEndPos = Point( aScrPos.X()+(nSizePix-1)*nLayoutSign, aScrPos.Y()+nBarSize-1 ); in Paint() 539 aGrid.AddHorLine( aScrPos.X(), aEndPos.X(), aEndPos.Y() ); in Paint() 541 aGrid.AddVerLine( aEndPos.X(), aScrPos.Y(), aEndPos.Y() ); in Paint() 549 DrawLine( Point(aScrPos.X(),aEndPos.Y()-nLayoutSign), in Paint() 552 DrawLine( Point(aEndPos.X()-nLayoutSign,aScrPos.Y()), in Paint() [all …]
|
H A D | gridwin4.cxx | 481 aScrPos.X() = nEndPixel + 1; in Draw() 484 long nScrX = aScrPos.X(); in Draw() 485 long nScrY = aScrPos.Y(); in Draw() 1325 long nPosX = aScrPos.X(); in DrawButtons() 1326 long nPosY = aScrPos.Y(); in DrawButtons() 1451 Point aScrPos = rCellPos; in DrawComboButton() local 1468 aScrPos.X() -= nCellSizeX - 1; in DrawComboButton() 1530 long nScrY = aScrPos.Y(); in InvertSimple() 1572 long nScrX = aScrPos.X(); in InvertSimple() 1718 long nScrY = aScrPos.Y(); in GetSelectionRects() [all …]
|
H A D | gridwin.cxx | 4418 aRect.SetPos( aScrPos ); in UpdateEditViewPos() 4488 aScrPos.X() = nEndPixel + 1; in UpdateFormulas() 4491 long nScrX = aScrPos.X(); in UpdateFormulas() 4492 long nScrY = aScrPos.Y(); in UpdateFormulas() 5333 bMaybeVisible = ( aScrPos.X() >= -2 && aScrPos.Y() >= -2 ); in UpdateCursorOverlay() 5352 aScrPos.X() -= 2; in UpdateCursorOverlay() 5353 aScrPos.Y() -= 2; in UpdateCursorOverlay() 5595 aScrPos.Y() -= 1; in UpdateDragRectOverlay() 5600 aScrPos.Y() -= 2; in UpdateDragRectOverlay() 5602 Rectangle aRect( aScrPos.X(), aScrPos.Y(), in UpdateDragRectOverlay() [all …]
|
H A D | gridwin2.cxx | 130 Point aScrPos = pViewData->GetScrPos(nCol, nRow, eWhich); in DoAutoFilterButton() local 133 aDiffPix -= aScrPos; in DoAutoFilterButton() 146 mpFilterButton->setBoundingBox(aScrPos, aScrSize, bLayoutRTL); in DoAutoFilterButton() 376 Point aScrPos = pViewData->GetScrPos(rPos.Col(), rPos.Row(), eWhich); in DPTestFieldPopupArrow() local 383 aBtn.setBoundingBox(aScrPos, aScrSize, bLayoutRTL); in DPTestFieldPopupArrow() 392 DPLaunchFieldPopupMenu(OutputToScreenPixel(aScrPos), aScrSize, rPos, pDPObj); in DPTestFieldPopupArrow()
|
/aoo42x/main/sc/inc/ |
H A D | editutil.hxx | 48 Point aScrPos; member in ScEditUtil 72 aScrPos(rScrPosPixel),pDev(pDevice), in ScEditUtil()
|
/aoo42x/main/svtools/source/control/ |
H A D | valueset.cxx | 1057 Point aScrPos = mpScrBar->GetPosPixel(); in ImplDraw() local 1059 Point aTempPos( 0, aScrPos.Y() ); in ImplDraw() 1060 Size aTempSize( aSize.Width(), aScrPos.Y() ); in ImplDraw() 1063 aTempSize.Width() = aScrPos.X()-1; in ImplDraw() 1066 aTempPos.Y() = aScrPos.Y()+aScrSize.Height(); in ImplDraw()
|
/aoo42x/main/sfx2/source/toolbox/ |
H A D | tbxitem.cxx | 1425 ::Point aScrPos = OutputToScreenPixel( aPos ); in MouseMove() 1430 ::MouseEvent aMEvt( pWindow->ScreenToOutputPixel( aScrPos ), in MouseMove()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | editutil.cxx | 113 Point aStartPos = aScrPos; in GetEditArea()
|
Completed in 89 milliseconds