Lines Matching refs:mpSalMenu
964 mpSalMenu = NULL; in ImplInit()
980 mpSalMenu = ImplGetSVData()->mpDefInst->CreateMenu( bIsMenuBar, this ); in ImplInit()
3268 if( mpSalMenu ) in ImplSetSalMenu()
3269 ImplGetSVData()->mpDefInst->DestroyMenu( mpSalMenu ); in ImplSetSalMenu()
3270 mpSalMenu = pSalMenu; in ImplSetSalMenu()
6119 if( pMenu->mpSalMenu ) in AddMenuBarButton()
6120 pMenu->mpSalMenu->AddMenuBarButton( SalMenuButtonItem( nId, i_rImage, i_rToolTip ) ); in AddMenuBarButton()
6137 if( pMenu->mpSalMenu ) in GetMenuBarButtonRectPixel()
6139 … aRect = pMenu->mpSalMenu->GetMenuBarButtonRectPixel( nId, ImplGetWindowImpl()->mpFrame ); in GetMenuBarButtonRectPixel()
6165 if( pMenu->mpSalMenu ) in RemoveMenuBarButton()
6166 pMenu->mpSalMenu->RemoveMenuBarButton( nId ); in RemoveMenuBarButton()