Home
last modified time | relevance | path

Searched refs:AreaWrapper (Results 1 – 5 of 5) sorted by relevance

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DAreaWrapper.cxx95 AreaWrapper::AreaWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact ) : in AreaWrapper() function in chart::wrapper::AreaWrapper
101 AreaWrapper::~AreaWrapper() in ~AreaWrapper()
105 awt::Point SAL_CALL AreaWrapper::getPosition() in getPosition()
110 void SAL_CALL AreaWrapper::setPosition( const awt::Point& /*aPosition*/ ) in setPosition()
115 awt::Size SAL_CALL AreaWrapper::getSize() in getSize()
120 void SAL_CALL AreaWrapper::setSize( const awt::Size& /*aSize*/ ) in setSize()
126 ::rtl::OUString SAL_CALL AreaWrapper::getShapeType() in getShapeType()
132 void SAL_CALL AreaWrapper::dispose() in dispose()
143 void SAL_CALL AreaWrapper::addEventListener( in addEventListener()
149 void SAL_CALL AreaWrapper::removeEventListener( in removeEventListener()
[all …]
H A DAreaWrapper.hxx47 class AreaWrapper : public ::cppu::ImplInheritanceHelper3< class
55 AreaWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
56 virtual ~AreaWrapper();
H A Dmakefile.mk42 $(SLO)$/AreaWrapper.obj \
H A DChartDocumentWrapper.cxx755 m_xArea.set( new AreaWrapper( m_spChart2ModelContact ) ); in getArea()
/trunk/main/chart2/
H A DLibrary_chartcontroller.mk77 chart2/source/controller/chartapiwrapper/AreaWrapper \