Home
last modified time | relevance | path

Searched refs:aTempPos (Results 1 – 7 of 7) sorted by path

/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx9365 ScAddress aTempPos(aPos); in nextElement() local
9367 return uno::makeAny(uno::Reference<table::XCell>(new ScCellObj( pDocShell, aTempPos ))); in nextElement()
/trunk/main/svtools/source/control/
H A Dtaskbar.cxx328 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 Dvalueset.cxx1059 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()
/trunk/main/sw/source/ui/envelp/
H A Dlabel1.cxx343 Point aTempPos(rWin.GetPosPixel()); in lcl_ChgYPos() local
344 aTempPos.Y() += nDiff; in lcl_ChgYPos()
345 rWin.SetPosPixel(aTempPos); in lcl_ChgYPos()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx2345 Point aTempPos(rWin.GetPosPixel()); in lcl_ChgXPos() local
2346 aTempPos.X() += nDiff; in lcl_ChgXPos()
2347 rWin.SetPosPixel(aTempPos); in lcl_ChgXPos()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx6506 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 …]
/trunk/main/vcl/source/window/
H A Dwindow.cxx1418 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()

Completed in 172 milliseconds