Home
last modified time | relevance | path

Searched refs:aScrPos (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/sc/source/ui/view/
H A Dhdrcont.cxx292 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 Dgridwin4.cxx473 Point aScrPos = pViewData->GetScrPos( nX1, nY1, eWhich ); in Draw() local
480 nMirrorWidth = aScrPos.X() - nEndPixel; in Draw()
481 aScrPos.X() = nEndPixel + 1; in Draw()
484 long nScrX = aScrPos.X(); in Draw()
485 long nScrY = aScrPos.Y(); in Draw()
1300 Point aScrPos = pViewData->GetScrPos( nCol, nRow, eWhich ); in DrawButtons() local
1302 aCellBtn.setBoundingBox(aScrPos, Size(nSizeX-1, nSizeY-1), bLayoutRTL); in DrawButtons()
1321 Point aScrPos = pViewData->GetScrPos( nCol, nRow, eWhich ); in DrawButtons() local
1325 long nPosX = aScrPos.X(); in DrawButtons()
1326 long nPosY = aScrPos.Y(); in DrawButtons()
[all …]
H A Dgridwin.cxx723 Point aScrPos = pViewData->GetScrPos(nCol, nRow, eWhich); in LaunchDPFieldMenu() local
728 …DPLaunchFieldPopupMenu(OutputToScreenPixel(aScrPos), aScrSize, ScAddress(nCol, nRow, nTab), pDPObj… in LaunchDPFieldMenu()
4400 Point aScrPos = PixelToLogic( aPixRect.TopLeft(), pViewData->GetLogicMode() ); in UpdateEditViewPos() local
4403 aRect.SetPos( aScrPos ); in UpdateEditViewPos()
4465 Point aScrPos = pViewData->GetScrPos( nX1, nY1, eWhich ); in UpdateFormulas() local
4472 nMirrorWidth = aScrPos.X() - nEndPixel; in UpdateFormulas()
4473 aScrPos.X() = nEndPixel + 1; in UpdateFormulas()
4476 long nScrX = aScrPos.X(); in UpdateFormulas()
4477 long nScrY = aScrPos.Y(); in UpdateFormulas()
5311 Point aScrPos = pViewData->GetScrPos( nX, nY, eWhich, sal_True ); in UpdateCursorOverlay() local
[all …]
H A Dgridwin2.cxx130 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()
/AOO41X/main/sc/inc/
H A Deditutil.hxx48 Point aScrPos; member in ScEditUtil
72 aScrPos(rScrPosPixel),pDev(pDevice), in ScEditUtil()
/AOO41X/main/svtools/source/control/
H A Dvalueset.cxx1057 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()
/AOO41X/main/sfx2/source/toolbox/
H A Dtbxitem.cxx1425 ::Point aScrPos = OutputToScreenPixel( aPos ); in MouseMove()
1430 ::MouseEvent aMEvt( pWindow->ScreenToOutputPixel( aScrPos ), in MouseMove()
/AOO41X/main/sc/source/core/tool/
H A Deditutil.cxx113 Point aStartPos = aScrPos; in GetEditArea()