Lines Matching refs:ToolbarMenu
92 ToolbarMenuEntry::ToolbarMenuEntry( ToolbarMenu& rMenu, int nEntryId, const String& rText, MenuItem… in ToolbarMenuEntry()
103 ToolbarMenuEntry::ToolbarMenuEntry( ToolbarMenu& rMenu, int nEntryId, const Image& rImage, MenuItem… in ToolbarMenuEntry()
114 ToolbarMenuEntry::ToolbarMenuEntry( ToolbarMenu& rMenu, int nEntryId, const Image& rImage, const St… in ToolbarMenuEntry()
128 ToolbarMenuEntry::ToolbarMenuEntry( ToolbarMenu& rMenu, int nEntryId, Control* pControl, MenuItemBi… in ToolbarMenuEntry()
212 ToolbarMenu_Impl::ToolbarMenu_Impl( ToolbarMenu& rMenu, const ::com::sun::star::uno::Reference< ::c… in ToolbarMenu_Impl()
451 IMPL_LINK( ToolbarMenu, HighlightHdl, Control *, pControl ) in IMPL_LINK() argument
460 ToolbarMenu::ToolbarMenu( const Reference< XFrame >& rFrame, Window* pParentWindow, WinBits nBits ) in ToolbarMenu() function in svtools::ToolbarMenu
468 ToolbarMenu::ToolbarMenu( const Reference< XFrame >& rFrame, Window* pParentWindow, const ResId& rR… in ToolbarMenu() function in svtools::ToolbarMenu
476 void ToolbarMenu::implInit(const Reference< XFrame >& rFrame) in implInit()
492 ToolbarMenu::~ToolbarMenu() in ~ToolbarMenu()
517 int ToolbarMenu::getSelectedEntryId() const in getSelectedEntryId()
525 int ToolbarMenu::getHighlightedEntryId() const in getHighlightedEntryId()
533 void ToolbarMenu::checkEntry( int nEntryId, bool bChecked ) in checkEntry()
545 bool ToolbarMenu::isEntryChecked( int nEntryId ) const in isEntryChecked()
553 void ToolbarMenu::enableEntry( int nEntryId, bool bEnable ) in enableEntry()
572 bool ToolbarMenu::isEntryEnabled( int nEntryId ) const in isEntryEnabled()
580 void ToolbarMenu::setEntryText( int nEntryId, const String& rStr ) in setEntryText()
594 const String& ToolbarMenu::getEntryText( int nEntryId ) const in getEntryText()
608 void ToolbarMenu::setEntryImage( int nEntryId, const Image& rImage ) in setEntryImage()
622 const Image& ToolbarMenu::getEntryImage( int nEntryId ) const in getEntryImage()
636 void ToolbarMenu::initWindow() in initWindow()
651 Size ToolbarMenu::implCalcSize() in implCalcSize()
766 void ToolbarMenu::highlightFirstEntry() in highlightFirstEntry()
773 void ToolbarMenu::GetFocus() in GetFocus()
783 void ToolbarMenu::LoseFocus() in LoseFocus()
793 void ToolbarMenu::appendEntry( int nEntryId, const String& rStr, MenuItemBits nItemBits ) in appendEntry()
800 void ToolbarMenu::appendEntry( int nEntryId, const Image& rImage, MenuItemBits nItemBits ) in appendEntry()
807 void ToolbarMenu::appendEntry( int nEntryId, const String& rStr, const Image& rImage, MenuItemBits … in appendEntry()
814 void ToolbarMenu::appendEntry( int nEntryId, Control* pControl, MenuItemBits nItemBits ) in appendEntry()
821 void ToolbarMenu::appendEntry( ToolbarMenuEntry* pEntry ) in appendEntry()
831 void ToolbarMenu::appendSeparator() in appendSeparator()
839 ValueSet* ToolbarMenu::createEmptyValueSetControl() in createEmptyValueSetControl()
844 pSet->SetHighlightHdl( LINK( this, ToolbarMenu, HighlightHdl ) ); in createEmptyValueSetControl()
850 ToolbarMenuEntry* ToolbarMenu::implGetEntry( int nEntry ) const in implGetEntry()
857 ToolbarMenuEntry* ToolbarMenu::implSearchEntry( int nEntryId ) const in implSearchEntry()
875 void ToolbarMenu::implHighlightEntry( int nHighlightEntry, bool bHighlight ) in implHighlightEntry()
970 void ToolbarMenu::implSelectEntry( int nSelectedEntry ) in implSelectEntry()
984 void ToolbarMenu::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
993 void ToolbarMenu::MouseButtonUp( const MouseEvent& ) in MouseButtonUp()
999 void ToolbarMenu::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
1009 void ToolbarMenu::implHighlightEntry( const MouseEvent& rMEvt, bool bMBDown ) in implHighlightEntry()
1066 void ToolbarMenu::implChangeHighlightEntry( int nEntry ) in implChangeHighlightEntry()
1116 ToolbarMenuEntry* ToolbarMenu::implCursorUpDown( bool bUp, bool bHomeEnd ) in implCursorUpDown()
1227 void ToolbarMenu::KeyInput( const KeyEvent& rKEvent ) in KeyInput()
1372 void ToolbarMenu::implPaint( ToolbarMenuEntry* pThisOnly, bool bHighlighted ) in implPaint()
1604 void ToolbarMenu::Paint( const Rectangle& ) in Paint()
1616 void ToolbarMenu::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
1623 void ToolbarMenu::StateChanged( StateChangedType nType ) in StateChanged()
1636 void ToolbarMenu::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
1652 void ToolbarMenu::Command( const CommandEvent& rCEvt ) in Command()
1666 Reference< ::com::sun::star::accessibility::XAccessible > ToolbarMenu::CreateAccessible() in CreateAccessible()
1675 void ToolbarMenu::AddStatusListener( const rtl::OUString& rCommandURL ) in AddStatusListener()
1683 void ToolbarMenu::RemoveStatusListener( const rtl::OUString& rCommandURL ) in RemoveStatusListener()
1690 void ToolbarMenu::UpdateStatus( const rtl::OUString& rCommandURL ) in UpdateStatus()
1698 void SAL_CALL ToolbarMenu::statusChanged( const ::com::sun::star::frame::FeatureStateEvent& /*Event… in statusChanged()
1709 ToolbarMenu& rToolbarMenu );
1714 ToolbarMenu* mpMenu;
1722 ToolbarMenu& rToolbarMenu ) in ToolbarMenuStatusListener()
1746 void ToolbarMenu::initStatusListener() in initStatusListener()
1754 bool ToolbarMenu::IsInPopupMode() in IsInPopupMode()
1761 void ToolbarMenu::EndPopupMode() in EndPopupMode()
1768 const Size& ToolbarMenu::getMenuSize() const in getMenuSize()
1775 void ToolbarMenu::SetSelectHdl( const Link& rLink ) in SetSelectHdl()
1782 const Link& ToolbarMenu::GetSelectHdl() const in GetSelectHdl()
1789 Reference< XFrame > ToolbarMenu::GetFrame() const in GetFrame()