Searched refs:aTempPos (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/svtools/source/control/ |
H A D | taskbar.cxx | 328 Point aTempPos = aToolPos; in Resize() local 329 aTempPos.Y() += (aSize.Height()-aButtonBarSize.Height()-aTempPos.Y())/2; in Resize() 330 pTempButtonBar->SetPosSizePixel( aTempPos, aButtonBarSize ); in Resize()
|
H A D | valueset.cxx | 1059 Point aTempPos( 0, aScrPos.Y() ); in ImplDraw() local 1065 DrawOutDev( aTempPos, aTempSize, aTempPos, aTempSize, maVirDev ); in ImplDraw() 1066 aTempPos.Y() = aScrPos.Y()+aScrSize.Height(); in ImplDraw() 1068 aTempSize.Height() = aSize.Height()-aTempPos.Y(); in ImplDraw() 1069 DrawOutDev( aTempPos, aTempSize, aTempPos, aTempSize, maVirDev ); in ImplDraw()
|
/aoo4110/main/sw/source/ui/envelp/ |
H A D | label1.cxx | 337 Point aTempPos(rWin.GetPosPixel()); in lcl_ChgYPos() local 338 aTempPos.Y() += nDiff; in lcl_ChgYPos() 339 rWin.SetPosPixel(aTempPos); in lcl_ChgYPos()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 6506 Point aTempPos = rTargetDevice.LogicToPixel( aPos ); in ImplDrawText() local 6507 …nMnemonicX = rTargetDevice.GetOutOffXPixel() + aTempPos.X() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText() 6576 Point aTempPos = rTargetDevice.LogicToPixel( aPos ); in ImplDrawText() local 6577 …nMnemonicX = rTargetDevice.GetOutOffXPixel() + aTempPos.X() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText() 6578 …nMnemonicY = rTargetDevice.GetOutOffYPixel() + aTempPos.Y() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText() 7032 Point aTempPos( Min(lc_x1,lc_x2), GetFontMetric().GetAscent() ); in DrawCtrlText() local 7034 aTempPos = Point( Max(lc_x1,lc_x2), GetFontMetric().GetAscent() ); in DrawCtrlText() 7036 aTempPos += rPos; in DrawCtrlText() 7037 aTempPos = LogicToPixel( aTempPos ); in DrawCtrlText() 7038 nMnemonicX = mnOutOffX + aTempPos.X(); in DrawCtrlText() [all …]
|
/aoo4110/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 2345 Point aTempPos(rWin.GetPosPixel()); in lcl_ChgXPos() local 2346 aTempPos.X() += nDiff; in lcl_ChgXPos() 2347 rWin.SetPosPixel(aTempPos); in lcl_ChgXPos()
|
/aoo4110/main/vcl/source/window/ |
H A D | window.cxx | 1418 Point aTempPos = aFramePos; in ImplHitTest() local 1419 aTempPos.X() -= mnOutOffX; in ImplHitTest() 1420 aTempPos.Y() -= mnOutOffY; in ImplHitTest() 1421 if ( !mpWindowImpl->maWinRegion.IsInside( aTempPos ) ) in ImplHitTest()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 9365 ScAddress aTempPos(aPos); in nextElement() local 9367 return uno::makeAny(uno::Reference<table::XCell>(new ScCellObj( pDocShell, aTempPos ))); in nextElement()
|
Completed in 596 milliseconds