Home
last modified time | relevance | path

Searched refs:aChildPos (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dwinproc.cxx328 Point aChildPos; member
338 ImplCallCommand( pEv->pWindow, COMMAND_CONTEXTMENU, NULL, sal_True, &pEv->aChildPos ); in ContextMenuEventLink()
470 Point aChildPos = pChild->ImplFrameToOutput( aMousePos ); in ImplHandleMouseEvent() local
471 MouseEvent aMEvt( aChildPos, pWinFrameData->mnClickCount, nMode, nCode, nCode ); in ImplHandleMouseEvent()
704 Point aChildPos = pChild->ImplFrameToOutput( aMousePos ); in ImplHandleMouseEvent() local
705 MouseEvent aMEvt( aChildPos, nClicks, nMode, nCode, nCode ); in ImplHandleMouseEvent()
867 … nRet = !ImplCallCommand( pChild, COMMAND_STARTAUTOSCROLL, NULL, sal_True, &aChildPos ); in ImplHandleMouseEvent()
869 … nRet = !ImplCallCommand( pChild, COMMAND_PASTESELECTION, NULL, sal_True, &aChildPos ); in ImplHandleMouseEvent()
897 pEv->aChildPos = aChildPos; in ImplHandleMouseEvent()
902 … nRet = ! ImplCallCommand( pChild, COMMAND_CONTEXTMENU, NULL, sal_True, &aChildPos ); in ImplHandleMouseEvent()
/trunk/main/toolkit/source/layout/core/
H A Dbox.cxx233 awt::Point aChildPos; in allocateArea() local
/trunk/main/sfx2/source/appl/
H A Dchildwin.cxx705 Point aChildPos; in GetExtraData_Impl() local
707 if ( GetPosSizeFromString( aStr, aChildPos, aChildSize ) ) in GetExtraData_Impl()
712 *pLine = (sal_uInt16) aChildPos.X(); in GetExtraData_Impl()
714 *pPos = (sal_uInt16) aChildPos.Y(); in GetExtraData_Impl()

Completed in 49 milliseconds