Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx616 ToolbarMenuEntryAcc::ToolbarMenuEntryAcc( ToolbarMenuEntry* pParent ) in ToolbarMenuEntryAcc() function in svtools::ToolbarMenuEntryAcc
624 ToolbarMenuEntryAcc::~ToolbarMenuEntryAcc() in ~ToolbarMenuEntryAcc()
654 void SAL_CALL ToolbarMenuEntryAcc::disposing (void) in disposing()
755 sal_Int16 SAL_CALL ToolbarMenuEntryAcc::getAccessibleRole() throw (RuntimeException) in getAccessibleRole()
910 awt::Rectangle SAL_CALL ToolbarMenuEntryAcc::getBounds() throw (RuntimeException) in getBounds()
934 awt::Point SAL_CALL ToolbarMenuEntryAcc::getLocation() throw (RuntimeException) in getLocation()
960 awt::Size SAL_CALL ToolbarMenuEntryAcc::getSize() throw (RuntimeException) in getSize()
973 void SAL_CALL ToolbarMenuEntryAcc::grabFocus() throw (RuntimeException) in grabFocus()
980 Any SAL_CALL ToolbarMenuEntryAcc::getAccessibleKeyBinding() throw (RuntimeException) in getAccessibleKeyBinding()
987 sal_Int32 SAL_CALL ToolbarMenuEntryAcc::getForeground( ) throw (RuntimeException) in getForeground()
[all …]
H A Dtoolbarmenuimp.hxx208 class ToolbarMenuEntryAcc : public ::comphelper::OBaseMutex, class
212 ToolbarMenuEntryAcc( ToolbarMenuEntry* pParent );
213 ~ToolbarMenuEntryAcc();
H A Dtoolbarmenu.cxx166 mxAccContext = Reference< XAccessibleContext >( new ToolbarMenuEntryAcc( this ) ); in GetAccessible()

Completed in 28 milliseconds