Lines Matching refs:Menu

90 DBG_NAME( Menu )  in DBG_NAME()  argument
152 Menu* pSubMenu; // Pointer auf das SubMenu
153 Menu* pAutoSubMenu; // Pointer auf SubMenu aus Resource
214 Menu* pMenu, sal_uInt16 nPos );
246 Menu* pMenu, sal_uInt16 nPos ) in Insert()
455 friend void Menu::ImplFillLayoutData() const;
456 friend Menu::~Menu();
459 Menu* pMenu;
501 MenuFloatingWindow( Menu* pMenu, Window* pParent, WinBits nStyle );
667 friend class Menu;
679 Menu* pMenu;
734 void PopupClosed( Menu* pMenu );
788 static sal_Bool ImplHandleHelpEvent( Window* pMenuWindow, Menu* pMenu, sal_uInt16 nHighlightedItem,… in ImplHandleHelpEvent()
893 Menu::Menu() in Menu() function in Menu
895 DBG_CTOR( Menu, NULL ); in Menu()
902 Menu::Menu( sal_Bool bMenubar ) in Menu() function in Menu
904 DBG_CTOR( Menu, NULL ); in Menu()
909 Menu::~Menu() in ~Menu()
911 DBG_DTOR( Menu, NULL ); in ~Menu()
913 vcl::LazyDeletor<Menu>::Undelete( this ); in ~Menu()
956 void Menu::doLazyDelete() in doLazyDelete()
958 vcl::LazyDeletor<Menu>::Delete( this ); in doLazyDelete()
961 void Menu::ImplInit() in ImplInit()
983 Menu* Menu::ImplGetStartedFrom() const in ImplGetStartedFrom()
988 void Menu::ImplLoadRes( const ResId& rResId ) in ImplLoadRes()
1021 void Menu::CreateAutoMnemonics() in CreateAutoMnemonics()
1039 void Menu::Activate() in Activate()
1053 Menu* pStartMenu = ImplGetStartMenu(); in Activate()
1067 void Menu::Deactivate() in Deactivate()
1080 Menu* pStartMenu = ImplGetStartMenu(); in Deactivate()
1108 void Menu::Highlight() in Highlight()
1112 Menu* pStartMenu = ImplGetStartMenu(); in Highlight()
1123 void Menu::ImplSelect() in ImplSelect()
1141 Application::PostUserEvent( nEventId, LINK( this, Menu, ImplCallSelect ) ); in ImplSelect()
1144 void Menu::Select() in Select()
1153 Menu* pStartMenu = ImplGetStartMenu(); in Select()
1163 void Menu::ImplSelectWithStart( Menu* pSMenu ) in ImplSelectWithStart()
1165 Menu* pOldStartedFrom = pStartedFrom; in ImplSelectWithStart()
1167 Menu* pOldStartedStarted = pOldStartedFrom ? pOldStartedFrom->pStartedFrom : NULL; in ImplSelectWithStart()
1174 void Menu::RequestHelp( const HelpEvent& ) in RequestHelp()
1178 void Menu::ImplCallEventListeners( sal_uLong nEvent, sal_uInt16 nPos ) in ImplCallEventListeners()
1195 Menu* pMenu = this; in ImplCallEventListeners()
1209 void Menu::AddEventListener( const Link& rEventListener ) in AddEventListener()
1214 void Menu::RemoveEventListener( const Link& rEventListener ) in RemoveEventListener()
1233 void Menu::InsertItem( sal_uInt16 nItemId, const XubString& rStr, MenuItemBits nItemBits, sal_uInt1… in InsertItem()
1262 void Menu::InsertItem( sal_uInt16 nItemId, const Image& rImage, in InsertItem()
1269 void Menu::InsertItem( sal_uInt16 nItemId, in InsertItem()
1277 void Menu::InsertItem( const ResId& rResId, sal_uInt16 nPos ) in InsertItem()
1381 void Menu::InsertSeparator( sal_uInt16 nPos ) in InsertSeparator()
1405 void Menu::RemoveItem( sal_uInt16 nPos ) in RemoveItem()
1432 void ImplCopyItem( Menu* pThis, const Menu& rMenu, sal_uInt16 nPos, sal_uInt16 nNewPos, in ImplCopyItem()
1484 void Menu::CopyItem( const Menu& rMenu, sal_uInt16 nPos, sal_uInt16 nNewPos ) in CopyItem()
1489 void Menu::Clear() in Clear()
1495 sal_uInt16 Menu::GetItemCount() const in GetItemCount()
1500 sal_uInt16 Menu::ImplGetVisibleItemCount() const in ImplGetVisibleItemCount()
1511 sal_uInt16 Menu::ImplGetFirstVisible() const in ImplGetFirstVisible()
1521 sal_uInt16 Menu::ImplGetPrevVisible( sal_uInt16 nPos ) const in ImplGetPrevVisible()
1531 sal_uInt16 Menu::ImplGetNextVisible( sal_uInt16 nPos ) const in ImplGetNextVisible()
1541 sal_uInt16 Menu::GetItemId( sal_uInt16 nPos ) const in GetItemId()
1551 sal_uInt16 Menu::GetItemPos( sal_uInt16 nItemId ) const in GetItemPos()
1562 MenuItemType Menu::GetItemType( sal_uInt16 nPos ) const in GetItemType()
1572 sal_uInt16 Menu::GetCurItemId() const in GetCurItemId()
1576 void Menu::SetHightlightItem( sal_uInt16 nHighlightedItem ) in SetHightlightItem()
1580 sal_uInt16 Menu::GetHighlightItem() const in GetHighlightItem()
1586 XubString Menu::GetItemAccKeyStrFromPos(sal_uInt16 nPos) const in GetItemAccKeyStrFromPos()
1596 sal_Bool Menu::IsTemporaryItemFromPos(sal_uInt16 nPos ) const in IsTemporaryItemFromPos()
1606 void Menu::SetItemBits( sal_uInt16 nItemId, MenuItemBits nBits ) in SetItemBits()
1613 MenuItemBits Menu::GetItemBits( sal_uInt16 nItemId ) const in GetItemBits()
1622 void Menu::SetUserValue( sal_uInt16 nItemId, sal_uLong nValue ) in SetUserValue()
1629 sal_uLong Menu::GetUserValue( sal_uInt16 nItemId ) const in GetUserValue()
1635 void Menu::SetPopupMenu( sal_uInt16 nItemId, PopupMenu* pMenu ) in SetPopupMenu()
1667 PopupMenu* Menu::GetPopupMenu( sal_uInt16 nItemId ) const in GetPopupMenu()
1677 void Menu::SetAccelKey( sal_uInt16 nItemId, const KeyCode& rKeyCode ) in SetAccelKey()
1695 KeyCode Menu::GetAccelKey( sal_uInt16 nItemId ) const in GetAccelKey()
1705 KeyEvent Menu::GetActivationKey( sal_uInt16 nItemId ) const in GetActivationKey()
1730 void Menu::CheckItem( sal_uInt16 nItemId, sal_Bool bCheck ) in CheckItem()
1795 sal_Bool Menu::IsItemChecked( sal_uInt16 nItemId ) const in IsItemChecked()
1806 void Menu::EnableItem( sal_uInt16 nItemId, sal_Bool bEnable ) in EnableItem()
1840 sal_Bool Menu::IsItemEnabled( sal_uInt16 nItemId ) const in IsItemEnabled()
1851 void Menu::ShowItem( sal_uInt16 nItemId, sal_Bool bVisible ) in ShowItem()
1875 void Menu::SetItemText( sal_uInt16 nItemId, const XubString& rStr ) in SetItemText()
1904 XubString Menu::GetItemText( sal_uInt16 nItemId ) const in GetItemText()
1915 void Menu::SetItemImage( sal_uInt16 nItemId, const Image& rImage ) in SetItemImage()
1941 void Menu::SetItemImageAngle( sal_uInt16 nItemId, long nAngle10 ) in SetItemImageAngle()
1968 void Menu::SetItemImageMirrorMode( sal_uInt16 nItemId, sal_Bool bMirror ) in SetItemImageMirrorMode()
1986 Image Menu::GetItemImage( sal_uInt16 nItemId ) const in GetItemImage()
1996 long Menu::GetItemImageAngle( sal_uInt16 nItemId ) const in GetItemImageAngle()
2006 sal_Bool Menu::GetItemImageMirrorMode( sal_uInt16 nItemId ) const in GetItemImageMirrorMode()
2016 void Menu::SetItemCommand( sal_uInt16 nItemId, const String& rCommand ) in SetItemCommand()
2024 const XubString& Menu::GetItemCommand( sal_uInt16 nItemId ) const in GetItemCommand()
2034 void Menu::SetHelpCommand( sal_uInt16 nItemId, const XubString& rStr ) in SetHelpCommand()
2042 const XubString& Menu::GetHelpCommand( sal_uInt16 nItemId ) const in GetHelpCommand()
2052 void Menu::SetHelpText( sal_uInt16 nItemId, const XubString& rStr ) in SetHelpText()
2060 const XubString& Menu::ImplGetHelpText( sal_uInt16 nItemId ) const in ImplGetHelpText()
2086 const XubString& Menu::GetHelpText( sal_uInt16 nItemId ) const in GetHelpText()
2091 void Menu::SetTipHelpText( sal_uInt16 nItemId, const XubString& rStr ) in SetTipHelpText()
2099 const XubString& Menu::GetTipHelpText( sal_uInt16 nItemId ) const in GetTipHelpText()
2109 void Menu::SetHelpId( sal_uInt16 nItemId, const rtl::OString& rHelpId ) in SetHelpId()
2117 rtl::OString Menu::GetHelpId( sal_uInt16 nItemId ) const in GetHelpId()
2134 Menu& Menu::operator=( const Menu& rMenu ) in operator =()
2155 sal_Bool Menu::ImplIsVisible( sal_uInt16 nPos ) const in ImplIsVisible()
2224 sal_Bool Menu::IsItemVisible( sal_uInt16 nItemId ) const in IsItemVisible()
2229 sal_Bool Menu::IsItemPosVisible( sal_uInt16 nItemPos ) const in IsItemPosVisible()
2234 sal_Bool Menu::IsMenuVisible() const in IsMenuVisible()
2239 sal_Bool Menu::ImplIsSelectable( sal_uInt16 nPos ) const in ImplIsSelectable()
2251 void Menu::SelectItem( sal_uInt16 nItemId ) in SelectItem()
2259 ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > Menu::GetAccessibl… in GetAccessible()
2269 if ( static_cast< Menu* >( pStartedFrom->GetPopupMenu( nItemId ) ) == this ) in GetAccessible()
2291 void Menu::SetAccessible( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::… in SetAccessible()
2296 long Menu::ImplGetNativeCheckAndRadioSize( Window* pWin, long& rCheckHeight, long& rRadioHeight, lo… in ImplGetNativeCheckAndRadioSize()
2345 void Menu::ImplAddDel( ImplMenuDelData& rDel ) in ImplAddDel()
2358 void Menu::ImplRemoveDel( ImplMenuDelData& rDel ) in ImplRemoveDel()
2379 Size Menu::ImplCalcSize( Window* pWin ) in ImplCalcSize()
2638 void Menu::ImplPaint( Window* pWin, sal_uInt16 nBorder, long nStartY, MenuItemData* pThisItemOnly, … in ImplPaint()
2953 Menu* Menu::ImplGetStartMenu() in ImplGetStartMenu()
2955 Menu* pStart = this; in ImplGetStartMenu()
2961 void Menu::ImplCallHighlight( sal_uInt16 nHighlightedItem ) in ImplCallHighlight()
2978 IMPL_LINK( Menu, ImplCallSelect, Menu*, EMPTYARG ) in IMPL_LINK() argument
2985 Menu* Menu::ImplFindSelectMenu() in ImplFindSelectMenu()
2987 Menu* pSelMenu = nEventId ? this : NULL; in ImplFindSelectMenu()
3000 Menu* Menu::ImplFindMenu( sal_uInt16 nItemId ) in ImplFindMenu()
3002 Menu* pSelMenu = NULL; in ImplFindMenu()
3017 void Menu::RemoveDisabledEntries( sal_Bool bCheckPopups, sal_Bool bRemoveEmptyPopups ) in RemoveDisabledEntries()
3052 sal_Bool Menu::HasValidEntries( sal_Bool bCheckPopups ) in HasValidEntries()
3070 void Menu::SetLogo( const MenuLogo& rLogo ) in SetLogo()
3076 void Menu::SetLogo() in SetLogo()
3082 MenuLogo Menu::GetLogo() const in GetLogo()
3090 void Menu::ImplKillLayoutData() const in ImplKillLayoutData()
3095 void Menu::ImplFillLayoutData() const in ImplFillLayoutData()
3112 String Menu::GetDisplayText() const in GetDisplayText()
3119 Rectangle Menu::GetCharacterBounds( sal_uInt16 nItemID, long nIndex ) const in GetCharacterBounds()
3139 long Menu::GetIndexForPoint( const Point& rPoint, sal_uInt16& rItemID ) const in GetIndexForPoint()
3163 long Menu::GetLineCount() const in GetLineCount()
3170 Pair Menu::GetLineStartEnd( long nLine ) const in GetLineStartEnd()
3177 Pair Menu::GetItemStartEnd( sal_uInt16 nItem ) const in GetItemStartEnd()
3189 sal_uInt16 Menu::GetDisplayItemId( long nLine ) const in GetDisplayItemId()
3199 sal_Bool Menu::ConvertPoint( Point& rPoint, Window* pReferenceWindow ) const in ConvertPoint()
3211 Rectangle Menu::GetBoundingRectangle( sal_uInt16 nPos ) const in GetBoundingRectangle()
3226 void Menu::SetAccessibleName( sal_uInt16 nItemId, const XubString& rStr ) in SetAccessibleName()
3238 XubString Menu::GetAccessibleName( sal_uInt16 nItemId ) const in GetAccessibleName()
3248 void Menu::SetAccessibleDescription( sal_uInt16 nItemId, const XubString& rStr ) in SetAccessibleDescription()
3256 XubString Menu::GetAccessibleDescription( sal_uInt16 nItemId ) const in GetAccessibleDescription()
3266 void Menu::ImplSetSalMenu( SalMenu *pSalMenu ) in ImplSetSalMenu()
3273 sal_Bool Menu::GetSystemMenuData( SystemMenuData* pData ) const in GetSystemMenuData()
3275 Menu* pMenu = (Menu*)this; in GetSystemMenuData()
3285 bool Menu::IsHighlighted( sal_uInt16 nItemPos ) const in IsHighlighted()
3300 void Menu::HighlightItem( sal_uInt16 nItemPos ) in HighlightItem()
3321 MenuBar::MenuBar() : Menu( sal_True ) in MenuBar()
3329 MenuBar::MenuBar( const MenuBar& rMenu ) : Menu( sal_True ) in MenuBar()
3339 MenuBar::MenuBar( const ResId& rResId ) : Menu ( sal_True ) in MenuBar()
3467 sal_Bool MenuBar::HandleMenuActivateEvent( Menu *pMenu ) const in HandleMenuActivateEvent()
3473 pMenu->pStartedFrom = (Menu*)this; in HandleMenuActivateEvent()
3483 sal_Bool MenuBar::HandleMenuDeActivateEvent( Menu *pMenu ) const in HandleMenuDeActivateEvent()
3489 pMenu->pStartedFrom = (Menu*)this; in HandleMenuDeActivateEvent()
3498 sal_Bool MenuBar::HandleMenuHighlightEvent( Menu *pMenu, sal_uInt16 nHighlightEventId ) const in HandleMenuHighlightEvent()
3501 pMenu = ((Menu*) this)->ImplFindMenu( nHighlightEventId ); in HandleMenuHighlightEvent()
3513 pMenu->pStartedFrom = (Menu*)this; in HandleMenuHighlightEvent()
3522 sal_Bool MenuBar::HandleMenuCommandEvent( Menu *pMenu, sal_uInt16 nCommandEventId ) const in HandleMenuCommandEvent()
3525 pMenu = ((Menu*) this)->ImplFindMenu( nCommandEventId ); in HandleMenuCommandEvent()
3529 pMenu->pStartedFrom = (Menu*)this; in HandleMenuCommandEvent()
3564 sal_Bool MenuBar::HandleMenuButtonEvent( Menu *, sal_uInt16 i_nButtonId ) const in HandleMenuButtonEvent() argument
3584 PopupMenu::PopupMenu( const PopupMenu& rMenu ) : Menu() in PopupMenu()
3677 …plExecute( Window* pW, const Rectangle& rRect, sal_uLong nPopupModeFlags, Menu* pSFrom, sal_Bool b… in ImplExecute()
3896 Menu* pSelect = ImplFindSelectMenu(); in ImplExecute()
3997 MenuFloatingWindow::MenuFloatingWindow( Menu* pMen, Window* pParent, WinBits nStyle ) : in MenuFloatingWindow()
4209 Menu* pM = pMenu; in IMPL_LINK()
4311 Menu* pTest = pActivePopup; in IMPL_LINK()
4433 Menu* pStart = pMenu ? pMenu->ImplGetStartMenu() : NULL; in EndExecute()
4457 Menu* pM = pMenu; in EndExecute()
5035 Menu* pStart = pMenu->ImplGetStartMenu(); in KeyInput()
5066 Menu* pStart = pMenu->ImplGetStartMenu(); in KeyInput()
5168 Menu* pM = pMenu; in RequestHelp()
5482 void MenuBarWindow::PopupClosed( Menu* pPopup ) in PopupClosed()
6183 ImplMenuDelData::ImplMenuDelData( const Menu* pMenu ) in ImplMenuDelData()
6188 const_cast< Menu* >( pMenu )->ImplAddDel( *this ); in ImplMenuDelData()
6194 const_cast< Menu* >( mpMenu )->ImplRemoveDel( *this ); in ~ImplMenuDelData()