H A D | toolbarmenu.cxx | 793 void ToolbarMenu::appendEntry( int nEntryId, const String& rStr, MenuItemBits nItemBits ) in appendEntry() function in svtools::ToolbarMenu 795 appendEntry( new ToolbarMenuEntry( *this, nEntryId, rStr, nItemBits ) ); in appendEntry() 800 void ToolbarMenu::appendEntry( int nEntryId, const Image& rImage, MenuItemBits nItemBits ) in appendEntry() function in svtools::ToolbarMenu 802 appendEntry( new ToolbarMenuEntry( *this, nEntryId, rImage, nItemBits ) ); in appendEntry() 807 void ToolbarMenu::appendEntry( int nEntryId, const String& rStr, const Image& rImage, MenuItemBits … in appendEntry() function in svtools::ToolbarMenu 809 appendEntry( new ToolbarMenuEntry( *this, nEntryId, rImage, rStr, nItemBits ) ); in appendEntry() 814 void ToolbarMenu::appendEntry( int nEntryId, Control* pControl, MenuItemBits nItemBits ) in appendEntry() function in svtools::ToolbarMenu 816 appendEntry( new ToolbarMenuEntry( *this, nEntryId, pControl, nItemBits ) ); in appendEntry() 821 void ToolbarMenu::appendEntry( ToolbarMenuEntry* pEntry ) in appendEntry() function in svtools::ToolbarMenu 833 appendEntry( 0 ); in appendSeparator()
|