Home
last modified time | relevance | path

Searched refs:ToolbarMenuAcc (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx52 ToolbarMenuAcc::ToolbarMenuAcc( ToolbarMenu_Impl& rParent ) in ToolbarMenuAcc() function in svtools::ToolbarMenuAcc
62 ToolbarMenuAcc::~ToolbarMenuAcc() in ~ToolbarMenuAcc()
70 IMPL_LINK( ToolbarMenuAcc, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
404 awt::Rectangle SAL_CALL ToolbarMenuAcc::getBounds() throw (RuntimeException) in getBounds()
422 awt::Point SAL_CALL ToolbarMenuAcc::getLocation() throw (RuntimeException) in getLocation()
442 awt::Size SAL_CALL ToolbarMenuAcc::getSize() throw (RuntimeException) in getSize()
452 void SAL_CALL ToolbarMenuAcc::grabFocus() throw (RuntimeException) in grabFocus()
469 sal_Int32 SAL_CALL ToolbarMenuAcc::getForeground() throw (RuntimeException) in getForeground()
478 sal_Int32 SAL_CALL ToolbarMenuAcc::getBackground() throw (RuntimeException) in getBackground()
570 void SAL_CALL ToolbarMenuAcc::disposing (void) in disposing()
[all …]
H A Dtoolbarmenuimp.hxx121 class ToolbarMenuAcc : class
127 ToolbarMenuAcc( ToolbarMenu_Impl& rParent );
128 ~ToolbarMenuAcc();
271 rtl::Reference< ToolbarMenuAcc > mxAccessible;
291 void setAccessible( ToolbarMenuAcc* pAccessible );
H A Dtoolbarmenu.cxx234 void ToolbarMenu_Impl::setAccessible( ToolbarMenuAcc* pAccessible ) in setAccessible()
1668 mpImpl->setAccessible( new ToolbarMenuAcc( *mpImpl ) ); in CreateAccessible()

Completed in 30 milliseconds