Home
last modified time | relevance | path

Searched refs:pRefAutoSubMenu (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/source/window/
H A Dmenu.cxx194 ((PopupMenu*)pAutoSubMenu)->pRefAutoSubMenu = NULL; in ~MenuItemData()
1372 pSubMenu->pRefAutoSubMenu = &pData->pAutoSubMenu; in InsertItem()
3575 pRefAutoSubMenu = NULL; in PopupMenu()
3580 pRefAutoSubMenu = NULL; in PopupMenu()
3586 pRefAutoSubMenu = NULL; in PopupMenu()
3592 if( pRefAutoSubMenu && *pRefAutoSubMenu == this ) in ~PopupMenu()
3593 *pRefAutoSubMenu = NULL; // #111060# avoid second delete in ~MenuItemData in ~PopupMenu()
/AOO41X/main/vcl/inc/vcl/
H A Dmenu.hxx497 …Menu** pRefAutoSubMenu; // keeps track if a pointer to this Menu is stored in the … member in PopupMenu