Home
last modified time | relevance | path

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

/AOO41X/main/framework/source/helper/
H A Duielementwrapperbase.cxx67 DEFINE_XINTERFACE_8 ( UIElementWrapperBase , in DEFINE_XINTERFACE_8() argument
79 DEFINE_XTYPEPROVIDER_8 ( UIElementWrapperBase , in DEFINE_XINTERFACE_8()
90 UIElementWrapperBase::UIElementWrapperBase( sal_Int16 nType ) in DEFINE_XINTERFACE_8()
102 UIElementWrapperBase::~UIElementWrapperBase() in ~UIElementWrapperBase()
106 void SAL_CALL UIElementWrapperBase::dispose() throw (::com::sun::star::uno::RuntimeException) in dispose()
113 void SAL_CALL UIElementWrapperBase::addEventListener( const ::com::sun::star::uno::Reference< ::com… in addEventListener()
118 void SAL_CALL UIElementWrapperBase::removeEventListener( const ::com::sun::star::uno::Reference< ::… in removeEventListener()
123 void SAL_CALL UIElementWrapperBase::initialize( const Sequence< Any >& aArguments ) in initialize()
151 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > SAL_CALL UIElementWrapperBase::… in getFrame()
157 ::rtl::OUString SAL_CALL UIElementWrapperBase::getResourceURL() throw (::com::sun::star::uno::Runti… in getResourceURL()
[all …]
/AOO41X/main/framework/source/uielement/
H A Dpanelwrapper.cxx73 UIElementWrapperBase( UIElementType::DOCKINGWINDOW ), in PanelWrapper()
86 UIElementWrapperBase::acquire(); in acquire()
91 UIElementWrapperBase::release(); in release()
97 return UIElementWrapperBase::queryInterface( rType ); in queryInterface()
149 UIElementWrapperBase::initialize( aArguments ); in initialize()
223 UIElementWrapperBase::setFastPropertyValue_NoBroadcast( nHandle, aValue ); in setFastPropertyValue_NoBroadcast()
H A Daddonstoolbarwrapper.cxx82 UIElementWrapperBase( UIElementType::TOOLBAR ), in AddonsToolBarWrapper()
119 UIElementWrapperBase::initialize( aArguments ); in initialize()
H A Dprogressbarwrapper.cxx70 UIElementWrapperBase( ::com::sun::star::ui::UIElementType::PROGRESSBAR ) in ProgressBarWrapper()
/AOO41X/main/framework/inc/helper/
H A Duielementwrapperbase.hxx56 class UIElementWrapperBase : public ::com::sun::star::lang::XTypeProvider , class
70 UIElementWrapperBase( sal_Int16 nType );
71 virtual ~UIElementWrapperBase();
/AOO41X/main/framework/inc/uielement/
H A Daddonstoolbarwrapper.hxx48 class AddonsToolBarWrapper : public UIElementWrapperBase
H A Dpanelwrapper.hxx48 class PanelWrapper : public UIElementWrapperBase
H A Dprogressbarwrapper.hxx56 class ProgressBarWrapper : public UIElementWrapperBase