Lines Matching refs:MenuItemList
202 class MenuItemList : public List class
209 MenuItemList() : List( 16, 4 ) {} in MenuItemList() function in MenuItemList
210 ~MenuItemList();
234 MenuItemList::~MenuItemList() in ~MenuItemList()
243 MenuItemData* MenuItemList::Insert( sal_uInt16 nId, MenuItemType eType, in Insert()
277 void MenuItemList::InsertSeparator( sal_uInt16 nPos ) in InsertSeparator()
307 void MenuItemList::Remove( sal_uInt16 nPos ) in Remove()
314 MenuItemData* MenuItemList::GetData( sal_uInt16 nSVId, sal_uInt16& rPos ) const in GetData()
330 MenuItemData* MenuItemList::SearchItem( xub_Unicode cSelectChar, KeyCode aKeyCode, sal_uInt16& rPos… in SearchItem()
391 sal_uInt16 MenuItemList::GetItemCount( xub_Unicode cSelectChar ) const in GetItemCount()
407 sal_uInt16 MenuItemList::GetItemCount( KeyCode aKeyCode ) const in GetItemCount()
440 uno::Reference< i18n::XCharacterClassification > MenuItemList::GetCharClass() const in GetCharClass()
443 ((MenuItemList*)this)->xCharClass = vcl::unohelper::CreateCharacterClassification(); in GetCharClass()
969 pItemList = new MenuItemList; in ImplInit()