Home
last modified time | relevance | path

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

/AOO42X/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx630 DiagramWrapper::DiagramWrapper( in DiagramWrapper() function in chart::wrapper::DiagramWrapper
637 DiagramWrapper::~DiagramWrapper() in ~DiagramWrapper()
641 OUString SAL_CALL DiagramWrapper::getDiagramType() in getDiagramType()
688 beans::XPropertySet > SAL_CALL DiagramWrapper::getDataRowProperties( sal_Int32 nRow ) in getDataRowProperties()
709 …beans::XPropertySet > SAL_CALL DiagramWrapper::getDataPointProperties( sal_Int32 nCol, sal_Int32 n… in getDataPointProperties()
733 awt::Point SAL_CALL DiagramWrapper::getPosition() in getPosition()
740 void SAL_CALL DiagramWrapper::setPosition( const awt::Point& aPosition ) in setPosition()
765 awt::Size SAL_CALL DiagramWrapper::getSize() in getSize()
772 void SAL_CALL DiagramWrapper::setSize( const awt::Size& aSize ) in setSize()
800 OUString SAL_CALL DiagramWrapper::getShapeType() in getShapeType()
[all …]
H A DDiagramWrapper.hxx67 class DiagramWrapper : public ::comphelper::ImplInheritanceHelper13< class
86 DiagramWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
87 virtual ~DiagramWrapper();
H A Dmakefile.mk47 $(SLO)$/DiagramWrapper.obj \
H A DChartDocumentWrapper.cxx804 m_xDiagram = new DiagramWrapper( m_spChart2ModelContact ); in getDiagram()
1354 … xResult = static_cast< ::cppu::OWeakObject* >( new DiagramWrapper( m_spChart2ModelContact )); in createInstance()