Home
last modified time | relevance | path

Searched refs:VLegendSymbolFactory (Results 1 – 5 of 5) sorted by relevance

/trunk/main/chart2/source/view/main/
H A DVLegendSymbolFactory.cxx47 ::chart::VLegendSymbolFactory::tPropertyType ePropertyType ) in lcl_setPropetiesToShape()
61 case ::chart::VLegendSymbolFactory::PROP_TYPE_FILLED_SERIES: in lcl_setPropetiesToShape()
64 case ::chart::VLegendSymbolFactory::PROP_TYPE_LINE_SERIES: in lcl_setPropetiesToShape()
67 case ::chart::VLegendSymbolFactory::PROP_TYPE_LINE: in lcl_setPropetiesToShape()
70 case ::chart::VLegendSymbolFactory::PROP_TYPE_FILL: in lcl_setPropetiesToShape()
73 case ::chart::VLegendSymbolFactory::PROP_TYPE_FILL_AND_LINE: in lcl_setPropetiesToShape()
100 Reference< drawing::XShape > VLegendSymbolFactory::createSymbol( in createSymbol()
H A Dmakefile.mk46 $(SLO)$/VLegendSymbolFactory.obj \
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx2032 VLegendSymbolFactory::tPropertyType ePropType = in createLegendSymbolForSeries()
2033 VLegendSymbolFactory::PROP_TYPE_FILLED_SERIES; in createLegendSymbolForSeries()
2040 ePropType = VLegendSymbolFactory::PROP_TYPE_LINE_SERIES; in createLegendSymbolForSeries()
2045 Reference< drawing::XShape > xShape( VLegendSymbolFactory::createSymbol( rEntryKeyAspectRatio, in createLegendSymbolForSeries()
2063 VLegendSymbolFactory::tPropertyType ePropType = in createLegendSymbolForPoint()
2064 VLegendSymbolFactory::PROP_TYPE_FILLED_SERIES; in createLegendSymbolForPoint()
2071 ePropType = VLegendSymbolFactory::PROP_TYPE_LINE_SERIES; in createLegendSymbolForPoint()
2101 Reference< drawing::XShape > xShape( VLegendSymbolFactory::createSymbol( rEntryKeyAspectRatio, in createLegendSymbolForPoint()
2209 … Reference< drawing::XShape > xShape( VLegendSymbolFactory::createSymbol( rEntryKeyAspectRatio, in createLegendEntriesForSeries()
2212 VLegendSymbolFactory::PROP_TYPE_LINE, uno::Any() )); in createLegendEntriesForSeries()
/trunk/main/chart2/source/view/inc/
H A DVLegendSymbolFactory.hxx34 class VLegendSymbolFactory class
61 VLegendSymbolFactory();
/trunk/main/chart2/
H A DLibrary_chartview.mk103 chart2/source/view/main/VLegendSymbolFactory \