Searched refs:UIElementWrapperBase (Results 1 – 8 of 8) sorted by relevance
67 DEFINE_XINTERFACE_8 ( UIElementWrapperBase , in DEFINE_XINTERFACE_8() argument79 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()123 void SAL_CALL UIElementWrapperBase::initialize( const Sequence< Any >& aArguments ) in initialize()162 ::sal_Int16 SAL_CALL UIElementWrapperBase::getType() throw (::com::sun::star::uno::RuntimeException) in getType()168 void SAL_CALL UIElementWrapperBase::update() throw (::com::sun::star::uno::RuntimeException) in update()174 sal_Bool SAL_CALL UIElementWrapperBase::convertFastPropertyValue( Any& /*aConvertedValue*/ , in convertFastPropertyValue()189 void SAL_CALL UIElementWrapperBase::getFastPropertyValue( com::sun::star::uno::Any& aValue , in getFastPropertyValue()[all …]
73 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()
82 UIElementWrapperBase( UIElementType::TOOLBAR ), in AddonsToolBarWrapper()119 UIElementWrapperBase::initialize( aArguments ); in initialize()
70 UIElementWrapperBase( ::com::sun::star::ui::UIElementType::PROGRESSBAR ) in ProgressBarWrapper()
56 class UIElementWrapperBase : public ::com::sun::star::lang::XTypeProvider , class70 UIElementWrapperBase( sal_Int16 nType );71 virtual ~UIElementWrapperBase();
48 class AddonsToolBarWrapper : public UIElementWrapperBase
48 class PanelWrapper : public UIElementWrapperBase
56 class ProgressBarWrapper : public UIElementWrapperBase
Completed in 39 milliseconds