Searched refs:GraphicPropertyItemConverter (Results 1 – 13 of 13) sorted by relevance
136 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::GraphicPropertyItemConverter192 GraphicPropertyItemConverter::~GraphicPropertyItemConverter() in ~GraphicPropertyItemConverter()195 const sal_uInt16 * GraphicPropertyItemConverter::GetWhichPairs() const in GetWhichPairs()261 void GraphicPropertyItemConverter::FillSpecialItem( in FillSpecialItem()[all …]
102 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()
67 m_aConverters.push_back( new GraphicPropertyItemConverter( in RegressionEquationItemConverter()70 GraphicPropertyItemConverter::LINE_AND_FILL_PROPERTIES )); in RegressionEquationItemConverter()
58 m_aConverters.push_back( new GraphicPropertyItemConverter( in LegendItemConverter()60 GraphicPropertyItemConverter::LINE_AND_FILL_PROPERTIES )); in LegendItemConverter()
124 m_aConverters.push_back( new GraphicPropertyItemConverter( in TitleItemConverter()127 GraphicPropertyItemConverter::LINE_AND_FILL_PROPERTIES )); in TitleItemConverter()
84 m_spGraphicConverter( new GraphicPropertyItemConverter( in RegressionCurveItemConverter()87 GraphicPropertyItemConverter::LINE_PROPERTIES )), in RegressionCurveItemConverter()
106 m_spGraphicConverter( new GraphicPropertyItemConverter( in ErrorBarItemConverter()109 GraphicPropertyItemConverter::LINE_PROPERTIES )), in ErrorBarItemConverter()
218 GraphicPropertyItemConverter::eGraphicObjectType eMapTo /* = FILL_PROPERTIES */, in DataPointItemConverter()238 m_aConverters.push_back( new GraphicPropertyItemConverter( in DataPointItemConverter()
45 $(SLO)$/GraphicPropertyItemConverter.obj \
106 m_aConverters.push_back( new GraphicPropertyItemConverter( in AxisItemConverter()109 GraphicPropertyItemConverter::LINE_PROPERTIES )); in AxisItemConverter()
118 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 …]
38 class GraphicPropertyItemConverter : class51 GraphicPropertyItemConverter(59 virtual ~GraphicPropertyItemConverter();
63 GraphicPropertyItemConverter::eGraphicObjectType eMapTo =64 GraphicPropertyItemConverter::FILLED_DATA_POINT,
Completed in 94 milliseconds