Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/controller/chartapiwrapper/
H A DGridWrapper.cxx93 GridWrapper::GridWrapper( in GridWrapper() function in chart::wrapper::GridWrapper
101 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 …]
H A DAxisWrapper.cxx436 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()
H A DGridWrapper.hxx46 class GridWrapper : public ::cppu::ImplInheritanceHelper2< class
63 GridWrapper( tGridType eType, ::boost::shared_ptr< Chart2ModelContact > spChart2ModelContact );
64 virtual ~GridWrapper();
H A Dmakefile.mk48 $(SLO)$/GridWrapper.obj \

Completed in 26 milliseconds