Lines Matching refs:pStartedFrom

971     pStartedFrom    = NULL;  in ImplInit()
985 return pStartedFrom; in ImplGetStartedFrom()
1165 Menu* pOldStartedFrom = pStartedFrom; in ImplSelectWithStart()
1166 pStartedFrom = pSMenu; in ImplSelectWithStart()
1167 Menu* pOldStartedStarted = pOldStartedFrom ? pOldStartedFrom->pStartedFrom : NULL; in ImplSelectWithStart()
1170 pOldStartedFrom->pStartedFrom = pOldStartedStarted; in ImplSelectWithStart()
1171 pStartedFrom = pOldStartedFrom; in ImplSelectWithStart()
1204 pMenu = ( pMenu->pStartedFrom != pMenu ) ? pMenu->pStartedFrom : NULL; in ImplCallEventListeners()
1653 pData->pSubMenu->pStartedFrom = 0; in SetPopupMenu()
2264 if ( pStartedFrom ) in GetAccessible()
2266 for ( sal_uInt16 i = 0, nCount = pStartedFrom->GetItemCount(); i < nCount; ++i ) in GetAccessible()
2268 sal_uInt16 nItemId = pStartedFrom->GetItemId( i ); in GetAccessible()
2269 if ( static_cast< Menu* >( pStartedFrom->GetPopupMenu( nItemId ) ) == this ) in GetAccessible()
2271 …::Reference< ::com::sun::star::accessibility::XAccessible > xParent = pStartedFrom->GetAccessible(… in GetAccessible()
2956 while ( pStart && pStart->pStartedFrom && ( pStart->pStartedFrom != pStart ) ) in ImplGetStartMenu()
2957 pStart = pStart->pStartedFrom; in ImplGetStartMenu()
3398 pMenu->pStartedFrom = 0; in ImplCreate()
3473 pMenu->pStartedFrom = (Menu*)this; in HandleMenuActivateEvent()
3489 pMenu->pStartedFrom = (Menu*)this; in HandleMenuDeActivateEvent()
3513 pMenu->pStartedFrom = (Menu*)this; in HandleMenuHighlightEvent()
3529 pMenu->pStartedFrom = (Menu*)this; in HandleMenuCommandEvent()
3686 pStartedFrom = pSFrom; in ImplExecute()
3692 if ( !pStartedFrom ) in ImplExecute()
3701 if( pStartedFrom->bIsMenuBar && pSVData->maWinData.mpFirstFloat ) in ImplExecute()
3712 if ( !pStartedFrom || !pStartedFrom->bIsMenuBar ) in ImplExecute()
3791 if ( pStartedFrom && pStartedFrom->bIsMenuBar ) in ImplExecute()
4041 if( !bKeyInput && pMenu && pMenu->pStartedFrom && !pMenu->pStartedFrom->bIsMenuBar ) in doShutdown()
4045 sal_uInt16 i, nCount = (sal_uInt16)pMenu->pStartedFrom->pItemList->Count(); in doShutdown()
4048 pData = pMenu->pStartedFrom->pItemList->GetDataFromPos( i ); in doShutdown()
4054 … MenuFloatingWindow* pPWin = (MenuFloatingWindow*)pMenu->pStartedFrom->ImplGetWindow(); in doShutdown()
4229 if ( pMenu->pStartedFrom ) in IMPL_LINK()
4233 if ( pMenu->pStartedFrom->bIsMenuBar ) in IMPL_LINK()
4235 MenuBarWindow* p = (MenuBarWindow*) pMenu->pStartedFrom->ImplGetWindow(); in IMPL_LINK()
4241 … MenuFloatingWindow* p = (MenuFloatingWindow*) pMenu->pStartedFrom->ImplGetWindow(); in IMPL_LINK()
4250 pM->pStartedFrom = 0; in IMPL_LINK()
4328 if( pMenu && pMenu->pStartedFrom ) in IMPL_LINK()
4330 MenuFloatingWindow* pWin = (MenuFloatingWindow*) pMenu->pStartedFrom->GetWindow(); in IMPL_LINK()
4398 if( pMenu && pMenu->pStartedFrom ) in StopExecute()
4399 … pMenu->pStartedFrom->ImplCallEventListeners( VCLEVENT_MENU_SUBMENUDEACTIVATE, nPosInParent ); in StopExecute()
4449 pWin->pMenu->pStartedFrom && !pWin->pMenu->pStartedFrom->bIsMenuBar ) in EndExecute()
4451 pWin = ((PopupMenu*)pWin->pMenu->pStartedFrom)->ImplGetFloatingWindow(); in EndExecute()
4689 if( pMenu->pStartedFrom && !pMenu->pStartedFrom->bIsMenuBar ) in ChangeHighlightItem()
4693 sal_uInt16 i, nCount = (sal_uInt16)pMenu->pStartedFrom->pItemList->Count(); in ChangeHighlightItem()
4696 pData = pMenu->pStartedFrom->pItemList->GetDataFromPos( i ); in ChangeHighlightItem()
4702 … MenuFloatingWindow* pPWin = (MenuFloatingWindow*)pMenu->pStartedFrom->ImplGetWindow(); in ChangeHighlightItem()
4976 if ( !pMenu->pStartedFrom ) in KeyInput()
4981 else if ( pMenu->pStartedFrom->bIsMenuBar ) in KeyInput()
4984 … ((MenuBarWindow*)((MenuBar*)pMenu->pStartedFrom)->ImplGetWindow())->KeyInput( rKEvent ); in KeyInput()
4989 PopupMenu* pPopupMenu = (PopupMenu*)pMenu->pStartedFrom; in KeyInput()
5000 if ( pMenu && pMenu->pStartedFrom ) in KeyInput()
5003 if ( pMenu->pStartedFrom->bIsMenuBar ) in KeyInput()
5006 … ((MenuBarWindow*)((MenuBar*)pMenu->pStartedFrom)->ImplGetWindow())->KeyInput( rKEvent ); in KeyInput()
5010 … MenuFloatingWindow* pFloat = ((PopupMenu*)pMenu->pStartedFrom)->ImplGetFloatingWindow(); in KeyInput()
5228 if ( pMenu && !pMenu->pStartedFrom ) in CreateAccessible()