Home
last modified time | relevance | path

Searched refs:aHelpPos (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dmacrodlg.cxx903 Point aHelpPos = aHelpButton.GetPosPixel(); in SetMode() local
904 Point aHelpPosLogic = PixelToLogic( aHelpPos, MapMode(MAP_APPFONT) ); in SetMode()
906 aHelpPos = LogicToPixel( aHelpPosLogic, MapMode(MAP_APPFONT) ); in SetMode()
907 aHelpButton.SetPosPixel( aHelpPos ); in SetMode()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx1469 Point aHelpPos = m_aHelpWindow.GetPosPixel(); in Resize() local
1470 …Window.SetSizePixel(Size(aTotalOutputSize.Width() - aHelpPos.X(),aTotalOutputSize.Height() - aHelp… in Resize()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1336 Point aHelpPos(aHelpFT.GetPosPixel()); in IMPL_LINK() local
1354 aHelpPos.X() += nXDiff; in IMPL_LINK()
1355 aHelpPos.Y() += nYDiff; in IMPL_LINK()
1358 aHelpFT.SetPosSizePixel(aHelpPos, aHelpSize); in IMPL_LINK()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx4834 Point aHelpPos; in RequestHelp() local
4839 aHelpPos = rHEvt.GetMousePosPixel(); in RequestHelp()
4851 aHelpPos = OutputToScreenPixel( aRect.Center() ); in RequestHelp()
4876 Help::ShowBalloon( this, aHelpPos, aTempRect, aStr ); in RequestHelp()

Completed in 85 milliseconds