Searched refs:UIConfigElementWrapperBase (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/framework/source/helper/ |
| H A D | uiconfigelementwrapperbase.cxx | 83 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 D | toolbarwrapper.cxx | 82 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 D | menubarwrapper.cxx | 72 UIConfigElementWrapperBase , in DEFINE_XINTERFACE_11() argument 104 : UIConfigElementWrapperBase( UIElementType::MENUBAR,xServiceManager ), in DEFINE_XINTERFACE_11() 144 UIConfigElementWrapperBase::initialize( aArguments ); in initialize()
|
| H A D | statusbarwrapper.cxx | 76 : UIConfigElementWrapperBase( UIElementType::STATUSBAR,xServiceManager ) in StatusBarWrapper() 117 UIConfigElementWrapperBase::initialize( aArguments ); in initialize()
|
| /trunk/main/framework/inc/helper/ |
| H A D | uiconfigelementwrapperbase.hxx | 61 class UIConfigElementWrapperBase : public ::com::sun::star::lang::XTypeProvider , class 77 …UIConfigElementWrapperBase( sal_Int16 nType,const ::com::sun::star::uno::Reference< ::com::sun::st… 78 virtual ~UIConfigElementWrapperBase();
|
| /trunk/main/framework/inc/uielement/ |
| H A D | statusbarwrapper.hxx | 48 class StatusBarWrapper : public UIConfigElementWrapperBase
|
| H A D | menubarwrapper.hxx | 54 class MenuBarWrapper : public UIConfigElementWrapperBase,
|
| H A D | toolbarwrapper.hxx | 50 public UIConfigElementWrapperBase
|