Home
last modified time | relevance | path

Searched refs:MenuBarWrapper (Results 1 – 4 of 4) sorted by relevance

/trunk/main/framework/source/uielement/
H A Dmenubarwrapper.cxx71 DEFINE_XINTERFACE_11 ( MenuBarWrapper , in DEFINE_XINTERFACE_11() argument
86 DEFINE_XTYPEPROVIDER_11 ( MenuBarWrapper , in DEFINE_XINTERFACE_11()
101 MenuBarWrapper::MenuBarWrapper( in DEFINE_XINTERFACE_11()
109 MenuBarWrapper::~MenuBarWrapper() in ~MenuBarWrapper()
113 void SAL_CALL MenuBarWrapper::dispose() throw (::com::sun::star::uno::RuntimeException) in dispose()
132 void SAL_CALL MenuBarWrapper::initialize( const Sequence< Any >& aArguments ) throw ( Exception, Ru… in initialize()
229 void SAL_CALL MenuBarWrapper::updateSettings() throw ( RuntimeException ) in updateSettings()
258 void MenuBarWrapper::impl_fillNewData() in impl_fillNewData()
268 void MenuBarWrapper::fillPopupControllerCache() in fillPopupControllerCache()
281 Type SAL_CALL MenuBarWrapper::getElementType() in getElementType()
[all …]
/trunk/main/framework/inc/uielement/
H A Dmenubarwrapper.hxx54 class MenuBarWrapper : public UIConfigElementWrapperBase, class
60 MenuBarWrapper(
62 virtual ~MenuBarWrapper();
/trunk/main/framework/source/uifactory/
H A Dmenubarfactory.cxx111 MenuBarWrapper* pMenuBarWrapper = new MenuBarWrapper( m_xServiceManager ); in createUIElement()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx787 MenuBarWrapper* pMenuBarWrapper = SAL_STATIC_CAST( MenuBarWrapper*, xMenuBar.get() ); in implts_updateUIElementsVisibleState()
1214 MenuBarWrapper* pMenuBarWrapper = SAL_STATIC_CAST( MenuBarWrapper*, m_xMenuBar.get() ); in implts_resetInplaceMenuBar()
2628 MenuBarWrapper* pMenuBarWrapper = static_cast< MenuBarWrapper* >( m_xMenuBar.get() ); in implts_resetMenuBar()