Lines Matching refs:pW
3677 sal_uInt16 PopupMenu::ImplExecute( Window* pW, const Rectangle& rRect, sal_uLong nPopupModeFlags, M… in ImplExecute() argument
3707 aRect.SetPos( pW->OutputToScreenPixel( aRect.TopLeft() ) ); in ImplExecute()
3721 pW->ImplAddDel( &aDelData ); in ImplExecute()
3730 pW->ImplRemoveDel( &aDelData ); in ImplExecute()
3771 MenuFloatingWindow* pWin = new MenuFloatingWindow( this, pW, nStyle | WB_SYSTEMWINDOW ); in ImplExecute()
3792 nMaxHeight -= pW->GetSizePixel().Height(); in ImplExecute()
3858 pW->ImplAddDel( &aModalWinDel ); in ImplExecute()
3859 pW->ImplIncModalCount(); in ImplExecute()
3865 pW->ImplDecModalCount(); in ImplExecute()
5169 Window* pW = this; in RequestHelp() local
5178 pW = NULL; in RequestHelp()
5181 if( !ImplHandleHelpEvent( pW, pM, nId, rHEvt, aHighlightRect ) ) in RequestHelp()