Searched refs:GridWrapper (Results 1 – 4 of 4) sorted by relevance
93 GridWrapper::GridWrapper( in GridWrapper() function in chart::wrapper::GridWrapper101 GridWrapper::~GridWrapper() in ~GridWrapper()104 void GridWrapper::getDimensionAndSubGridBool( tGridType eType, sal_Int32& rnDimensionIndex, bool& r… in getDimensionAndSubGridBool()127 void SAL_CALL GridWrapper::dispose() in dispose()136 void SAL_CALL GridWrapper::addEventListener( in addEventListener()143 void SAL_CALL GridWrapper::removeEventListener( in removeEventListener()154 Reference< beans::XPropertySet > GridWrapper::getInnerPropertySet() in getInnerPropertySet()176 const Sequence< beans::Property >& GridWrapper::getPropertySequence() in getPropertySequence()181 const std::vector< WrappedProperty* > GridWrapper::createWrappedProperties() in createWrappedProperties()192 Sequence< OUString > GridWrapper::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()[all …]
436 GridWrapper::tGridType eGridType( GridWrapper::X_MAJOR_GRID ); in getMajorGrid()440 eGridType = GridWrapper::X_MAJOR_GRID; in getMajorGrid()443 eGridType = GridWrapper::Y_MAJOR_GRID; in getMajorGrid()446 eGridType = GridWrapper::Z_MAJOR_GRID; in getMajorGrid()451 m_xMajorGrid = new GridWrapper( eGridType, m_spChart2ModelContact ); in getMajorGrid()459 GridWrapper::tGridType eGridType( GridWrapper::X_MAJOR_GRID ); in getMinorGrid()463 eGridType = GridWrapper::X_MINOR_GRID; in getMinorGrid()466 eGridType = GridWrapper::Y_MINOR_GRID; in getMinorGrid()469 eGridType = GridWrapper::Z_MINOR_GRID; in getMinorGrid()474 m_xMinorGrid = new GridWrapper( eGridType, m_spChart2ModelContact ); in getMinorGrid()
46 class GridWrapper : public ::cppu::ImplInheritanceHelper2< class63 GridWrapper( tGridType eType, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );64 virtual ~GridWrapper();
48 $(SLO)$/GridWrapper.obj \
Completed in 25 milliseconds