Searched refs:aLinePos (Results 1 – 3 of 3) sorted by relevance
92 Point aLinePos; in DoExecute() local99 aLinePos = static_cast<DrawViewShell*>(mpViewShell)->GetMousePos(); in DoExecute()103 if ( aLinePos.X() >= 0 ) in DoExecute()105 aLinePos = mpWindow->PixelToLogic(aLinePos); in DoExecute()109 aLinePos = (pPV->GetHelpLines())[nHelpLine].GetPos(); in DoExecute()113 pPV->LogicToPagePos(aLinePos); in DoExecute()116 aLinePos = Point(0,0); in DoExecute()121 aLinePos = (pPV->GetHelpLines())[nHelpLine].GetPos(); in DoExecute()122 pPV->LogicToPagePos(aLinePos); in DoExecute()125 aNewAttr.Put(SfxUInt32Item(ATTR_SNAPLINE_X, aLinePos.X())); in DoExecute()[all …]
1335 Point aLinePos(aLine1FL.GetPosPixel()); in IMPL_LINK() local1344 if(aLinePos.Y() <= (aImgPos.Y() + aImgSize.Height() + nCtrlDist)) in IMPL_LINK()1346 nYDiff = aImgPos.Y() + aImgSize.Height() + nCtrlDist - aLinePos.Y(); in IMPL_LINK()1348 aLinePos.Y() += nYDiff; in IMPL_LINK()1349 aLine1FL.SetPosPixel(aLinePos); in IMPL_LINK()
792 Point aLinePos( (aDevSize.Width() - rDev.GetCtrlTextWidth( aLine )) / 2, nY ); in DrawBackground() local793 rDev.DrawCtrlText( aLinePos, aLine ); in DrawBackground()
Completed in 38 milliseconds