29 #include <oox/token/namespaces.hxx>
46 bool bMSO2007Document = getFilter().isMSO2007Document();
52 case C_TOKEN( chartSpace ):
57 case C_TOKEN( chartSpace ):
60 case C_TOKEN(
chart ):
64 case C_TOKEN(
style ):
69 case C_TOKEN( userShapes ):
72 case C_TOKEN( pivotSource ):
75 case C_TOKEN (externalData):
81 case C_TOKEN(
chart ):
84 case C_TOKEN( autoTitleDeleted ):
90 case C_TOKEN( backWall ):
92 case C_TOKEN( dispBlanksAs ):
98 case C_TOKEN( floor ):
100 case C_TOKEN( legend ):
102 case C_TOKEN( plotArea ):
104 case C_TOKEN( plotVisOnly ):
107 case C_TOKEN( showDLblsOverMax ):
110 case C_TOKEN( sideWall ):
112 case C_TOKEN( title ):
114 case C_TOKEN( view3D ):
OptValue< bool > getBool(sal_Int32 nAttrToken) const
Returns the boolean value of the specified attribute.
OptValue< sal_Int32 > getInteger(sal_Int32 nAttrToken) const
Returns the 32-bit signed integer value of the specified attribute (decimal).
bool mbPivotChart
True = show labels over chart maximum.
OUString maSheetPath
Path to drawing fragment with embedded shapes.
OptValue< OUString > getString(sal_Int32 nAttrToken) const
Returns the string value of the specified attribute.
bool mbShowLabelsOverMax
True = plot visible cells in a sheet only.
sal_Int32 mnStyle
Mode how to display blank values.
PlotAreaRef mxPlotArea
Global chart text formatting.
LegendRef mxLegend
Chart main title.
ChartSpaceFragment(::oox::core::XmlFilterBase &rFilter, const OUString &rFragmentPath, ChartSpaceModel &rModel)
View3DRef mxView3D
Side wall formatting in 3D charts.
sal_Int32 getCurrentElement() const
Returns the identifier of the currently processed element.
bool mbPlotVisOnly
True = automatic title deleted manually.
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElement, const AttributeList &rAttribs) override
Will be called to create a context handler for the passed element.
ChartSpaceModel & mrModel
Provides access to attribute values of an element.
exports com.sun.star. style
Handler for a chart plot area context (c:plotArea element).
Handler for a chart wall/floor context (c:backWall, c:floor, c:sideWall elements).
sal_Int32 mnDispBlanksAs
Path to embedded charts.
Handler for a chart plot area context (c:plotArea element).
WallFloorRef mxFloor
Plot area of the chart.
bool mbAutoTitleDel
Index to default formatting.
WallFloorRef mxBackWall
Floor formatting in 3D charts.
WallFloorRef mxSideWall
Back wall formatting in 3D charts.
Handler for a chart title context (c:title element).
Handler for a chart legend context (c:legend element).
TitleRef mxTitle
3D settings.
const sal_Int32 XML_ROOT_CONTEXT
virtual ~ChartSpaceFragment() override
OUString maDrawingPath
Chart legend.
TextBodyRef mxTextProp
Chart frame formatting.
OptValue< sal_Int32 > getToken(sal_Int32 nAttrToken) const
Returns the token identifier of the value of the specified attribute.