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.cxx97 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 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

Completed in 28 milliseconds