Searched refs:DiagramWrapper (Results 1 – 4 of 4) sorted by relevance
630 DiagramWrapper::DiagramWrapper( in DiagramWrapper() function in chart::wrapper::DiagramWrapper637 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 …]
67 class DiagramWrapper : public ::comphelper::ImplInheritanceHelper13< class86 DiagramWrapper( ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );87 virtual ~DiagramWrapper();
47 $(SLO)$/DiagramWrapper.obj \
804 m_xDiagram = new DiagramWrapper( m_spChart2ModelContact ); in getDiagram()1354 … xResult = static_cast< ::cppu::OWeakObject* >( new DiagramWrapper( m_spChart2ModelContact )); in createInstance()