Searched refs:UIConfigElementWrapperBase (Results 1 – 8 of 8) sorted by relevance
/trunk/main/framework/source/helper/ |
H A D | uiconfigelementwrapperbase.cxx | 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() 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() 419 ::cppu::IPropertyArrayHelper& SAL_CALL UIConfigElementWrapperBase::getInfoHelper() in getInfoHelper() 532 void UIConfigElementWrapperBase::impl_fillNewData() in impl_fillNewData() 548 Reference< XFrame > SAL_CALL UIConfigElementWrapperBase::getFrame() throw (RuntimeException) in getFrame() 555 ::rtl::OUString SAL_CALL UIConfigElementWrapperBase::getResourceURL() throw (RuntimeException) in getResourceURL() [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
|
Completed in 30 milliseconds