Lines Matching refs:ToolbarMenu_Impl

212 ToolbarMenu_Impl::ToolbarMenu_Impl( ToolbarMenu& rMenu, const ::com::sun::star::uno::Reference< ::c…  in ToolbarMenu_Impl()  function in svtools::ToolbarMenu_Impl
227 ToolbarMenu_Impl::~ToolbarMenu_Impl() in ~ToolbarMenu_Impl()
234 void ToolbarMenu_Impl::setAccessible( ToolbarMenuAcc* pAccessible ) in setAccessible()
247 void ToolbarMenu_Impl::fireAccessibleEvent( short nEventId, const ::com::sun::star::uno::Any& rOldV… in fireAccessibleEvent()
255 bool ToolbarMenu_Impl::hasAccessibleListeners() in hasAccessibleListeners()
262 sal_Int32 ToolbarMenu_Impl::getAccessibleChildCount() throw (RuntimeException) in getAccessibleChildCount()
287 Reference< XAccessible > ToolbarMenu_Impl::getAccessibleChild( sal_Int32 index ) throw (IndexOutOfB… in getAccessibleChild()
309 Reference< XAccessible > ToolbarMenu_Impl::getAccessibleChild( Control* pControl, sal_Int32 childIn… in getAccessibleChild()
326 void ToolbarMenu_Impl::selectAccessibleChild( sal_Int32 nChildIndex ) throw (IndexOutOfBoundsExcept… in selectAccessibleChild()
357 sal_Bool ToolbarMenu_Impl::isAccessibleChildSelected( sal_Int32 nChildIndex ) throw (IndexOutOfBoun… in isAccessibleChildSelected()
391 void ToolbarMenu_Impl::clearAccessibleSelection() in clearAccessibleSelection()
403 void ToolbarMenu_Impl::notifyHighlightedEntry() in notifyHighlightedEntry()
440 ToolbarMenuEntry* ToolbarMenu_Impl::implGetEntry( int nEntry ) const in implGetEntry()
478 mpImpl = new ToolbarMenu_Impl( *this, rFrame ); in implInit()
1194 void ToolbarMenu_Impl::implHighlightControl( sal_uInt16 nCode, Control* pControl ) in implHighlightControl()