Home
last modified time | relevance | path

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

/aoo4110/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.cxx481 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 Dgridwin.cxx4403 aRect.SetPos( aScrPos ); in UpdateEditViewPos()
4473 aScrPos.X() = nEndPixel + 1; in UpdateFormulas()
4476 long nScrX = aScrPos.X(); in UpdateFormulas()
4477 long nScrY = aScrPos.Y(); in UpdateFormulas()
5318 bMaybeVisible = ( aScrPos.X() >= -2 && aScrPos.Y() >= -2 ); in UpdateCursorOverlay()
5337 aScrPos.X() -= 2; in UpdateCursorOverlay()
5338 aScrPos.Y() -= 2; in UpdateCursorOverlay()
5580 aScrPos.Y() -= 1; in UpdateDragRectOverlay()
5585 aScrPos.Y() -= 2; in UpdateDragRectOverlay()
5587 Rectangle aRect( aScrPos.X(), aScrPos.Y(), in UpdateDragRectOverlay()
[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()
/aoo4110/main/sc/inc/
H A Deditutil.hxx48 Point aScrPos; member in ScEditUtil
72 aScrPos(rScrPosPixel),pDev(pDevice), in ScEditUtil()
/aoo4110/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()
/aoo4110/main/sfx2/source/toolbox/
H A Dtbxitem.cxx1425 ::Point aScrPos = OutputToScreenPixel( aPos ); in MouseMove()
1430 ::MouseEvent aMEvt( pWindow->ScreenToOutputPixel( aScrPos ), in MouseMove()
/aoo4110/main/sc/source/core/tool/
H A Deditutil.cxx113 Point aStartPos = aScrPos; in GetEditArea()

Completed in 78 milliseconds