Home
last modified time | relevance | path

Searched refs:UIConfigElementWrapperBase (Results 1 – 8 of 8) sorted by relevance

/trunk/main/framework/source/helper/
H A Duiconfigelementwrapperbase.cxx83 DEFINE_XINTERFACE_10 ( UIConfigElementWrapperBase in DEFINE_XINTERFACE_10() argument
97 DEFINE_XTYPEPROVIDER_10 ( UIConfigElementWrapperBase , in DEFINE_XINTERFACE_10()
110 UIConfigElementWrapperBase::UIConfigElementWrapperBase( sal_Int16 nType,const ::com::sun::star::uno… in DEFINE_XINTERFACE_10()
127 UIConfigElementWrapperBase::~UIConfigElementWrapperBase() in ~UIConfigElementWrapperBase()
132 void SAL_CALL UIConfigElementWrapperBase::dispose() throw (::com::sun::star::uno::RuntimeException) in dispose()
139 void SAL_CALL UIConfigElementWrapperBase::addEventListener( const ::com::sun::star::uno::Reference<… in addEventListener()
144 void SAL_CALL UIConfigElementWrapperBase::removeEventListener( const ::com::sun::star::uno::Referen… in removeEventListener()
150 void SAL_CALL UIConfigElementWrapperBase::disposing( const EventObject& ) in disposing()
157 void SAL_CALL UIConfigElementWrapperBase::initialize( const Sequence< Any >& aArguments ) in initialize()
191 void SAL_CALL UIConfigElementWrapperBase::update() throw (::com::sun::star::uno::RuntimeException) in update()
[all …]
/trunk/main/framework/source/uielement/
H A Dtoolbarwrapper.cxx82 UIConfigElementWrapperBase( UIElementType::TOOLBAR,xServiceManager ) in ToolBarWrapper()
93 UIConfigElementWrapperBase::acquire(); in acquire()
98 UIConfigElementWrapperBase::release(); in release()
111 return UIConfigElementWrapperBase::queryInterface( rType ); in queryInterface()
150 UIConfigElementWrapperBase::initialize( aArguments ); in initialize()
320 UIConfigElementWrapperBase::setFastPropertyValue_NoBroadcast( nHandle, aValue ); in setFastPropertyValue_NoBroadcast()
H A Dmenubarwrapper.cxx72 UIConfigElementWrapperBase , in DEFINE_XINTERFACE_11() argument
104 : UIConfigElementWrapperBase( UIElementType::MENUBAR,xServiceManager ), in DEFINE_XINTERFACE_11()
144 UIConfigElementWrapperBase::initialize( aArguments ); in initialize()
H A Dstatusbarwrapper.cxx76 : UIConfigElementWrapperBase( UIElementType::STATUSBAR,xServiceManager ) in StatusBarWrapper()
117 UIConfigElementWrapperBase::initialize( aArguments ); in initialize()
/trunk/main/framework/inc/helper/
H A Duiconfigelementwrapperbase.hxx61 class UIConfigElementWrapperBase : public ::com::sun::star::lang::XTypeProvider , class
77UIConfigElementWrapperBase( sal_Int16 nType,const ::com::sun::star::uno::Reference< ::com::sun::st…
78 virtual ~UIConfigElementWrapperBase();
/trunk/main/framework/inc/uielement/
H A Dstatusbarwrapper.hxx48 class StatusBarWrapper : public UIConfigElementWrapperBase
H A Dmenubarwrapper.hxx54 class MenuBarWrapper : public UIConfigElementWrapperBase,
H A Dtoolbarwrapper.hxx50 public UIConfigElementWrapperBase