Home
last modified time | relevance | path

Searched refs:GraphicPropertyItemConverter (Results 1 – 13 of 13) sorted by relevance

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx136 bool lcl_supportsFillProperties( ::chart::wrapper::GraphicPropertyItemConverter::eGraphicObjectType… in lcl_supportsFillProperties()
138 return ( eType == ::chart::wrapper::GraphicPropertyItemConverter::FILLED_DATA_POINT || in lcl_supportsFillProperties()
139 eType == ::chart::wrapper::GraphicPropertyItemConverter::FILL_PROPERTIES || in lcl_supportsFillProperties()
140 eType == ::chart::wrapper::GraphicPropertyItemConverter::LINE_AND_FILL_PROPERTIES ); in lcl_supportsFillProperties()
143 bool lcl_supportsLineProperties( ::chart::wrapper::GraphicPropertyItemConverter::eGraphicObjectType… in lcl_supportsLineProperties()
145 return ( eType != ::chart::wrapper::GraphicPropertyItemConverter::FILL_PROPERTIES ); in lcl_supportsLineProperties()
179 GraphicPropertyItemConverter::GraphicPropertyItemConverter( in GraphicPropertyItemConverter() function in chart::wrapper::GraphicPropertyItemConverter
192 GraphicPropertyItemConverter::~GraphicPropertyItemConverter() in ~GraphicPropertyItemConverter()
195 const sal_uInt16 * GraphicPropertyItemConverter::GetWhichPairs() const in GetWhichPairs()
261 void GraphicPropertyItemConverter::FillSpecialItem( in FillSpecialItem()
[all …]
H A DMultipleChartConverters.cxx102 m_aConverters.push_back( new ::chart::wrapper::GraphicPropertyItemConverter( in AllGridItemConverter()
104 … ::chart::wrapper::GraphicPropertyItemConverter::LINE_PROPERTIES ) ); in AllGridItemConverter()
145 GraphicPropertyItemConverter::FILLED_DATA_POINT, in AllDataLabelItemConverter()
H A DRegressionEquationItemConverter.cxx67 m_aConverters.push_back( new GraphicPropertyItemConverter( in RegressionEquationItemConverter()
70 GraphicPropertyItemConverter::LINE_AND_FILL_PROPERTIES )); in RegressionEquationItemConverter()
H A DLegendItemConverter.cxx58 m_aConverters.push_back( new GraphicPropertyItemConverter( in LegendItemConverter()
60 GraphicPropertyItemConverter::LINE_AND_FILL_PROPERTIES )); in LegendItemConverter()
H A DTitleItemConverter.cxx124 m_aConverters.push_back( new GraphicPropertyItemConverter( in TitleItemConverter()
127 GraphicPropertyItemConverter::LINE_AND_FILL_PROPERTIES )); in TitleItemConverter()
H A DRegressionCurveItemConverter.cxx84 m_spGraphicConverter( new GraphicPropertyItemConverter( in RegressionCurveItemConverter()
87 GraphicPropertyItemConverter::LINE_PROPERTIES )), in RegressionCurveItemConverter()
H A DErrorBarItemConverter.cxx106 m_spGraphicConverter( new GraphicPropertyItemConverter( in ErrorBarItemConverter()
109 GraphicPropertyItemConverter::LINE_PROPERTIES )), in ErrorBarItemConverter()
H A DDataPointItemConverter.cxx218 GraphicPropertyItemConverter::eGraphicObjectType eMapTo /* = FILL_PROPERTIES */, in DataPointItemConverter()
238 m_aConverters.push_back( new GraphicPropertyItemConverter( in DataPointItemConverter()
H A Dmakefile.mk45 $(SLO)$/GraphicPropertyItemConverter.obj \
H A DAxisItemConverter.cxx106 m_aConverters.push_back( new GraphicPropertyItemConverter( in AxisItemConverter()
109 GraphicPropertyItemConverter::LINE_PROPERTIES )); in AxisItemConverter()
/trunk/main/chart2/source/controller/main/
H A DChartController_Properties.cxx118 pItemConverter = new wrapper::GraphicPropertyItemConverter( in createItemConverter()
121 … wrapper::GraphicPropertyItemConverter::LINE_AND_FILL_PROPERTIES ); in createItemConverter()
153 pItemConverter = new wrapper::GraphicPropertyItemConverter( in createItemConverter()
156 … wrapper::GraphicPropertyItemConverter::LINE_AND_FILL_PROPERTIES ); in createItemConverter()
197 wrapper::GraphicPropertyItemConverter::eGraphicObjectType eMapTo = in createItemConverter()
198 wrapper::GraphicPropertyItemConverter::FILLED_DATA_POINT; in createItemConverter()
206 eMapTo = wrapper::GraphicPropertyItemConverter::LINE_DATA_POINT; in createItemConverter()
254 pItemConverter = new wrapper::GraphicPropertyItemConverter( in createItemConverter()
257 wrapper::GraphicPropertyItemConverter::LINE_PROPERTIES ); in createItemConverter()
295 pItemConverter = new wrapper::GraphicPropertyItemConverter( in createItemConverter()
[all …]
/trunk/main/chart2/source/controller/inc/
H A DGraphicPropertyItemConverter.hxx38 class GraphicPropertyItemConverter : class
51 GraphicPropertyItemConverter(
59 virtual ~GraphicPropertyItemConverter();
H A DDataPointItemConverter.hxx63 GraphicPropertyItemConverter::eGraphicObjectType eMapTo =
64 GraphicPropertyItemConverter::FILLED_DATA_POINT,

Completed in 162 milliseconds