Searched refs:aChildPos (Results 1 – 3 of 3) sorted by relevance
/trunk/main/vcl/source/window/ |
H A D | winproc.cxx | 328 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/sfx2/source/appl/ |
H A D | childwin.cxx | 705 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()
|
/trunk/main/toolkit/source/layout/core/ |
H A D | box.cxx | 233 awt::Point aChildPos; in allocateArea() local
|
Completed in 30 milliseconds