Home
last modified time | relevance | path

Searched refs:UpDownBarWrapper (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx141 UpDownBarWrapper::UpDownBarWrapper( in UpDownBarWrapper() function in chart::wrapper::UpDownBarWrapper
149 UpDownBarWrapper::~UpDownBarWrapper() in ~UpDownBarWrapper()
154 void SAL_CALL UpDownBarWrapper::dispose() in dispose()
161 void SAL_CALL UpDownBarWrapper::addEventListener( in addEventListener()
168 void SAL_CALL UpDownBarWrapper::removeEventListener( in removeEventListener()
175 ::cppu::IPropertyArrayHelper& UpDownBarWrapper::getInfoHelper() in getInfoHelper()
181 uno::Reference< beans::XPropertySetInfo > SAL_CALL UpDownBarWrapper::getPropertySetInfo() in getPropertySetInfo()
208 uno::Any SAL_CALL UpDownBarWrapper::getPropertyValue( const ::rtl::OUString& rPropertyName ) in getPropertyValue()
355 void SAL_CALL UpDownBarWrapper::setAllPropertiesToDefault( ) in setAllPropertiesToDefault()
393 Sequence< OUString > UpDownBarWrapper::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
[all …]
H A DUpDownBarWrapper.hxx53 class UpDownBarWrapper : public MutexContainer class
67 UpDownBarWrapper( bool bUp, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
68 virtual ~UpDownBarWrapper();
H A Dmakefile.mk52 $(SLO)$/UpDownBarWrapper.obj \
H A DDiagramWrapper.cxx1093 m_xUpBarWrapper = new UpDownBarWrapper( true, m_spChart2ModelContact ); in getUpBar()
1104 m_xDownBarWrapper = new UpDownBarWrapper( false, m_spChart2ModelContact ); in getDownBar()

Completed in 42 milliseconds