LibreOffice Module sc (master) 1
|
#include <tools/gen.hxx>
#include <docmodel/color/ComplexColor.hxx>
#include "fapihelper.hxx"
#include <map>
#include <memory>
Go to the source code of this file.
Classes | |
struct | XclChRectangle |
struct | XclChDataPointPos |
Specifies the position of a data series or data point. More... | |
struct | XclChFrBlock |
Contains the type and context of a block of future records which are guarded by CHFRBLOCKBEGIN and CHFRBLOCKEND records. More... | |
struct | XclChFramePos |
struct | XclChLineFormat |
struct | XclChAreaFormat |
struct | XclChEscherFormat |
struct | XclChPicFormat |
struct | XclChFrame |
struct | XclChSourceLink |
struct | XclChObjectLink |
struct | XclChFrLabelProps |
struct | XclChText |
struct | XclChMarkerFormat |
struct | XclCh3dDataFormat |
struct | XclChDataFormat |
struct | XclChSerTrendLine |
struct | XclChSerErrorBar |
struct | XclChSeries |
struct | XclChType |
struct | XclChChart3d |
struct | XclChLegend |
struct | XclChTypeGroup |
struct | XclChProperties |
struct | XclChLabelRange |
struct | XclChDateRange |
struct | XclChValueRange |
struct | XclChTick |
struct | XclChAxis |
struct | XclChAxesSet |
class | XclChartHelper |
Contains static helper functions for the chart filters. More... | |
struct | XclChFormatInfo |
Contains information about auto formatting of a specific chart object type. More... | |
class | XclChFormatInfoProvider |
Provides access to chart auto formatting for all available object types. More... | |
struct | XclChTypeInfo |
Contains information for a chart type. More... | |
struct | XclChExtTypeInfo |
Extended chart type information and access functions. More... | |
class | XclChTypeInfoProvider |
Provides access to chart type info structs for all available chart types. More... | |
struct | XclChTextKey |
A map key for text and title objects. More... | |
class | XclChObjectTable |
class | XclChPropSetHelper |
Helper class for usage of property sets. More... | |
struct | XclChRootData |
Base struct for internal root data structs for import and export. More... | |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::container |
namespace | com::sun::star::lang |
namespace | com::sun::star::chart |
namespace | com::sun::star::chart2 |
namespace | com::sun::star::drawing |
Typedefs | |
typedef css::uno::Reference< css::drawing::XShape >(* | XclChGetShapeFunc) (const css::uno::Reference< css::chart::XChartDocument > &) |
Function prototype receiving a chart document and returning a title shape. More... | |
Functions | |
bool | operator< (const XclChDataPointPos &rL, const XclChDataPointPos &rR) |
Variables | |
constexpr OUStringLiteral | SERVICE_DRAWING_BITMAPTABLE = u"com.sun.star.drawing.BitmapTable" |
constexpr OUStringLiteral | SERVICE_DRAWING_DASHTABLE = u"com.sun.star.drawing.DashTable" |
constexpr OUStringLiteral | SERVICE_DRAWING_GRADIENTTABLE = u"com.sun.star.drawing.GradientTable" |
constexpr OUStringLiteral | SERVICE_DRAWING_HATCHTABLE = u"com.sun.star.drawing.HatchTable" |
constexpr OUStringLiteral | SERVICE_CHART2_AXIS = u"com.sun.star.chart2.Axis" |
constexpr OUStringLiteral | SERVICE_CHART2_DATAPROVIDER = u"com.sun.star.chart2.data.DataProvider" |
constexpr OUStringLiteral | SERVICE_CHART2_DATASERIES = u"com.sun.star.chart2.DataSeries" |
constexpr OUStringLiteral | SERVICE_CHART2_DIAGRAM = u"com.sun.star.chart2.Diagram" |
constexpr OUStringLiteral | SERVICE_CHART2_ERRORBAR = u"com.sun.star.chart2.ErrorBar" |
constexpr OUStringLiteral | SERVICE_CHART2_LEGEND = u"com.sun.star.chart2.Legend" |
constexpr OUStringLiteral | SERVICE_CHART2_TITLE = u"com.sun.star.chart2.Title" |
constexpr OUStringLiteral | EXC_CHPROP_ADDITIONALSHAPES = u"AdditionalShapes" |
constexpr OUStringLiteral | EXC_CHPROP_ANCHORPOSITION = u"AnchorPosition" |
constexpr OUStringLiteral | EXC_CHPROP_ARRANGEORDER = u"ArrangeOrder" |
constexpr OUStringLiteral | EXC_CHPROP_ATTAXISINDEX = u"AttachedAxisIndex" |
constexpr OUStringLiteral | EXC_CHPROP_ATTRIBDATAPOINTS = u"AttributedDataPoints" |
constexpr OUStringLiteral | EXC_CHPROP_BLACKDAY = u"BlackDay" |
constexpr OUStringLiteral | EXC_CHPROP_COLOR = u"Color" |
constexpr OUStringLiteral | EXC_CHPROP_CONNECTBARS = u"ConnectBars" |
constexpr OUStringLiteral | EXC_CHPROP_CROSSOVERPOSITION = u"CrossoverPosition" |
constexpr OUStringLiteral | EXC_CHPROP_CROSSOVERVALUE = u"CrossoverValue" |
constexpr OUStringLiteral | EXC_CHPROP_CURVESTYLE = u"CurveStyle" |
constexpr OUStringLiteral | EXC_CHPROP_CURVENAME = u"CurveName" |
constexpr OUStringLiteral | EXC_CHPROP_D3DSCENEAMBIENTCOLOR = u"D3DSceneAmbientColor" |
constexpr OUStringLiteral | EXC_CHPROP_D3DSCENELIGHTON1 = u"D3DSceneLightOn1" |
constexpr OUStringLiteral | EXC_CHPROP_D3DSCENELIGHTCOLOR2 = u"D3DSceneLightColor2" |
constexpr OUStringLiteral | EXC_CHPROP_D3DSCENELIGHTDIR2 = u"D3DSceneLightDirection2" |
constexpr OUStringLiteral | EXC_CHPROP_D3DSCENELIGHTON2 = u"D3DSceneLightOn2" |
constexpr OUStringLiteral | EXC_CHPROP_D3DSCENEPERSPECTIVE = u"D3DScenePerspective" |
constexpr OUStringLiteral | EXC_CHPROP_D3DSCENESHADEMODE = u"D3DSceneShadeMode" |
constexpr OUStringLiteral | EXC_CHPROP_DISPLAYLABELS = u"DisplayLabels" |
constexpr OUStringLiteral | EXC_CHPROP_ERRORBARSTYLE = u"ErrorBarStyle" |
constexpr OUStringLiteral | EXC_CHPROP_ERRORBARX = u"ErrorBarX" |
constexpr OUStringLiteral | EXC_CHPROP_ERRORBARY = u"ErrorBarY" |
constexpr OUStringLiteral | EXC_CHPROP_EXPANSION = u"Expansion" |
constexpr OUStringLiteral | EXC_CHPROP_EXPTIMEINCREMENT = u"ExplicitTimeIncrement" |
constexpr OUStringLiteral | EXC_CHPROP_EXTRAPOLATE_FORWARD = u"ExtrapolateForward" |
constexpr OUStringLiteral | EXC_CHPROP_EXTRAPOLATE_BACKWARD = u"ExtrapolateBackward" |
constexpr OUStringLiteral | EXC_CHPROP_FORCE_INTERCEPT = u"ForceIntercept" |
constexpr OUStringLiteral | EXC_CHPROP_GAPWIDTHSEQ = u"GapwidthSequence" |
constexpr OUStringLiteral | EXC_CHPROP_GEOMETRY3D = u"Geometry3D" |
constexpr OUStringLiteral | EXC_CHPROP_INCLUDEHIDDENCELLS = u"IncludeHiddenCells" |
constexpr OUStringLiteral | EXC_CHPROP_INTERCEPT_VALUE = u"InterceptValue" |
constexpr OUStringLiteral | EXC_CHPROP_JAPANESE = u"Japanese" |
constexpr OUStringLiteral | EXC_CHPROP_LABEL = u"Label" |
constexpr OUStringLiteral | EXC_CHPROP_LABELPLACEMENT = u"LabelPlacement" |
constexpr OUStringLiteral | EXC_CHPROP_LABELPOSITION = u"LabelPosition" |
constexpr OUStringLiteral | EXC_CHPROP_LABELSEPARATOR = u"LabelSeparator" |
constexpr OUStringLiteral | EXC_CHPROP_SHOWLEGENDENTRY = u"ShowLegendEntry" |
constexpr OUStringLiteral | EXC_CHPROP_MAJORTICKS = u"MajorTickmarks" |
constexpr OUStringLiteral | EXC_CHPROP_MARKPOSITION = u"MarkPosition" |
constexpr OUStringLiteral | EXC_CHPROP_MINORTICKS = u"MinorTickmarks" |
constexpr OUStringLiteral | EXC_CHPROP_MISSINGVALUETREATMENT = u"MissingValueTreatment" |
constexpr OUStringLiteral | EXC_CHPROP_MOVING_AVERAGE_PERIOD = u"MovingAveragePeriod" |
constexpr OUStringLiteral | EXC_CHPROP_NEGATIVEERROR = u"NegativeError" |
constexpr OUStringLiteral | EXC_CHPROP_NUMBERFORMAT = u"NumberFormat" |
constexpr OUStringLiteral | EXC_CHPROP_NUMBERFORMAT_LINKSRC = u"LinkNumberFormatToSource" |
constexpr OUStringLiteral | EXC_CHPROP_OFFSET = u"Offset" |
constexpr OUStringLiteral | EXC_CHPROP_OVERLAPSEQ = u"OverlapSequence" |
constexpr OUStringLiteral | EXC_CHPROP_PERCENTAGENUMFMT = u"PercentageNumberFormat" |
constexpr OUStringLiteral | EXC_CHPROP_PERCENTDIAGONAL = u"PercentDiagonal" |
constexpr OUStringLiteral | EXC_CHPROP_PERSPECTIVE = u"Perspective" |
constexpr OUStringLiteral | EXC_CHPROP_POSITIVEERROR = u"PositiveError" |
constexpr OUStringLiteral | EXC_CHPROP_POLYNOMIAL_DEGREE = u"PolynomialDegree" |
constexpr OUStringLiteral | EXC_CHPROP_RELATIVEPOSITION = u"RelativePosition" |
constexpr OUStringLiteral | EXC_CHPROP_RELATIVESIZE = u"RelativeSize" |
constexpr OUStringLiteral | EXC_CHPROP_RIGHTANGLEDAXES = u"RightAngledAxes" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE = u"Role" |
constexpr OUStringLiteral | EXC_CHPROP_ROTATIONHORIZONTAL = u"RotationHorizontal" |
constexpr OUStringLiteral | EXC_CHPROP_ROTATIONVERTICAL = u"RotationVertical" |
constexpr OUStringLiteral | EXC_CHPROP_3DRELATIVEHEIGHT = u"3DRelativeHeight" |
constexpr OUStringLiteral | EXC_CHPROP_SHOW = u"Show" |
constexpr OUStringLiteral | EXC_CHPROP_SHOWCORRELATION = u"ShowCorrelationCoefficient" |
constexpr OUStringLiteral | EXC_CHPROP_SHOWEQUATION = u"ShowEquation" |
constexpr OUStringLiteral | EXC_CHPROP_SHOWFIRST = u"ShowFirst" |
constexpr OUStringLiteral | EXC_CHPROP_SHOWHIGHLOW = u"ShowHighLow" |
constexpr OUStringLiteral | EXC_CHPROP_SHOWNEGATIVEERROR = u"ShowNegativeError" |
constexpr OUStringLiteral | EXC_CHPROP_SHOWPOSITIVEERROR = u"ShowPositiveError" |
constexpr OUStringLiteral | EXC_CHPROP_STACKCHARACTERS = u"StackCharacters" |
constexpr OUStringLiteral | EXC_CHPROP_STACKINGDIR = u"StackingDirection" |
constexpr OUStringLiteral | EXC_CHPROP_STARTINGANGLE = u"StartingAngle" |
constexpr OUStringLiteral | EXC_CHPROP_SWAPXANDYAXIS = u"SwapXAndYAxis" |
constexpr OUStringLiteral | EXC_CHPROP_SYMBOL = u"Symbol" |
constexpr OUStringLiteral | EXC_CHPROP_TEXTBREAK = u"TextBreak" |
constexpr OUStringLiteral | EXC_CHPROP_TEXTOVERLAP = u"TextOverlap" |
constexpr OUStringLiteral | EXC_CHPROP_TEXTROTATION = u"TextRotation" |
constexpr OUStringLiteral | EXC_CHPROP_USERINGS = u"UseRings" |
constexpr OUStringLiteral | EXC_CHPROP_VARYCOLORSBY = u"VaryColorsByPoint" |
constexpr OUStringLiteral | EXC_CHPROP_WEIGHT = u"Weight" |
constexpr OUStringLiteral | EXC_CHPROP_WHITEDAY = u"WhiteDay" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE_CATEG = u"categories" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE_ERRORBARS_NEGX = u"error-bars-x-negative" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE_ERRORBARS_NEGY = u"error-bars-y-negative" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE_ERRORBARS_POSX = u"error-bars-x-positive" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE_ERRORBARS_POSY = u"error-bars-y-positive" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE_LABEL = u"label" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE_XVALUES = u"values-x" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE_YVALUES = u"values-y" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE_OPENVALUES = u"values-first" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE_CLOSEVALUES = u"values-last" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE_LOWVALUES = u"values-min" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE_HIGHVALUES = u"values-max" |
constexpr OUStringLiteral | EXC_CHPROP_ROLE_SIZEVALUES = u"values-size" |
const std::size_t | EXC_CHART_PROGRESS_SIZE = 10 |
const sal_uInt16 | EXC_CHART_AUTOROTATION = 0xFFFF |
const sal_Int32 | EXC_CHART_AXIS_NONE = -1 |
Automatic rotation, e.g. axis labels (internal use only). More... | |
const sal_Int32 | EXC_CHART_AXIS_X = 0 |
For internal use only. More... | |
const sal_Int32 | EXC_CHART_AXIS_Y = 1 |
API X axis index. More... | |
const sal_Int32 | EXC_CHART_AXIS_Z = 2 |
API Y axis index. More... | |
const sal_Int32 | EXC_CHART_AXESSET_NONE = -1 |
API Z axis index. More... | |
const sal_Int32 | EXC_CHART_AXESSET_PRIMARY = 0 |
For internal use only. More... | |
const sal_Int32 | EXC_CHART_AXESSET_SECONDARY = 1 |
API primary axes set index. More... | |
const sal_Int32 | EXC_CHART_TOTALUNITS = 4000 |
API secondary axes set index. More... | |
const sal_Int32 | EXC_CHART_PLOTAREAUNITS = 1000 |
Most chart objects are positioned in 1/4000 of chart area. More... | |
const sal_uInt16 | EXC_ID_CHFRINFO = 0x0850 |
For objects that are positioned in 1/1000 of plot area. More... | |
const sal_uInt8 | EXC_CHFRINFO_EXCEL2000 = 9 |
const sal_uInt8 | EXC_CHFRINFO_EXCELXP2003 = 10 |
const sal_uInt8 | EXC_CHFRINFO_EXCEL2007 = 11 |
const sal_uInt16 | EXC_ID_CHFRBLOCKBEGIN = 0x0852 |
const sal_uInt16 | EXC_ID_CHFRBLOCKEND = 0x0853 |
const sal_uInt16 | EXC_CHFRBLOCK_TYPE_AXESSET = 0 |
const sal_uInt16 | EXC_CHFRBLOCK_TYPE_TEXT = 2 |
const sal_uInt16 | EXC_CHFRBLOCK_TYPE_AXIS = 4 |
const sal_uInt16 | EXC_CHFRBLOCK_TYPE_TYPEGROUP = 5 |
const sal_uInt16 | EXC_CHFRBLOCK_TYPE_DATATABLE = 6 |
const sal_uInt16 | EXC_CHFRBLOCK_TYPE_FRAME = 7 |
const sal_uInt16 | EXC_CHFRBLOCK_TYPE_LEGEND = 9 |
const sal_uInt16 | EXC_CHFRBLOCK_TYPE_LEGENDEX = 10 |
const sal_uInt16 | EXC_CHFRBLOCK_TYPE_SERIES = 12 |
const sal_uInt16 | EXC_CHFRBLOCK_TYPE_CHART = 13 |
const sal_uInt16 | EXC_CHFRBLOCK_TYPE_DATAFORMAT = 14 |
const sal_uInt16 | EXC_CHFRBLOCK_TYPE_DROPBAR = 15 |
const sal_uInt16 | EXC_CHFRBLOCK_TYPE_UNKNOWN = 0xFFFF |
const sal_uInt16 | EXC_CHFRBLOCK_TEXT_TITLE = 0 |
For internal use only. More... | |
const sal_uInt16 | EXC_CHFRBLOCK_TEXT_DEFTEXT = 2 |
const sal_uInt16 | EXC_CHFRBLOCK_TEXT_AXISTITLE = 4 |
const sal_uInt16 | EXC_CHFRBLOCK_TEXT_DATALABEL = 5 |
const sal_uInt16 | EXC_CHFRBLOCK_FRAME_STANDARD = 0 |
const sal_uInt16 | EXC_CHFRBLOCK_FRAME_PLOTFRAME = 1 |
const sal_uInt16 | EXC_CHFRBLOCK_FRAME_BACKGROUND = 2 |
const sal_uInt16 | EXC_ID_CHFRLABELPROPS = 0x086B |
const sal_uInt16 | EXC_CHFRLABELPROPS_SHOWSERIES = 0x0001 |
const sal_uInt16 | EXC_CHFRLABELPROPS_SHOWCATEG = 0x0002 |
const sal_uInt16 | EXC_CHFRLABELPROPS_SHOWVALUE = 0x0004 |
const sal_uInt16 | EXC_CHFRLABELPROPS_SHOWPERCENT = 0x0008 |
const sal_uInt16 | EXC_CHFRLABELPROPS_SHOWBUBBLE = 0x0010 |
const sal_uInt16 | EXC_ID_CHUNITS = 0x1001 |
const sal_uInt16 | EXC_CHUNITS_TWIPS = 0 |
const sal_uInt16 | EXC_CHUNITS_PIXELS = 1 |
const sal_uInt16 | EXC_ID_CHCHART = 0x1002 |
const sal_uInt16 | EXC_ID_CHSERIES = 0x1003 |
const sal_uInt16 | EXC_CHSERIES_DATE = 0 |
const sal_uInt16 | EXC_CHSERIES_NUMERIC = 1 |
const sal_uInt16 | EXC_CHSERIES_SEQUENCE = 2 |
const sal_uInt16 | EXC_CHSERIES_TEXT = 3 |
const sal_uInt16 | EXC_CHSERIES_MAXSERIES = 255 |
const sal_uInt16 | EXC_CHSERIES_INVALID = 0xFFFF |
Maximum valid series index. More... | |
const sal_uInt16 | EXC_ID_CHDATAFORMAT = 0x1006 |
Invalid series index (for internal use). More... | |
const sal_uInt16 | EXC_CHDATAFORMAT_MAXPOINTCOUNT = 32000 |
const sal_uInt16 | EXC_CHDATAFORMAT_DEFAULT = 0xFFFD |
Maximum number of data points. More... | |
const sal_uInt16 | EXC_CHDATAFORMAT_UNKNOWN = 0xFFFE |
As format index: global default for an axes set. More... | |
const sal_uInt16 | EXC_CHDATAFORMAT_ALLPOINTS = 0xFFFF |
As point index: unknown format, don't use. More... | |
const sal_uInt16 | EXC_CHDATAFORMAT_OLDCOLORS = 0x0001 |
As point index: default for a series. More... | |
const sal_uInt16 | EXC_ID_CHLINEFORMAT = 0x1007 |
const sal_uInt16 | EXC_CHLINEFORMAT_SOLID = 0 |
const sal_uInt16 | EXC_CHLINEFORMAT_DASH = 1 |
const sal_uInt16 | EXC_CHLINEFORMAT_DOT = 2 |
const sal_uInt16 | EXC_CHLINEFORMAT_DASHDOT = 3 |
const sal_uInt16 | EXC_CHLINEFORMAT_DASHDOTDOT = 4 |
const sal_uInt16 | EXC_CHLINEFORMAT_NONE = 5 |
const sal_uInt16 | EXC_CHLINEFORMAT_DARKTRANS = 6 |
const sal_uInt16 | EXC_CHLINEFORMAT_MEDTRANS = 7 |
const sal_uInt16 | EXC_CHLINEFORMAT_LIGHTTRANS = 8 |
const sal_Int16 | EXC_CHLINEFORMAT_HAIR = -1 |
const sal_Int16 | EXC_CHLINEFORMAT_SINGLE = 0 |
const sal_Int16 | EXC_CHLINEFORMAT_DOUBLE = 1 |
const sal_Int16 | EXC_CHLINEFORMAT_TRIPLE = 2 |
const sal_uInt16 | EXC_CHLINEFORMAT_AUTO = 0x0001 |
const sal_uInt16 | EXC_CHLINEFORMAT_SHOWAXIS = 0x0004 |
const sal_uInt16 | EXC_ID_CHMARKERFORMAT = 0x1009 |
const sal_uInt16 | EXC_CHMARKERFORMAT_NOSYMBOL = 0 |
const sal_uInt16 | EXC_CHMARKERFORMAT_SQUARE = 1 |
const sal_uInt16 | EXC_CHMARKERFORMAT_DIAMOND = 2 |
const sal_uInt16 | EXC_CHMARKERFORMAT_TRIANGLE = 3 |
const sal_uInt16 | EXC_CHMARKERFORMAT_CROSS = 4 |
const sal_uInt16 | EXC_CHMARKERFORMAT_STAR = 5 |
const sal_uInt16 | EXC_CHMARKERFORMAT_DOWJ = 6 |
const sal_uInt16 | EXC_CHMARKERFORMAT_STDDEV = 7 |
const sal_uInt16 | EXC_CHMARKERFORMAT_CIRCLE = 8 |
const sal_uInt16 | EXC_CHMARKERFORMAT_PLUS = 9 |
const sal_uInt32 | EXC_CHMARKERFORMAT_HAIRSIZE = 60 |
const sal_uInt32 | EXC_CHMARKERFORMAT_SINGLESIZE = 100 |
Automatic symbol size for hair lines. More... | |
const sal_uInt32 | EXC_CHMARKERFORMAT_DOUBLESIZE = 140 |
Automatic symbol size for single lines. More... | |
const sal_uInt32 | EXC_CHMARKERFORMAT_TRIPLESIZE = 180 |
Automatic symbol size for double lines. More... | |
const sal_uInt16 | EXC_CHMARKERFORMAT_AUTO = 0x0001 |
Automatic symbol size for triple lines. More... | |
const sal_uInt16 | EXC_CHMARKERFORMAT_NOFILL = 0x0010 |
const sal_uInt16 | EXC_CHMARKERFORMAT_NOLINE = 0x0020 |
const sal_uInt16 | EXC_ID_CHAREAFORMAT = 0x100A |
const sal_uInt16 | EXC_CHAREAFORMAT_AUTO = 0x0001 |
const sal_uInt16 | EXC_CHAREAFORMAT_INVERTNEG = 0x0002 |
const sal_uInt16 | EXC_ID_CHPIEFORMAT = 0x100B |
const sal_uInt16 | EXC_ID_CHATTACHEDLABEL = 0x100C |
const sal_uInt16 | EXC_CHATTLABEL_SHOWVALUE = 0x0001 |
const sal_uInt16 | EXC_CHATTLABEL_SHOWPERCENT = 0x0002 |
const sal_uInt16 | EXC_CHATTLABEL_SHOWCATEGPERC = 0x0004 |
const sal_uInt16 | EXC_CHATTLABEL_SMOOTHED = 0x0008 |
const sal_uInt16 | EXC_CHATTLABEL_SHOWCATEG = 0x0010 |
Smoothed line. More... | |
const sal_uInt16 | EXC_CHATTLABEL_SHOWBUBBLE = 0x0020 |
const sal_uInt16 | EXC_ID_CHSTRING = 0x100D |
const sal_uInt16 | EXC_ID_CHTYPEGROUP = 0x1014 |
const sal_uInt16 | EXC_CHTYPEGROUP_VARIEDCOLORS = 0x0001 |
const sal_uInt16 | EXC_ID_CHLEGEND = 0x1015 |
Varied colors for points. More... | |
const sal_uInt8 | EXC_CHLEGEND_BOTTOM = 0 |
const sal_uInt8 | EXC_CHLEGEND_CORNER = 1 |
const sal_uInt8 | EXC_CHLEGEND_TOP = 2 |
const sal_uInt8 | EXC_CHLEGEND_RIGHT = 3 |
const sal_uInt8 | EXC_CHLEGEND_LEFT = 4 |
const sal_uInt8 | EXC_CHLEGEND_NOTDOCKED = 7 |
const sal_uInt8 | EXC_CHLEGEND_CLOSE = 0 |
const sal_uInt8 | EXC_CHLEGEND_MEDIUM = 1 |
const sal_uInt8 | EXC_CHLEGEND_OPEN = 2 |
const sal_uInt16 | EXC_CHLEGEND_DOCKED = 0x0001 |
const sal_uInt16 | EXC_CHLEGEND_AUTOSERIES = 0x0002 |
const sal_uInt16 | EXC_CHLEGEND_AUTOPOSX = 0x0004 |
const sal_uInt16 | EXC_CHLEGEND_AUTOPOSY = 0x0008 |
const sal_uInt16 | EXC_CHLEGEND_STACKED = 0x0010 |
const sal_uInt16 | EXC_CHLEGEND_DATATABLE = 0x0020 |
const sal_uInt16 | EXC_ID_CHBAR = 0x1017 |
const sal_uInt16 | EXC_CHBAR_HORIZONTAL = 0x0001 |
const sal_uInt16 | EXC_CHBAR_STACKED = 0x0002 |
const sal_uInt16 | EXC_CHBAR_PERCENT = 0x0004 |
const sal_uInt16 | EXC_CHBAR_SHADOW = 0x0008 |
const sal_uInt16 | EXC_ID_CHLINE = 0x1018 |
const sal_uInt16 | EXC_ID_CHAREA = 0x101A |
const sal_uInt16 | EXC_CHLINE_STACKED = 0x0001 |
const sal_uInt16 | EXC_CHLINE_PERCENT = 0x0002 |
const sal_uInt16 | EXC_CHLINE_SHADOW = 0x0004 |
const sal_uInt16 | EXC_ID_CHPIE = 0x1019 |
const sal_uInt16 | EXC_CHPIE_SHADOW = 0x0001 |
const sal_uInt16 | EXC_CHPIE_LINES = 0x0002 |
const sal_uInt16 | EXC_ID_CHSCATTER = 0x101B |
const sal_uInt16 | EXC_CHSCATTER_AREA = 1 |
const sal_uInt16 | EXC_CHSCATTER_WIDTH = 2 |
Bubble area refers to value. More... | |
const sal_uInt16 | EXC_CHSCATTER_BUBBLES = 0x0001 |
Bubble width refers to value. More... | |
const sal_uInt16 | EXC_CHSCATTER_SHOWNEG = 0x0002 |
const sal_uInt16 | EXC_CHSCATTER_SHADOW = 0x0004 |
const sal_uInt16 | EXC_ID_CHCHARTLINE = 0x101C |
const sal_uInt16 | EXC_CHCHARTLINE_DROP = 0 |
const sal_uInt16 | EXC_CHCHARTLINE_HILO = 1 |
Drop lines. More... | |
const sal_uInt16 | EXC_CHCHARTLINE_CONNECT = 2 |
Hi-lo lines. More... | |
const sal_uInt16 | EXC_ID_CHAXIS = 0x101D |
Connector lines in stacked bar charts. More... | |
const sal_uInt16 | EXC_CHAXIS_X = 0 |
const sal_uInt16 | EXC_CHAXIS_Y = 1 |
const sal_uInt16 | EXC_CHAXIS_Z = 2 |
const sal_uInt16 | EXC_CHAXIS_NONE = 0xFFFF |
const sal_uInt16 | EXC_ID_CHTICK = 0x101E |
For internal use only. More... | |
const sal_uInt8 | EXC_CHTICK_INSIDE = 0x01 |
const sal_uInt8 | EXC_CHTICK_OUTSIDE = 0x02 |
const sal_uInt8 | EXC_CHTICK_NOLABEL = 0 |
const sal_uInt8 | EXC_CHTICK_LOW = 1 |
const sal_uInt8 | EXC_CHTICK_HIGH = 2 |
Below diagram/right of diagram. More... | |
const sal_uInt8 | EXC_CHTICK_NEXT = 3 |
Above diagram/left of diagram. More... | |
const sal_uInt8 | EXC_CHTICK_TRANSPARENT = 1 |
Next to axis. More... | |
const sal_uInt8 | EXC_CHTICK_OPAQUE = 2 |
const sal_uInt16 | EXC_CHTICK_AUTOCOLOR = 0x0001 |
const sal_uInt16 | EXC_CHTICK_AUTOFILL = 0x0002 |
const sal_uInt16 | EXC_CHTICK_AUTOROT = 0x0020 |
const sal_uInt16 | EXC_ID_CHVALUERANGE = 0x101F |
const sal_uInt16 | EXC_CHVALUERANGE_AUTOMIN = 0x0001 |
const sal_uInt16 | EXC_CHVALUERANGE_AUTOMAX = 0x0002 |
const sal_uInt16 | EXC_CHVALUERANGE_AUTOMAJOR = 0x0004 |
const sal_uInt16 | EXC_CHVALUERANGE_AUTOMINOR = 0x0008 |
const sal_uInt16 | EXC_CHVALUERANGE_AUTOCROSS = 0x0010 |
const sal_uInt16 | EXC_CHVALUERANGE_LOGSCALE = 0x0020 |
const sal_uInt16 | EXC_CHVALUERANGE_REVERSE = 0x0040 |
const sal_uInt16 | EXC_CHVALUERANGE_MAXCROSS = 0x0080 |
Axis direction reversed. More... | |
const sal_uInt16 | EXC_CHVALUERANGE_BIT8 = 0x0100 |
Other axis crosses at own maximum. More... | |
const sal_uInt16 | EXC_ID_CHLABELRANGE = 0x1020 |
This bit is always set in BIFF5+. More... | |
const sal_uInt16 | EXC_CHLABELRANGE_BETWEEN = 0x0001 |
const sal_uInt16 | EXC_CHLABELRANGE_MAXCROSS = 0x0002 |
Axis between categories. More... | |
const sal_uInt16 | EXC_CHLABELRANGE_REVERSE = 0x0004 |
Other axis crosses at own maximum. More... | |
const sal_uInt16 | EXC_ID_CHAXISLINE = 0x1021 |
Axis direction reversed. More... | |
const sal_uInt16 | EXC_CHAXISLINE_AXISLINE = 0 |
const sal_uInt16 | EXC_CHAXISLINE_MAJORGRID = 1 |
Axis line itself. More... | |
const sal_uInt16 | EXC_CHAXISLINE_MINORGRID = 2 |
Major grid line. More... | |
const sal_uInt16 | EXC_CHAXISLINE_WALLS = 3 |
Minor grid line. More... | |
const sal_uInt16 | EXC_ID_CHDEFAULTTEXT = 0x1024 |
Walls (X, Z axis), floor (Y axis). More... | |
const sal_uInt16 | EXC_CHDEFTEXT_TEXTLABEL = 0 |
const sal_uInt16 | EXC_CHDEFTEXT_NUMLABEL = 1 |
Default for text data labels (not used?). More... | |
const sal_uInt16 | EXC_CHDEFTEXT_GLOBAL = 2 |
Default for numeric data labels (not used?). More... | |
const sal_uInt16 | EXC_CHDEFTEXT_AXESSET = 3 |
Default text for all chart objects. More... | |
const sal_uInt16 | EXC_CHDEFTEXT_NONE = 0xFFFF |
Default text for axes and data points (BIFF8 only). More... | |
const sal_uInt16 | EXC_ID_CHTEXT = 0x1025 |
No default text available. More... | |
const sal_uInt8 | EXC_CHTEXT_ALIGN_TOPLEFT = 1 |
const sal_uInt8 | EXC_CHTEXT_ALIGN_CENTER = 2 |
Horizontal: left, vertical: top. More... | |
const sal_uInt8 | EXC_CHTEXT_ALIGN_BOTTOMRIGHT = 3 |
const sal_uInt8 | EXC_CHTEXT_ALIGN_JUSTIFY = 4 |
Horizontal: right, vertical: bottom. More... | |
const sal_uInt8 | EXC_CHTEXT_ALIGN_DISTRIBUTE = 5 |
const sal_uInt16 | EXC_CHTEXT_TRANSPARENT = 1 |
const sal_uInt16 | EXC_CHTEXT_OPAQUE = 2 |
const sal_uInt16 | EXC_CHTEXT_AUTOCOLOR = 0x0001 |
const sal_uInt16 | EXC_CHTEXT_SHOWSYMBOL = 0x0002 |
Automatic text color. More... | |
const sal_uInt16 | EXC_CHTEXT_SHOWVALUE = 0x0004 |
Legend symbol for data point caption. More... | |
const sal_uInt16 | EXC_CHTEXT_VERTICAL = 0x0008 |
Data point caption is the value. More... | |
const sal_uInt16 | EXC_CHTEXT_AUTOTEXT = 0x0010 |
const sal_uInt16 | EXC_CHTEXT_AUTOGEN = 0x0020 |
Label text generated from chart data. More... | |
const sal_uInt16 | EXC_CHTEXT_DELETED = 0x0040 |
Text object is inserted automatically. More... | |
const sal_uInt16 | EXC_CHTEXT_AUTOFILL = 0x0080 |
Text object is removed. More... | |
const sal_uInt16 | EXC_CHTEXT_SHOWCATEGPERC = 0x0800 |
Automatic text background mode (transparent/opaque). More... | |
const sal_uInt16 | EXC_CHTEXT_SHOWPERCENT = 0x1000 |
Data point caption is category and percent. More... | |
const sal_uInt16 | EXC_CHTEXT_SHOWBUBBLE = 0x2000 |
Data point caption as percent. More... | |
const sal_uInt16 | EXC_CHTEXT_SHOWCATEG = 0x4000 |
Show bubble size. More... | |
const sal_uInt16 | EXC_CHTEXT_POS_DEFAULT = 0 |
Data point caption is category name. More... | |
const sal_uInt16 | EXC_CHTEXT_POS_OUTSIDE = 1 |
const sal_uInt16 | EXC_CHTEXT_POS_INSIDE = 2 |
const sal_uInt16 | EXC_CHTEXT_POS_CENTER = 3 |
const sal_uInt16 | EXC_CHTEXT_POS_AXIS = 4 |
const sal_uInt16 | EXC_CHTEXT_POS_ABOVE = 5 |
const sal_uInt16 | EXC_CHTEXT_POS_BELOW = 6 |
const sal_uInt16 | EXC_CHTEXT_POS_LEFT = 7 |
const sal_uInt16 | EXC_CHTEXT_POS_RIGHT = 8 |
const sal_uInt16 | EXC_CHTEXT_POS_AUTO = 9 |
const sal_uInt16 | EXC_CHTEXT_POS_MOVED = 10 |
const sal_uInt16 | EXC_ID_CHFONT = 0x1026 |
const sal_uInt16 | EXC_ID_CHOBJECTLINK = 0x1027 |
const sal_uInt16 | EXC_CHOBJLINK_NONE = 0 |
const sal_uInt16 | EXC_CHOBJLINK_TITLE = 1 |
No link target. More... | |
const sal_uInt16 | EXC_CHOBJLINK_YAXIS = 2 |
Chart title. More... | |
const sal_uInt16 | EXC_CHOBJLINK_XAXIS = 3 |
Value axis (Y axis). More... | |
const sal_uInt16 | EXC_CHOBJLINK_DATA = 4 |
Category axis (X axis). More... | |
const sal_uInt16 | EXC_CHOBJLINK_ZAXIS = 7 |
Data series/point. More... | |
const sal_uInt16 | EXC_CHOBJLINK_AXISUNIT = 12 |
Series axis (Z axis). More... | |
const sal_uInt16 | EXC_ID_CHFRAME = 0x1032 |
Unit name for axis labels. More... | |
const sal_uInt16 | EXC_CHFRAME_STANDARD = 0 |
const sal_uInt16 | EXC_CHFRAME_SHADOW = 4 |
const sal_uInt16 | EXC_CHFRAME_AUTOSIZE = 0x0001 |
const sal_uInt16 | EXC_CHFRAME_AUTOPOS = 0x0002 |
const sal_uInt16 | EXC_ID_CHBEGIN = 0x1033 |
const sal_uInt16 | EXC_ID_CHEND = 0x1034 |
const sal_uInt16 | EXC_ID_CHPLOTFRAME = 0x1035 |
const sal_uInt16 | EXC_ID_CHCHART3D = 0x103A |
const sal_uInt16 | EXC_CHCHART3D_REAL3D = 0x0001 |
const sal_uInt16 | EXC_CHCHART3D_CLUSTER = 0x0002 |
true = real 3d perspective. More... | |
const sal_uInt16 | EXC_CHCHART3D_AUTOHEIGHT = 0x0004 |
false = Z axis, true = clustered/stacked. More... | |
const sal_uInt16 | EXC_CHCHART3D_HASWALLS = 0x0010 |
true = automatic height to width ratio. More... | |
const sal_uInt16 | EXC_CHCHART3D_2DWALLS = 0x0020 |
true = 3d chart has walls/floor. More... | |
const sal_uInt16 | EXC_ID_CHPICFORMAT = 0x103C |
true = 2d wall/gridlines, no floor. More... | |
const sal_uInt16 | EXC_CHPICFORMAT_NONE = 0 |
const sal_uInt16 | EXC_CHPICFORMAT_STRETCH = 1 |
For internal use only. More... | |
const sal_uInt16 | EXC_CHPICFORMAT_STACK = 2 |
Bitmap stretched to area. More... | |
const sal_uInt16 | EXC_CHPICFORMAT_SCALE = 3 |
Bitmap stacked. More... | |
const sal_uInt16 | EXC_CHPICFORMAT_TOPBOTTOM = 0x0200 |
Bitmap scaled to axis scale. More... | |
const sal_uInt16 | EXC_CHPICFORMAT_FRONTBACK = 0x0400 |
const sal_uInt16 | EXC_CHPICFORMAT_LEFTRIGHT = 0x0800 |
const sal_uInt16 | EXC_ID_CHDROPBAR = 0x103D |
const sal_uInt16 | EXC_CHDROPBAR_UP = 0 |
const sal_uInt16 | EXC_CHDROPBAR_DOWN = 1 |
const sal_uInt16 | EXC_CHDROPBAR_NONE = 0xFFFF |
const sal_uInt16 | EXC_ID_CHRADARLINE = 0x103E |
const sal_uInt16 | EXC_ID_CHRADARAREA = 0x1040 |
const sal_uInt16 | EXC_CHRADAR_AXISLABELS = 0x0001 |
const sal_uInt16 | EXC_CHRADAR_SHADOW = 0x0002 |
const sal_uInt16 | EXC_ID_CHSURFACE = 0x103F |
const sal_uInt16 | EXC_CHSURFACE_FILLED = 0x0001 |
const sal_uInt16 | EXC_CHSURFACE_SHADING = 0x0002 |
const sal_uInt16 | EXC_ID_CHAXESSET = 0x1041 |
const sal_uInt16 | EXC_CHAXESSET_PRIMARY = 0 |
const sal_uInt16 | EXC_CHAXESSET_SECONDARY = 1 |
const sal_uInt16 | EXC_CHAXESSET_NONE = 0xFFFF |
const sal_uInt16 | EXC_ID_CHLEGENDEXCEPTION = 0x1043 |
For internal use. More... | |
const sal_uInt16 | EXC_CHLEGENDEXCEPTION_DELETED = 0x0001 |
const sal_uInt16 | EXC_CHLEGENDEXCEPTION_LABEL = 0x0002 |
const sal_uInt16 | EXC_ID_CHPROPERTIES = 0x1044 |
const sal_uInt16 | EXC_CHPROPS_MANSERIES = 0x0001 |
const sal_uInt16 | EXC_CHPROPS_SHOWVISIBLEONLY = 0x0002 |
Manual series allocation. More... | |
const sal_uInt16 | EXC_CHPROPS_NORESIZE = 0x0004 |
Show visible cells only. More... | |
const sal_uInt16 | EXC_CHPROPS_MANPLOTAREA = 0x0008 |
Do not resize chart with window. More... | |
const sal_uInt16 | EXC_CHPROPS_USEMANPLOTAREA = 0x0010 |
Manual plot area mode. More... | |
const sal_uInt8 | EXC_CHPROPS_EMPTY_SKIP = 0 |
Manual plot area layout in CHFRAMEPOS record. More... | |
const sal_uInt8 | EXC_CHPROPS_EMPTY_ZERO = 1 |
Skip empty values. More... | |
const sal_uInt8 | EXC_CHPROPS_EMPTY_INTERPOLATE = 2 |
Plot empty values as zero. More... | |
const sal_uInt16 | EXC_ID_CHSERGROUP = 0x1045 |
Interpolate empty values. More... | |
const sal_uInt16 | EXC_CHSERGROUP_NONE = 0xFFFF |
const sal_uInt16 | EXC_ID5_CHPIVOTREF = 0x1048 |
For internal use: no chart type group. More... | |
const sal_uInt16 | EXC_ID8_CHPIVOTREF = 0x0858 |
const sal_uInt16 | EXC_ID_CHSERPARENT = 0x104A |
const sal_uInt16 | EXC_ID_CHSERTRENDLINE = 0x104B |
const sal_uInt8 | EXC_CHSERTREND_POLYNOMIAL = 0 |
const sal_uInt8 | EXC_CHSERTREND_EXPONENTIAL = 1 |
If order is 1, trend line is linear. More... | |
const sal_uInt8 | EXC_CHSERTREND_LOGARITHMIC = 2 |
const sal_uInt8 | EXC_CHSERTREND_POWER = 3 |
const sal_uInt8 | EXC_CHSERTREND_MOVING_AVG = 4 |
const sal_uInt16 | EXC_ID_CHFORMAT = 0x104E |
const sal_uInt16 | EXC_ID_CHFRAMEPOS = 0x104F |
const sal_uInt16 | EXC_CHFRAMEPOS_POINTS = 0 |
const sal_uInt16 | EXC_CHFRAMEPOS_ABSSIZE_POINTS = 1 |
const sal_uInt16 | EXC_CHFRAMEPOS_PARENT = 2 |
const sal_uInt16 | EXC_CHFRAMEPOS_DEFOFFSET_PLOT = 3 |
const sal_uInt16 | EXC_CHFRAMEPOS_CHARTSIZE = 5 |
const sal_uInt16 | EXC_ID_CHFORMATRUNS = 0x1050 |
const sal_uInt16 | EXC_ID_CHSOURCELINK = 0x1051 |
const sal_uInt8 | EXC_CHSRCLINK_TITLE = 0 |
const sal_uInt8 | EXC_CHSRCLINK_VALUES = 1 |
const sal_uInt8 | EXC_CHSRCLINK_CATEGORY = 2 |
const sal_uInt8 | EXC_CHSRCLINK_BUBBLES = 3 |
const sal_uInt8 | EXC_CHSRCLINK_DEFAULT = 0 |
const sal_uInt8 | EXC_CHSRCLINK_DIRECTLY = 1 |
const sal_uInt8 | EXC_CHSRCLINK_WORKSHEET = 2 |
const sal_uInt16 | EXC_CHSRCLINK_NUMFMT = 0x0001 |
const sal_uInt16 | EXC_ID_CHSERERRORBAR = 0x105B |
const sal_uInt8 | EXC_CHSERERR_NONE = 0 |
const sal_uInt8 | EXC_CHSERERR_XPLUS = 1 |
For internal use only. More... | |
const sal_uInt8 | EXC_CHSERERR_XMINUS = 2 |
const sal_uInt8 | EXC_CHSERERR_YPLUS = 3 |
const sal_uInt8 | EXC_CHSERERR_YMINUS = 4 |
const sal_uInt8 | EXC_CHSERERR_PERCENT = 1 |
const sal_uInt8 | EXC_CHSERERR_FIXED = 2 |
const sal_uInt8 | EXC_CHSERERR_STDDEV = 3 |
const sal_uInt8 | EXC_CHSERERR_CUSTOM = 4 |
const sal_uInt8 | EXC_CHSERERR_STDERR = 5 |
const sal_uInt8 | EXC_CHSERERR_END_BLANK = 0 |
const sal_uInt8 | EXC_CHSERERR_END_TSHAPE = 1 |
Line end: blank. More... | |
const sal_uInt16 | EXC_ID_CHSERIESFORMAT = 0x105D |
Line end: t-shape. More... | |
const sal_uInt16 | EXC_CHSERIESFORMAT_SMOOTHED = 0x0001 |
const sal_uInt16 | EXC_CHSERIESFORMAT_BUBBLE3D = 0x0002 |
const sal_uInt16 | EXC_CHSERIESFORMAT_SHADOW = 0x0004 |
const sal_uInt16 | EXC_ID_CH3DDATAFORMAT = 0x105F |
const sal_uInt8 | EXC_CH3DDATAFORMAT_RECT = 0 |
const sal_uInt8 | EXC_CH3DDATAFORMAT_CIRC = 1 |
Rectangular base. More... | |
const sal_uInt8 | EXC_CH3DDATAFORMAT_STRAIGHT = 0 |
Circular base. More... | |
const sal_uInt8 | EXC_CH3DDATAFORMAT_SHARP = 1 |
Straight to top. More... | |
const sal_uInt8 | EXC_CH3DDATAFORMAT_TRUNC = 2 |
Sharp top. More... | |
const sal_uInt16 | EXC_ID_CHPIEEXT = 0x1061 |
Sharp top, truncated. More... | |
const sal_uInt16 | EXC_ID_CHDATERANGE = 0x1062 |
const sal_uInt16 | EXC_CHDATERANGE_AUTOMIN = 0x0001 |
const sal_uInt16 | EXC_CHDATERANGE_AUTOMAX = 0x0002 |
const sal_uInt16 | EXC_CHDATERANGE_AUTOMAJOR = 0x0004 |
const sal_uInt16 | EXC_CHDATERANGE_AUTOMINOR = 0x0008 |
const sal_uInt16 | EXC_CHDATERANGE_DATEAXIS = 0x0010 |
const sal_uInt16 | EXC_CHDATERANGE_AUTOBASE = 0x0020 |
const sal_uInt16 | EXC_CHDATERANGE_AUTOCROSS = 0x0040 |
const sal_uInt16 | EXC_CHDATERANGE_AUTODATE = 0x0080 |
Other axis crosses at own maximum. More... | |
const sal_uInt16 | EXC_CHDATERANGE_DAYS = 0 |
Recognize date/text automatically. More... | |
const sal_uInt16 | EXC_CHDATERANGE_MONTHS = 1 |
const sal_uInt16 | EXC_CHDATERANGE_YEARS = 2 |
const sal_uInt16 | EXC_ID_CHESCHERFORMAT = 0x1066 |
const sal_uInt16 | EXC_ID_CHWRAPPEDRECORD = 0x0851 |
const sal_uInt16 | EXC_ID_CHUNITPROPERTIES = 0x0857 |
const sal_uInt16 | EXC_ID_CHUSEDAXESSETS = 0x1046 |
const sal_uInt16 | EXC_ID_CHLABELRANGE2 = 0x1062 |
const sal_uInt16 | EXC_ID_CHPLOTGROWTH = 0x1064 |
const sal_uInt16 | EXC_ID_CHSERINDEX = 0x1065 |
const sal_uInt16 | EXC_ID_CHUNKNOWN = 0xFFFF |
typedef css::uno::Reference< css::drawing::XShape >(* XclChGetShapeFunc) (const css::uno::Reference< css::chart::XChartDocument > &) |
Function prototype receiving a chart document and returning a title shape.
Definition at line 1286 of file xlchart.hxx.
enum XclChFrameType |
Enumerates different types to handle missing frame objects.
Enumerator | |
---|---|
EXC_CHFRAMETYPE_AUTO | |
EXC_CHFRAMETYPE_INVISIBLE | Missing frame represents automatic formatting. Missing frame represents invisible formatting. |
Definition at line 1133 of file xlchart.hxx.
enum XclChObjectType |
Enumerates different object types for specific automatic formatting behaviour.
Definition at line 1112 of file xlchart.hxx.
enum XclChPropertyMode |
Specifies the type of a formatting.
This results in different property names.
Definition at line 1082 of file xlchart.hxx.
enum XclChTextType |
Enumerates different text box types for default text formatting and title positioning.
Definition at line 1269 of file xlchart.hxx.
enum XclChTypeCateg |
Enumerates different categories of similar chart types.
Enumerator | |
---|---|
EXC_CHTYPECATEG_BAR | |
EXC_CHTYPECATEG_LINE | Bar charts (horizontal or vertical). |
EXC_CHTYPECATEG_RADAR | Line charts (line, area, stock charts). |
EXC_CHTYPECATEG_PIE | Radar charts (linear or filled). |
EXC_CHTYPECATEG_SCATTER | Pie and donut charts. |
EXC_CHTYPECATEG_SURFACE | Scatter and bubble charts. Surface charts. |
Definition at line 1189 of file xlchart.hxx.
enum XclChTypeId |
Enumerates all kinds of different chart types.
Enumerator | |
---|---|
EXC_CHTYPEID_BAR | |
EXC_CHTYPEID_HORBAR | Vertical bar chart. |
EXC_CHTYPEID_LINE | Horizontal bar chart. |
EXC_CHTYPEID_AREA | Line chart. |
EXC_CHTYPEID_STOCK | Area chart. |
EXC_CHTYPEID_RADARLINE | Stock chart. |
EXC_CHTYPEID_RADARAREA | Linear radar chart. |
EXC_CHTYPEID_PIE | Filled radar chart. |
EXC_CHTYPEID_DONUT | Pie chart. |
EXC_CHTYPEID_PIEEXT | Donut chart. |
EXC_CHTYPEID_SCATTER | Pie-to-pie or pie-to-bar chart. |
EXC_CHTYPEID_BUBBLES | Scatter (XY) chart. |
EXC_CHTYPEID_SURFACE | Bubble chart. |
EXC_CHTYPEID_UNKNOWN | Surface chart. Default for unknown chart types. |
Definition at line 1170 of file xlchart.hxx.
enum XclChVarPointMode |
Enumerates modes for varying point colors in a series.
Definition at line 1200 of file xlchart.hxx.
bool operator< | ( | const XclChDataPointPos & | rL, |
const XclChDataPointPos & | rR | ||
) |
Definition at line 74 of file xlchart.cxx.
References XclChDataPointPos::mnPointIdx, and XclChDataPointPos::mnSeriesIdx.
const sal_uInt8 EXC_CH3DDATAFORMAT_CIRC = 1 |
Rectangular base.
Definition at line 698 of file xlchart.hxx.
Referenced by XclExpCh3dDataFormat::Convert().
const sal_uInt8 EXC_CH3DDATAFORMAT_RECT = 0 |
Definition at line 697 of file xlchart.hxx.
Referenced by XclExpCh3dDataFormat::Convert(), and XclImpCh3dDataFormat::Convert().
const sal_uInt8 EXC_CH3DDATAFORMAT_SHARP = 1 |
Straight to top.
Definition at line 701 of file xlchart.hxx.
Referenced by XclExpCh3dDataFormat::Convert().
const sal_uInt8 EXC_CH3DDATAFORMAT_STRAIGHT = 0 |
Circular base.
Definition at line 700 of file xlchart.hxx.
Referenced by XclExpCh3dDataFormat::Convert(), and XclImpCh3dDataFormat::Convert().
const sal_uInt8 EXC_CH3DDATAFORMAT_TRUNC = 2 |
Sharp top.
Definition at line 702 of file xlchart.hxx.
const sal_uInt16 EXC_CHAREAFORMAT_AUTO = 0x0001 |
Definition at line 296 of file xlchart.hxx.
Referenced by XclExpChAreaFormat::Convert(), XclExpChAreaFormat::IsAuto(), XclImpChAreaFormat::IsAuto(), XclChPropSetHelper::ReadAreaProperties(), XclExpChAreaFormat::SetAuto(), XclImpChFrame::UpdateObjFrame(), and XclImpChFrameBase::XclImpChFrameBase().
const sal_uInt16 EXC_CHAREAFORMAT_INVERTNEG = 0x0002 |
Definition at line 297 of file xlchart.hxx.
const sal_uInt16 EXC_CHART_AUTOROTATION = 0xFFFF |
Definition at line 153 of file xlchart.hxx.
Referenced by XclImpChTick::GetRotation(), XclImpChAxis::GetRotation(), and XclChPropSetHelper::WriteRotationProperties().
const sal_Int32 EXC_CHART_AXESSET_NONE = -1 |
API Z axis index.
Definition at line 159 of file xlchart.hxx.
Referenced by XclChAxesSet::GetApiAxesSetIndex().
const sal_Int32 EXC_CHART_AXESSET_PRIMARY = 0 |
For internal use only.
Definition at line 160 of file xlchart.hxx.
Referenced by XclChAxesSet::GetApiAxesSetIndex().
const sal_Int32 EXC_CHART_AXESSET_SECONDARY = 1 |
API primary axes set index.
Definition at line 161 of file xlchart.hxx.
Referenced by XclChAxesSet::GetApiAxesSetIndex().
const sal_Int32 EXC_CHART_AXIS_NONE = -1 |
Automatic rotation, e.g. axis labels (internal use only).
Definition at line 155 of file xlchart.hxx.
Referenced by XclExpChAxesSet::Convert(), and XclChAxis::GetApiAxisDimension().
const sal_Int32 EXC_CHART_AXIS_X = 0 |
For internal use only.
Definition at line 156 of file xlchart.hxx.
Referenced by XclExpChAxesSet::Convert(), and XclChAxis::GetApiAxisDimension().
const sal_Int32 EXC_CHART_AXIS_Y = 1 |
API X axis index.
Definition at line 157 of file xlchart.hxx.
Referenced by XclExpChAxesSet::Convert(), and XclChAxis::GetApiAxisDimension().
const sal_Int32 EXC_CHART_AXIS_Z = 2 |
API Y axis index.
Definition at line 158 of file xlchart.hxx.
Referenced by XclChAxis::GetApiAxisDimension().
const sal_Int32 EXC_CHART_PLOTAREAUNITS = 1000 |
Most chart objects are positioned in 1/4000 of chart area.
Definition at line 164 of file xlchart.hxx.
const std::size_t EXC_CHART_PROGRESS_SIZE = 10 |
Definition at line 152 of file xlchart.hxx.
Referenced by XclImpChRoot::FinishConversion(), and XclImpChChart::GetProgressSize().
const sal_Int32 EXC_CHART_TOTALUNITS = 4000 |
API secondary axes set index.
Definition at line 163 of file xlchart.hxx.
Referenced by XclImpChartDrawing::CalcAnchorRect(), XclExpChRoot::CalcChartXFromHmm(), XclExpChRoot::CalcChartYFromHmm(), XclExpChText::ConvertTitle(), XclChRootData::InitConversion(), and XclExpChartDrawing::XclExpChartDrawing().
const sal_uInt16 EXC_CHATTLABEL_SHOWBUBBLE = 0x0020 |
Definition at line 312 of file xlchart.hxx.
const sal_uInt16 EXC_CHATTLABEL_SHOWCATEG = 0x0010 |
Smoothed line.
Definition at line 311 of file xlchart.hxx.
Referenced by XclImpChAttachedLabel::CreateDataLabel(), and XclExpChText::GetAttLabelFlags().
const sal_uInt16 EXC_CHATTLABEL_SHOWCATEGPERC = 0x0004 |
Definition at line 309 of file xlchart.hxx.
Referenced by XclImpChAttachedLabel::CreateDataLabel(), and XclExpChText::GetAttLabelFlags().
const sal_uInt16 EXC_CHATTLABEL_SHOWPERCENT = 0x0002 |
Definition at line 308 of file xlchart.hxx.
Referenced by XclImpChAttachedLabel::CreateDataLabel(), and XclExpChText::GetAttLabelFlags().
const sal_uInt16 EXC_CHATTLABEL_SHOWVALUE = 0x0001 |
Definition at line 307 of file xlchart.hxx.
Referenced by XclImpChAttachedLabel::CreateDataLabel(), and XclExpChText::GetAttLabelFlags().
const sal_uInt16 EXC_CHATTLABEL_SMOOTHED = 0x0008 |
Definition at line 310 of file xlchart.hxx.
const sal_uInt16 EXC_CHAXESSET_NONE = 0xFFFF |
Definition at line 585 of file xlchart.hxx.
Referenced by XclImpChChart::ReadChAxesSet().
const sal_uInt16 EXC_CHAXESSET_PRIMARY = 0 |
Definition at line 583 of file xlchart.hxx.
Referenced by XclImpChAxesSet::Convert(), XclExpChAxesSet::Convert(), XclChAxesSet::GetApiAxesSetIndex(), XclImpChChart::ReadChAxesSet(), XclChRootData::XclChRootData(), XclExpChChart::XclExpChChart(), and XclImpChChart::XclImpChChart().
const sal_uInt16 EXC_CHAXESSET_SECONDARY = 1 |
Definition at line 584 of file xlchart.hxx.
Referenced by XclChAxesSet::GetApiAxesSetIndex(), XclImpChChart::ReadChAxesSet(), XclChRootData::XclChRootData(), XclExpChChart::XclExpChChart(), and XclImpChChart::XclImpChChart().
const sal_uInt16 EXC_CHAXIS_NONE = 0xFFFF |
Definition at line 397 of file xlchart.hxx.
const sal_uInt16 EXC_CHAXIS_X = 0 |
Definition at line 394 of file xlchart.hxx.
Referenced by XclExpChTick::Convert(), XclExpChAxis::Convert(), XclExpChAxesSet::Convert(), XclImpChAxis::ConvertAxisPosition(), XclImpChAxesSet::ConvertTitlePositions(), XclExpChAxis::ConvertWall(), XclImpChAxis::CreateAxis(), XclImpChAxis::CreateWallFrame(), XclImpChAxesSet::Finalize(), XclChAxis::GetApiAxisDimension(), XclImpChAxesSet::ReadChAxis(), and XclChRootData::XclChRootData().
const sal_uInt16 EXC_CHAXIS_Y = 1 |
Definition at line 395 of file xlchart.hxx.
Referenced by XclExpChTick::Convert(), XclExpChAxesSet::Convert(), XclImpChAxesSet::ConvertTitlePositions(), XclExpChAxis::ConvertWall(), XclImpChAxis::CreateAxis(), XclImpChAxis::CreateWallFrame(), XclImpChAxesSet::Finalize(), XclChAxis::GetApiAxisDimension(), XclImpChAxesSet::ReadChAxis(), and XclChRootData::XclChRootData().
const sal_uInt16 EXC_CHAXIS_Z = 2 |
Definition at line 396 of file xlchart.hxx.
Referenced by XclExpChAxis::Convert(), XclExpChAxesSet::Convert(), XclImpChAxis::ConvertAxisPosition(), XclImpChAxesSet::ConvertTitlePositions(), XclImpChAxis::CreateAxis(), XclImpChAxesSet::Finalize(), XclChAxis::GetApiAxisDimension(), XclImpChAxesSet::ReadChAxis(), and XclChRootData::XclChRootData().
const sal_uInt16 EXC_CHAXISLINE_AXISLINE = 0 |
Definition at line 444 of file xlchart.hxx.
Referenced by XclImpChAxis::ReadChAxisLine(), and XclExpChAxis::WriteSubRecords().
const sal_uInt16 EXC_CHAXISLINE_MAJORGRID = 1 |
Axis line itself.
Definition at line 445 of file xlchart.hxx.
Referenced by XclImpChAxis::ReadChAxisLine(), and XclExpChAxis::WriteSubRecords().
const sal_uInt16 EXC_CHAXISLINE_MINORGRID = 2 |
Major grid line.
Definition at line 446 of file xlchart.hxx.
Referenced by XclImpChAxis::ReadChAxisLine(), and XclExpChAxis::WriteSubRecords().
const sal_uInt16 EXC_CHAXISLINE_WALLS = 3 |
Minor grid line.
Definition at line 447 of file xlchart.hxx.
Referenced by XclImpChAxis::ReadChAxisLine(), and XclExpChAxis::WriteSubRecords().
const sal_uInt16 EXC_CHBAR_HORIZONTAL = 0x0001 |
Definition at line 350 of file xlchart.hxx.
Referenced by XclExpChType::Convert(), and XclImpChType::Finalize().
const sal_uInt16 EXC_CHBAR_PERCENT = 0x0004 |
Definition at line 352 of file xlchart.hxx.
Referenced by XclImpChType::IsPercent(), XclImpChType::IsStacked(), and XclExpChType::SetStacked().
const sal_uInt16 EXC_CHBAR_SHADOW = 0x0008 |
Definition at line 353 of file xlchart.hxx.
const sal_uInt16 EXC_CHBAR_STACKED = 0x0002 |
Definition at line 351 of file xlchart.hxx.
Referenced by XclImpChType::IsPercent(), XclImpChType::IsStacked(), and XclExpChType::SetStacked().
const sal_uInt16 EXC_CHCHART3D_2DWALLS = 0x0020 |
true = 3d chart has walls/floor.
Definition at line 541 of file xlchart.hxx.
const sal_uInt16 EXC_CHCHART3D_AUTOHEIGHT = 0x0004 |
false = Z axis, true = clustered/stacked.
Definition at line 539 of file xlchart.hxx.
Referenced by XclExpChChart3d::Convert().
const sal_uInt16 EXC_CHCHART3D_CLUSTER = 0x0002 |
true = real 3d perspective.
Definition at line 538 of file xlchart.hxx.
Referenced by XclExpChChart3d::IsClustered(), XclImpChChart3d::IsClustered(), and XclExpChChart3d::SetClustered().
const sal_uInt16 EXC_CHCHART3D_HASWALLS = 0x0010 |
true = automatic height to width ratio.
Definition at line 540 of file xlchart.hxx.
Referenced by XclExpChChart3d::Convert().
const sal_uInt16 EXC_CHCHART3D_REAL3D = 0x0001 |
Definition at line 537 of file xlchart.hxx.
Referenced by XclExpChChart3d::Convert(), and XclImpChChart3d::Convert().
const sal_uInt16 EXC_CHCHARTLINE_CONNECT = 2 |
Hi-lo lines.
Definition at line 388 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::ConvertSeries(), and XclImpChTypeGroup::HasConnectorLines().
const sal_uInt16 EXC_CHCHARTLINE_DROP = 0 |
Definition at line 386 of file xlchart.hxx.
const sal_uInt16 EXC_CHCHARTLINE_HILO = 1 |
Drop lines.
Definition at line 387 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::CreateAllStockSeries(), XclImpChTypeGroup::CreateStockSeries(), and XclImpChTypeGroup::Finalize().
const sal_uInt16 EXC_CHDATAFORMAT_ALLPOINTS = 0xFFFF |
As point index: unknown format, don't use.
Definition at line 242 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), XclImpChSeries::FinalizeDataFormats(), XclExpChDataFormat::IsSeriesFormat(), XclImpChSeries::SetDataFormat(), and XclImpChSeries::SetDataLabel().
const sal_uInt16 EXC_CHDATAFORMAT_DEFAULT = 0xFFFD |
Maximum number of data points.
Definition at line 240 of file xlchart.hxx.
Referenced by XclImpChSeries::FinalizeDataFormats(), and XclImpChTypeGroup::ReadChDataFormat().
const sal_uInt16 EXC_CHDATAFORMAT_MAXPOINTCOUNT = 32000 |
Definition at line 239 of file xlchart.hxx.
Referenced by XclExpChSourceLink::ConvertDataSequence(), XclImpChSeries::FinalizeDataFormats(), XclImpChSeries::SetDataFormat(), and XclImpChSeries::SetDataLabel().
const sal_uInt16 EXC_CHDATAFORMAT_OLDCOLORS = 0x0001 |
As point index: default for a series.
Definition at line 244 of file xlchart.hxx.
const sal_uInt16 EXC_CHDATAFORMAT_UNKNOWN = 0xFFFE |
As format index: global default for an axes set.
Definition at line 241 of file xlchart.hxx.
Referenced by XclImpChFrame::Convert().
const sal_uInt16 EXC_CHDATERANGE_AUTOBASE = 0x0020 |
Definition at line 717 of file xlchart.hxx.
Referenced by XclExpChLabelRange::Convert(), and XclImpChLabelRange::Convert().
const sal_uInt16 EXC_CHDATERANGE_AUTOCROSS = 0x0040 |
Definition at line 718 of file xlchart.hxx.
Referenced by XclExpChLabelRange::ConvertAxisPosition(), and XclImpChLabelRange::ConvertAxisPosition().
const sal_uInt16 EXC_CHDATERANGE_AUTODATE = 0x0080 |
Other axis crosses at own maximum.
Definition at line 719 of file xlchart.hxx.
Referenced by XclExpChLabelRange::Convert(), and XclImpChLabelRange::Convert().
const sal_uInt16 EXC_CHDATERANGE_AUTOMAJOR = 0x0004 |
Definition at line 714 of file xlchart.hxx.
Referenced by XclExpChLabelRange::Convert(), and XclImpChLabelRange::Convert().
const sal_uInt16 EXC_CHDATERANGE_AUTOMAX = 0x0002 |
Definition at line 713 of file xlchart.hxx.
Referenced by XclExpChLabelRange::Convert(), and XclImpChLabelRange::Convert().
const sal_uInt16 EXC_CHDATERANGE_AUTOMIN = 0x0001 |
Definition at line 712 of file xlchart.hxx.
Referenced by XclExpChLabelRange::Convert(), and XclImpChLabelRange::Convert().
const sal_uInt16 EXC_CHDATERANGE_AUTOMINOR = 0x0008 |
Definition at line 715 of file xlchart.hxx.
Referenced by XclExpChLabelRange::Convert(), and XclImpChLabelRange::Convert().
const sal_uInt16 EXC_CHDATERANGE_DATEAXIS = 0x0010 |
Definition at line 716 of file xlchart.hxx.
Referenced by XclExpChLabelRange::Convert(), XclImpChLabelRange::Convert(), XclExpChLabelRange::ConvertAxisPosition(), and XclImpChLabelRange::ConvertAxisPosition().
const sal_uInt16 EXC_CHDATERANGE_DAYS = 0 |
Recognize date/text automatically.
Definition at line 721 of file xlchart.hxx.
Referenced by XclExpChLabelRange::Convert().
const sal_uInt16 EXC_CHDATERANGE_MONTHS = 1 |
Definition at line 722 of file xlchart.hxx.
const sal_uInt16 EXC_CHDATERANGE_YEARS = 2 |
Definition at line 723 of file xlchart.hxx.
const sal_uInt16 EXC_CHDEFTEXT_AXESSET = 3 |
Default text for all chart objects.
Definition at line 456 of file xlchart.hxx.
Referenced by XclImpChChart::GetDefaultText().
const sal_uInt16 EXC_CHDEFTEXT_GLOBAL = 2 |
Default for numeric data labels (not used?).
Definition at line 455 of file xlchart.hxx.
Referenced by XclImpChChart::GetDefaultText().
const sal_uInt16 EXC_CHDEFTEXT_NONE = 0xFFFF |
Default text for axes and data points (BIFF8 only).
Definition at line 457 of file xlchart.hxx.
const sal_uInt16 EXC_CHDEFTEXT_NUMLABEL = 1 |
Default for text data labels (not used?).
Definition at line 454 of file xlchart.hxx.
const sal_uInt16 EXC_CHDEFTEXT_TEXTLABEL = 0 |
Definition at line 453 of file xlchart.hxx.
const sal_uInt16 EXC_CHDROPBAR_DOWN = 1 |
Definition at line 561 of file xlchart.hxx.
Referenced by XclImpChDropBar::Convert(), XclImpChTypeGroup::CreateStockSeries(), and XclImpChTypeGroup::ReadChDropBar().
const sal_uInt16 EXC_CHDROPBAR_NONE = 0xFFFF |
Definition at line 562 of file xlchart.hxx.
const sal_uInt16 EXC_CHDROPBAR_UP = 0 |
Definition at line 560 of file xlchart.hxx.
Referenced by XclImpChDropBar::Convert(), XclImpChTypeGroup::CreateStockSeries(), and XclImpChTypeGroup::ReadChDropBar().
const sal_uInt16 EXC_CHFRAME_AUTOPOS = 0x0002 |
Definition at line 522 of file xlchart.hxx.
Referenced by XclExpChFrame::SetAutoFlags().
const sal_uInt16 EXC_CHFRAME_AUTOSIZE = 0x0001 |
Definition at line 521 of file xlchart.hxx.
Referenced by XclExpChFrame::SetAutoFlags().
const sal_uInt16 EXC_CHFRAME_SHADOW = 4 |
Definition at line 519 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRAME_STANDARD = 0 |
Definition at line 518 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRAMEPOS_ABSSIZE_POINTS = 1 |
Definition at line 642 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert(), and XclImpChLegend::CreateLegend().
const sal_uInt16 EXC_CHFRAMEPOS_CHARTSIZE = 5 |
Definition at line 645 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert().
const sal_uInt16 EXC_CHFRAMEPOS_DEFOFFSET_PLOT = 3 |
Definition at line 644 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRAMEPOS_PARENT = 2 |
Definition at line 643 of file xlchart.hxx.
Referenced by XclImpChChart::Convert(), XclExpChAxesSet::Convert(), XclExpChText::ConvertTitle(), XclImpChText::ConvertTitlePosition(), and XclExpChFramePos::XclExpChFramePos().
const sal_uInt16 EXC_CHFRAMEPOS_POINTS = 0 |
Definition at line 641 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_FRAME_BACKGROUND = 2 |
Definition at line 200 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_FRAME_PLOTFRAME = 1 |
Definition at line 199 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_FRAME_STANDARD = 0 |
Definition at line 198 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TEXT_AXISTITLE = 4 |
Definition at line 195 of file xlchart.hxx.
Referenced by XclExpChText::ConvertTitle().
const sal_uInt16 EXC_CHFRBLOCK_TEXT_DATALABEL = 5 |
Definition at line 196 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHFRBLOCK_TEXT_DEFTEXT = 2 |
Definition at line 194 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TEXT_TITLE = 0 |
For internal use only.
Definition at line 193 of file xlchart.hxx.
Referenced by XclExpChText::ConvertTitle().
const sal_uInt16 EXC_CHFRBLOCK_TYPE_AXESSET = 0 |
Definition at line 179 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TYPE_AXIS = 4 |
Definition at line 181 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TYPE_CHART = 13 |
Definition at line 188 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TYPE_DATAFORMAT = 14 |
Definition at line 189 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TYPE_DATATABLE = 6 |
Definition at line 183 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TYPE_DROPBAR = 15 |
Definition at line 190 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TYPE_FRAME = 7 |
Definition at line 184 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TYPE_LEGEND = 9 |
Definition at line 185 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TYPE_LEGENDEX = 10 |
Definition at line 186 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TYPE_SERIES = 12 |
Definition at line 187 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TYPE_TEXT = 2 |
Definition at line 180 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TYPE_TYPEGROUP = 5 |
Definition at line 182 of file xlchart.hxx.
const sal_uInt16 EXC_CHFRBLOCK_TYPE_UNKNOWN = 0xFFFF |
Definition at line 191 of file xlchart.hxx.
Referenced by XclExpChRootData::InitializeFutureRecBlock().
const sal_uInt8 EXC_CHFRINFO_EXCEL2000 = 9 |
Definition at line 170 of file xlchart.hxx.
const sal_uInt8 EXC_CHFRINFO_EXCEL2007 = 11 |
Definition at line 172 of file xlchart.hxx.
const sal_uInt8 EXC_CHFRINFO_EXCELXP2003 = 10 |
Definition at line 171 of file xlchart.hxx.
Referenced by XclExpChRootData::InitializeFutureRecBlock().
const sal_uInt16 EXC_CHFRLABELPROPS_SHOWBUBBLE = 0x0010 |
Definition at line 210 of file xlchart.hxx.
Referenced by XclExpChFrLabelProps::Convert(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHFRLABELPROPS_SHOWCATEG = 0x0002 |
Definition at line 207 of file xlchart.hxx.
Referenced by XclExpChFrLabelProps::Convert(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHFRLABELPROPS_SHOWPERCENT = 0x0008 |
Definition at line 209 of file xlchart.hxx.
Referenced by XclExpChFrLabelProps::Convert(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHFRLABELPROPS_SHOWSERIES = 0x0001 |
Definition at line 206 of file xlchart.hxx.
Referenced by XclExpChFrLabelProps::Convert().
const sal_uInt16 EXC_CHFRLABELPROPS_SHOWVALUE = 0x0004 |
Definition at line 208 of file xlchart.hxx.
Referenced by XclExpChFrLabelProps::Convert(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHLABELRANGE_BETWEEN = 0x0001 |
Definition at line 436 of file xlchart.hxx.
Referenced by XclExpChLabelRange::SetTicksBetweenCateg().
const sal_uInt16 EXC_CHLABELRANGE_MAXCROSS = 0x0002 |
Axis between categories.
Definition at line 437 of file xlchart.hxx.
Referenced by XclExpChLabelRange::ConvertAxisPosition(), and XclImpChLabelRange::ConvertAxisPosition().
const sal_uInt16 EXC_CHLABELRANGE_REVERSE = 0x0004 |
Other axis crosses at own maximum.
Definition at line 438 of file xlchart.hxx.
Referenced by XclExpChLabelRange::Convert(), XclImpChLabelRange::Convert(), and XclImpChLabelRange::ConvertAxisPosition().
const sal_uInt16 EXC_CHLEGEND_AUTOPOSX = 0x0004 |
Definition at line 341 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert().
const sal_uInt16 EXC_CHLEGEND_AUTOPOSY = 0x0008 |
Definition at line 342 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert().
const sal_uInt16 EXC_CHLEGEND_AUTOSERIES = 0x0002 |
Definition at line 340 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert().
const sal_uInt8 EXC_CHLEGEND_BOTTOM = 0 |
Definition at line 328 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert(), and XclImpChLegend::CreateLegend().
const sal_uInt8 EXC_CHLEGEND_CLOSE = 0 |
Definition at line 335 of file xlchart.hxx.
const sal_uInt8 EXC_CHLEGEND_CORNER = 1 |
Definition at line 329 of file xlchart.hxx.
Referenced by XclImpChLegend::CreateLegend().
const sal_uInt16 EXC_CHLEGEND_DATATABLE = 0x0020 |
Definition at line 344 of file xlchart.hxx.
Referenced by XclImpChLegend::ReadHeaderRecord().
const sal_uInt16 EXC_CHLEGEND_DOCKED = 0x0001 |
Definition at line 339 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert().
const sal_uInt8 EXC_CHLEGEND_LEFT = 4 |
Definition at line 332 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert(), and XclImpChLegend::CreateLegend().
const sal_uInt8 EXC_CHLEGEND_MEDIUM = 1 |
Definition at line 336 of file xlchart.hxx.
const sal_uInt8 EXC_CHLEGEND_NOTDOCKED = 7 |
Definition at line 333 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert(), XclImpChLegend::CreateLegend(), and XclImpChLegend::ReadHeaderRecord().
const sal_uInt8 EXC_CHLEGEND_OPEN = 2 |
Definition at line 337 of file xlchart.hxx.
const sal_uInt8 EXC_CHLEGEND_RIGHT = 3 |
Definition at line 331 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert(), and XclImpChLegend::CreateLegend().
const sal_uInt16 EXC_CHLEGEND_STACKED = 0x0010 |
Definition at line 343 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert(), and XclImpChLegend::CreateLegend().
const sal_uInt8 EXC_CHLEGEND_TOP = 2 |
Definition at line 330 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert(), and XclImpChLegend::CreateLegend().
const sal_uInt16 EXC_CHLEGENDEXCEPTION_DELETED = 0x0001 |
Definition at line 591 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadChLegendException().
const sal_uInt16 EXC_CHLEGENDEXCEPTION_LABEL = 0x0002 |
Definition at line 592 of file xlchart.hxx.
const sal_uInt16 EXC_CHLINE_PERCENT = 0x0002 |
Definition at line 361 of file xlchart.hxx.
Referenced by XclImpChType::IsPercent(), XclImpChType::IsStacked(), and XclExpChType::SetStacked().
const sal_uInt16 EXC_CHLINE_SHADOW = 0x0004 |
Definition at line 362 of file xlchart.hxx.
const sal_uInt16 EXC_CHLINE_STACKED = 0x0001 |
Definition at line 360 of file xlchart.hxx.
Referenced by XclImpChType::IsPercent(), XclImpChType::IsStacked(), and XclExpChType::SetStacked().
const sal_uInt16 EXC_CHLINEFORMAT_AUTO = 0x0001 |
Definition at line 265 of file xlchart.hxx.
Referenced by XclExpChLineFormat::Convert(), XclExpChLineFormat::IsAuto(), XclImpChLineFormat::IsAuto(), XclChPropSetHelper::ReadLineProperties(), XclExpChLineFormat::SetAuto(), XclImpChFrame::UpdateObjFrame(), and XclImpChFrameBase::XclImpChFrameBase().
const sal_uInt16 EXC_CHLINEFORMAT_DARKTRANS = 6 |
Definition at line 256 of file xlchart.hxx.
Referenced by XclChPropSetHelper::ReadLineProperties(), XclImpChFrame::UpdateObjFrame(), and XclChPropSetHelper::WriteLineProperties().
const sal_uInt16 EXC_CHLINEFORMAT_DASH = 1 |
Definition at line 251 of file xlchart.hxx.
Referenced by XclChPropSetHelper::ReadLineProperties(), XclImpChFrame::UpdateObjFrame(), and XclChPropSetHelper::WriteLineProperties().
const sal_uInt16 EXC_CHLINEFORMAT_DASHDOT = 3 |
Definition at line 253 of file xlchart.hxx.
Referenced by XclChPropSetHelper::ReadLineProperties(), XclImpChFrame::UpdateObjFrame(), and XclChPropSetHelper::WriteLineProperties().
const sal_uInt16 EXC_CHLINEFORMAT_DASHDOTDOT = 4 |
Definition at line 254 of file xlchart.hxx.
Referenced by XclChPropSetHelper::ReadLineProperties(), XclImpChFrame::UpdateObjFrame(), and XclChPropSetHelper::WriteLineProperties().
const sal_uInt16 EXC_CHLINEFORMAT_DOT = 2 |
Definition at line 252 of file xlchart.hxx.
Referenced by XclChPropSetHelper::ReadLineProperties(), XclImpChFrame::UpdateObjFrame(), and XclChPropSetHelper::WriteLineProperties().
const sal_Int16 EXC_CHLINEFORMAT_DOUBLE = 1 |
Definition at line 262 of file xlchart.hxx.
Referenced by XclImpChMarkerFormat::Convert(), XclChPropSetHelper::ReadLineProperties(), XclImpChFrame::UpdateObjFrame(), and XclChPropSetHelper::WriteLineProperties().
const sal_Int16 EXC_CHLINEFORMAT_HAIR = -1 |
Definition at line 260 of file xlchart.hxx.
Referenced by XclImpChMarkerFormat::Convert(), XclChPropSetHelper::ReadLineProperties(), and XclImpChFrame::UpdateObjFrame().
const sal_uInt16 EXC_CHLINEFORMAT_LIGHTTRANS = 8 |
Definition at line 258 of file xlchart.hxx.
Referenced by XclChPropSetHelper::ReadLineProperties(), XclImpChFrame::UpdateObjFrame(), and XclChPropSetHelper::WriteLineProperties().
const sal_uInt16 EXC_CHLINEFORMAT_MEDTRANS = 7 |
Definition at line 257 of file xlchart.hxx.
Referenced by XclChPropSetHelper::ReadLineProperties(), XclImpChFrame::UpdateObjFrame(), and XclChPropSetHelper::WriteLineProperties().
const sal_uInt16 EXC_CHLINEFORMAT_NONE = 5 |
Definition at line 255 of file xlchart.hxx.
Referenced by XclExpChLineFormat::HasLine(), XclImpChLineFormat::HasLine(), XclChPropSetHelper::ReadLineProperties(), XclExpChLineFormat::SetDefault(), XclImpChFrame::UpdateObjFrame(), and XclImpChFrameBase::XclImpChFrameBase().
const sal_uInt16 EXC_CHLINEFORMAT_SHOWAXIS = 0x0004 |
Definition at line 266 of file xlchart.hxx.
Referenced by XclImpChAxis::Finalize(), XclImpChLineFormat::IsShowAxis(), and XclExpChLineFormat::SetShowAxis().
const sal_Int16 EXC_CHLINEFORMAT_SINGLE = 0 |
Definition at line 261 of file xlchart.hxx.
Referenced by XclImpChMarkerFormat::Convert(), XclImpChFrameBase::GetLineWeight(), XclImpChLineFormat::GetWeight(), XclChPropSetHelper::ReadLineProperties(), XclImpChFrame::UpdateObjFrame(), and XclChPropSetHelper::WriteLineProperties().
const sal_uInt16 EXC_CHLINEFORMAT_SOLID = 0 |
Definition at line 250 of file xlchart.hxx.
Referenced by XclExpChLineFormat::Convert(), XclImpChLineFormat::Convert(), XclChPropSetHelper::ReadLineProperties(), XclImpChFrame::UpdateObjFrame(), and XclChPropSetHelper::WriteLineProperties().
const sal_Int16 EXC_CHLINEFORMAT_TRIPLE = 2 |
Definition at line 263 of file xlchart.hxx.
Referenced by XclImpChMarkerFormat::Convert(), XclChPropSetHelper::ReadLineProperties(), XclImpChFrame::UpdateObjFrame(), and XclChPropSetHelper::WriteLineProperties().
const sal_uInt16 EXC_CHMARKERFORMAT_AUTO = 0x0001 |
Automatic symbol size for triple lines.
Definition at line 288 of file xlchart.hxx.
Referenced by XclExpChMarkerFormat::ConvertStockSymbol(), XclImpChMarkerFormat::IsAuto(), and XclChPropSetHelper::ReadMarkerProperties().
const sal_uInt16 EXC_CHMARKERFORMAT_CIRCLE = 8 |
Definition at line 280 of file xlchart.hxx.
Referenced by XclChartHelper::GetAutoMarkerType(), XclChPropSetHelper::ReadMarkerProperties(), and XclChPropSetHelper::WriteMarkerProperties().
const sal_uInt16 EXC_CHMARKERFORMAT_CROSS = 4 |
Definition at line 276 of file xlchart.hxx.
Referenced by XclChartHelper::GetAutoMarkerType(), XclChPropSetHelper::ReadMarkerProperties(), and XclChPropSetHelper::WriteMarkerProperties().
const sal_uInt16 EXC_CHMARKERFORMAT_DIAMOND = 2 |
Definition at line 274 of file xlchart.hxx.
Referenced by XclChartHelper::GetAutoMarkerType(), XclChPropSetHelper::ReadMarkerProperties(), and XclChPropSetHelper::WriteMarkerProperties().
const sal_uInt32 EXC_CHMARKERFORMAT_DOUBLESIZE = 140 |
Automatic symbol size for single lines.
Definition at line 285 of file xlchart.hxx.
Referenced by XclImpChMarkerFormat::Convert(), and XclExpChMarkerFormat::ConvertStockSymbol().
const sal_uInt16 EXC_CHMARKERFORMAT_DOWJ = 6 |
Definition at line 278 of file xlchart.hxx.
Referenced by XclExpChMarkerFormat::ConvertStockSymbol(), XclChartHelper::GetAutoMarkerType(), XclChPropSetHelper::ReadMarkerProperties(), and XclChPropSetHelper::WriteMarkerProperties().
const sal_uInt32 EXC_CHMARKERFORMAT_HAIRSIZE = 60 |
Definition at line 283 of file xlchart.hxx.
Referenced by XclImpChMarkerFormat::Convert().
const sal_uInt16 EXC_CHMARKERFORMAT_NOFILL = 0x0010 |
Definition at line 289 of file xlchart.hxx.
Referenced by XclExpChMarkerFormat::HasFillColor(), and XclChPropSetHelper::ReadMarkerProperties().
const sal_uInt16 EXC_CHMARKERFORMAT_NOLINE = 0x0020 |
Definition at line 290 of file xlchart.hxx.
Referenced by XclExpChMarkerFormat::HasLineColor(), and XclChPropSetHelper::WriteMarkerProperties().
const sal_uInt16 EXC_CHMARKERFORMAT_NOSYMBOL = 0 |
Definition at line 272 of file xlchart.hxx.
Referenced by XclExpChMarkerFormat::ConvertStockSymbol(), XclExpChMarkerFormat::HasMarker(), XclChPropSetHelper::ReadMarkerProperties(), and XclChPropSetHelper::WriteMarkerProperties().
const sal_uInt16 EXC_CHMARKERFORMAT_PLUS = 9 |
Definition at line 281 of file xlchart.hxx.
Referenced by XclChartHelper::GetAutoMarkerType(), XclChPropSetHelper::ReadMarkerProperties(), and XclChPropSetHelper::WriteMarkerProperties().
const sal_uInt32 EXC_CHMARKERFORMAT_SINGLESIZE = 100 |
Automatic symbol size for hair lines.
Definition at line 284 of file xlchart.hxx.
Referenced by XclImpChMarkerFormat::Convert().
const sal_uInt16 EXC_CHMARKERFORMAT_SQUARE = 1 |
Definition at line 273 of file xlchart.hxx.
Referenced by XclChartHelper::GetAutoMarkerType(), XclChPropSetHelper::ReadMarkerProperties(), and XclChPropSetHelper::WriteMarkerProperties().
const sal_uInt16 EXC_CHMARKERFORMAT_STAR = 5 |
Definition at line 277 of file xlchart.hxx.
Referenced by XclChartHelper::GetAutoMarkerType(), XclChPropSetHelper::ReadMarkerProperties(), and XclChPropSetHelper::WriteMarkerProperties().
const sal_uInt16 EXC_CHMARKERFORMAT_STDDEV = 7 |
Definition at line 279 of file xlchart.hxx.
Referenced by XclChartHelper::GetAutoMarkerType(), XclChPropSetHelper::ReadMarkerProperties(), and XclChPropSetHelper::WriteMarkerProperties().
const sal_uInt16 EXC_CHMARKERFORMAT_TRIANGLE = 3 |
Definition at line 275 of file xlchart.hxx.
Referenced by XclChartHelper::GetAutoMarkerType(), XclChPropSetHelper::ReadMarkerProperties(), and XclChPropSetHelper::WriteMarkerProperties().
const sal_uInt32 EXC_CHMARKERFORMAT_TRIPLESIZE = 180 |
Automatic symbol size for double lines.
Definition at line 286 of file xlchart.hxx.
Referenced by XclImpChMarkerFormat::Convert().
const sal_uInt16 EXC_CHOBJLINK_AXISUNIT = 12 |
Series axis (Z axis).
Definition at line 512 of file xlchart.hxx.
const sal_uInt16 EXC_CHOBJLINK_DATA = 4 |
Category axis (X axis).
Definition at line 510 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), XclExpChText::ConvertTrendLineEquation(), and XclImpChChart::ReadChText().
const sal_uInt16 EXC_CHOBJLINK_NONE = 0 |
Definition at line 506 of file xlchart.hxx.
const sal_uInt16 EXC_CHOBJLINK_TITLE = 1 |
No link target.
Definition at line 507 of file xlchart.hxx.
Referenced by XclExpChText::ConvertTitle(), XclImpChChart::ReadChText(), and XclExpChChart::XclExpChChart().
const sal_uInt16 EXC_CHOBJLINK_XAXIS = 3 |
Value axis (Y axis).
Definition at line 509 of file xlchart.hxx.
Referenced by XclExpChAxesSet::Convert(), XclExpChText::ConvertTitle(), and XclImpChAxesSet::ReadChText().
const sal_uInt16 EXC_CHOBJLINK_YAXIS = 2 |
Chart title.
Definition at line 508 of file xlchart.hxx.
Referenced by XclExpChAxesSet::Convert(), XclExpChText::ConvertTitle(), and XclImpChAxesSet::ReadChText().
const sal_uInt16 EXC_CHOBJLINK_ZAXIS = 7 |
Data series/point.
Definition at line 511 of file xlchart.hxx.
Referenced by XclExpChAxesSet::Convert(), XclExpChText::ConvertTitle(), and XclImpChAxesSet::ReadChText().
const sal_uInt16 EXC_CHPICFORMAT_FRONTBACK = 0x0400 |
Definition at line 553 of file xlchart.hxx.
const sal_uInt16 EXC_CHPICFORMAT_LEFTRIGHT = 0x0800 |
Definition at line 554 of file xlchart.hxx.
const sal_uInt16 EXC_CHPICFORMAT_NONE = 0 |
Definition at line 547 of file xlchart.hxx.
Referenced by XclExpChEscherFormat::HasSubRecords().
const sal_uInt16 EXC_CHPICFORMAT_SCALE = 3 |
Bitmap stacked.
Definition at line 550 of file xlchart.hxx.
const sal_uInt16 EXC_CHPICFORMAT_STACK = 2 |
Bitmap stretched to area.
Definition at line 549 of file xlchart.hxx.
Referenced by XclChPropSetHelper::ReadEscherProperties().
const sal_uInt16 EXC_CHPICFORMAT_STRETCH = 1 |
For internal use only.
Definition at line 548 of file xlchart.hxx.
Referenced by XclChPropSetHelper::ReadEscherProperties(), and XclChPropSetHelper::WriteEscherProperties().
const sal_uInt16 EXC_CHPICFORMAT_TOPBOTTOM = 0x0200 |
Bitmap scaled to axis scale.
Definition at line 552 of file xlchart.hxx.
const sal_uInt16 EXC_CHPIE_LINES = 0x0002 |
Definition at line 369 of file xlchart.hxx.
const sal_uInt16 EXC_CHPIE_SHADOW = 0x0001 |
Definition at line 368 of file xlchart.hxx.
|
inlineconstexpr |
Definition at line 114 of file xlchart.hxx.
Referenced by XclImpChChart3d::Convert().
|
inlineconstexpr |
Definition at line 55 of file xlchart.hxx.
Referenced by XclExpChartDrawing::XclExpChartDrawing().
|
inlineconstexpr |
Definition at line 56 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert(), and XclImpChLegend::CreateLegend().
|
inlineconstexpr |
Definition at line 57 of file xlchart.hxx.
Referenced by XclImpChLabelRange::Convert().
|
inlineconstexpr |
Definition at line 58 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::ConvertSeries(), and XclImpChTypeGroup::InsertDataSeries().
|
inlineconstexpr |
Definition at line 59 of file xlchart.hxx.
Referenced by XclExpChSeries::ConvertDataSeries().
|
inlineconstexpr |
Definition at line 60 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::CreateAllStockSeries(), and XclImpChTypeGroup::CreateStockSeries().
|
inlineconstexpr |
Definition at line 61 of file xlchart.hxx.
Referenced by XclExpChMarkerFormat::Convert(), XclImpChMarkerFormat::ConvertColor(), and XclExpChMarkerFormat::ConvertStockSymbol().
|
inlineconstexpr |
Definition at line 62 of file xlchart.hxx.
Referenced by XclExpChAxesSet::Convert(), and XclImpChTypeGroup::CreateChartType().
|
inlineconstexpr |
Definition at line 63 of file xlchart.hxx.
Referenced by XclExpChLabelRange::ConvertAxisPosition(), XclExpChValueRange::ConvertAxisPosition(), XclImpChValueRange::ConvertAxisPosition(), and XclImpChLabelRange::ConvertAxisPosition().
|
inlineconstexpr |
Definition at line 64 of file xlchart.hxx.
Referenced by XclExpChLabelRange::ConvertAxisPosition(), XclExpChValueRange::ConvertAxisPosition(), XclImpChValueRange::ConvertAxisPosition(), and XclImpChLabelRange::ConvertAxisPosition().
|
inlineconstexpr |
Definition at line 66 of file xlchart.hxx.
Referenced by XclExpChSeries::ConvertTrendLine(), and XclImpChSerTrendLine::CreateRegressionCurve().
|
inlineconstexpr |
Definition at line 65 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::ConvertType(), and XclImpChTypeGroup::CreateDataSeries().
|
inlineconstexpr |
Definition at line 67 of file xlchart.hxx.
Referenced by XclImpChChart3d::Convert().
|
inlineconstexpr |
Definition at line 69 of file xlchart.hxx.
Referenced by XclImpChChart3d::Convert().
|
inlineconstexpr |
Definition at line 70 of file xlchart.hxx.
Referenced by XclImpChChart3d::Convert().
|
inlineconstexpr |
Definition at line 68 of file xlchart.hxx.
Referenced by XclImpChChart3d::Convert().
|
inlineconstexpr |
Definition at line 71 of file xlchart.hxx.
Referenced by XclImpChChart3d::Convert().
|
inlineconstexpr |
Definition at line 72 of file xlchart.hxx.
Referenced by XclImpChChart3d::Convert().
|
inlineconstexpr |
Definition at line 73 of file xlchart.hxx.
Referenced by XclImpChChart3d::Convert().
|
inlineconstexpr |
Definition at line 74 of file xlchart.hxx.
Referenced by XclExpChTick::Convert(), XclExpChAxesSet::Convert(), and XclImpChAxis::CreateAxis().
|
inlineconstexpr |
Definition at line 75 of file xlchart.hxx.
Referenced by XclExpChSerErrorBar::Convert(), and XclImpChSerErrorBar::CreateErrorBar().
|
inlineconstexpr |
Definition at line 76 of file xlchart.hxx.
Referenced by XclExpChSeries::ConvertDataSeries(), and XclImpChSeries::CreateDataSeries().
|
inlineconstexpr |
Definition at line 77 of file xlchart.hxx.
Referenced by XclExpChSeries::ConvertDataSeries(), and XclImpChSeries::CreateDataSeries().
|
inlineconstexpr |
Definition at line 78 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert(), and XclImpChLegend::CreateLegend().
|
inlineconstexpr |
Definition at line 79 of file xlchart.hxx.
Referenced by XclExpChLabelRange::Convert().
|
inlineconstexpr |
Definition at line 81 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), and XclImpChSerTrendLine::CreateRegressionCurve().
|
inlineconstexpr |
Definition at line 80 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), and XclImpChSerTrendLine::CreateRegressionCurve().
|
inlineconstexpr |
Definition at line 82 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), and XclImpChSerTrendLine::CreateRegressionCurve().
|
inlineconstexpr |
Definition at line 83 of file xlchart.hxx.
Referenced by XclExpChType::Convert(), and XclImpChType::CreateChartType().
|
inlineconstexpr |
Definition at line 84 of file xlchart.hxx.
Referenced by XclExpCh3dDataFormat::Convert(), and XclImpCh3dDataFormat::Convert().
|
inlineconstexpr |
Definition at line 85 of file xlchart.hxx.
Referenced by XclImpChChart::Convert(), and XclExpChChart::XclExpChChart().
|
inlineconstexpr |
Definition at line 86 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), and XclImpChSerTrendLine::CreateRegressionCurve().
|
inlineconstexpr |
Definition at line 87 of file xlchart.hxx.
Referenced by XclImpChTypeGroup::CreateStockSeries().
|
inlineconstexpr |
Definition at line 88 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
|
inlineconstexpr |
Definition at line 89 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
|
inlineconstexpr |
Definition at line 90 of file xlchart.hxx.
Referenced by XclExpChTick::Convert(), and XclImpChTick::Convert().
|
inlineconstexpr |
Definition at line 91 of file xlchart.hxx.
Referenced by XclExpChFrLabelProps::Convert(), and XclImpChText::ConvertDataLabel().
|
inlineconstexpr |
Definition at line 93 of file xlchart.hxx.
Referenced by XclExpChTick::Convert(), and XclImpChTick::Convert().
|
inlineconstexpr |
Definition at line 94 of file xlchart.hxx.
Referenced by XclImpChTick::Convert().
|
inlineconstexpr |
Definition at line 95 of file xlchart.hxx.
Referenced by XclExpChTick::Convert(), and XclImpChTick::Convert().
|
inlineconstexpr |
Definition at line 96 of file xlchart.hxx.
Referenced by XclImpChChart::CreateDiagram(), and XclExpChChart::XclExpChChart().
|
inlineconstexpr |
Definition at line 97 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), and XclImpChSerTrendLine::CreateRegressionCurve().
|
inlineconstexpr |
Definition at line 98 of file xlchart.hxx.
Referenced by XclImpChSerErrorBar::CreateErrorBar().
|
inlineconstexpr |
Definition at line 99 of file xlchart.hxx.
Referenced by XclExpChAxis::Convert(), XclExpChSourceLink::ConvertNumFmt(), XclImpChSourceLink::ConvertNumFmt(), and XclImpChAxis::CreateAxis().
|
inlineconstexpr |
Definition at line 100 of file xlchart.hxx.
Referenced by XclExpChAxis::Convert(), and XclImpChAxis::CreateAxis().
|
inlineconstexpr |
Definition at line 101 of file xlchart.hxx.
Referenced by XclExpChPieFormat::Convert(), and XclImpChPieFormat::Convert().
|
inlineconstexpr |
Definition at line 102 of file xlchart.hxx.
Referenced by XclExpChType::Convert(), and XclImpChType::CreateChartType().
|
inlineconstexpr |
Definition at line 103 of file xlchart.hxx.
Referenced by XclExpChSourceLink::ConvertNumFmt(), and XclImpChSourceLink::ConvertNumFmt().
|
inlineconstexpr |
Definition at line 104 of file xlchart.hxx.
Referenced by XclImpChDataFormat::Convert().
|
inlineconstexpr |
Definition at line 105 of file xlchart.hxx.
Referenced by XclExpChChart3d::Convert(), and XclImpChChart3d::Convert().
|
inlineconstexpr |
Definition at line 107 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), and XclImpChSerTrendLine::CreateRegressionCurve().
|
inlineconstexpr |
Definition at line 106 of file xlchart.hxx.
Referenced by XclExpChSerErrorBar::Convert(), and XclImpChSerErrorBar::CreateErrorBar().
|
inlineconstexpr |
Definition at line 108 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert(), XclExpChText::ConvertTitle(), and XclImpChLegend::CreateLegend().
|
inlineconstexpr |
Definition at line 109 of file xlchart.hxx.
Referenced by XclExpChLegend::Convert(), and XclImpChLegend::CreateLegend().
|
inlineconstexpr |
Definition at line 110 of file xlchart.hxx.
Referenced by XclExpChChart3d::Convert(), and XclImpChChart3d::Convert().
|
inlineconstexpr |
Definition at line 111 of file xlchart.hxx.
Referenced by XclExpChSerErrorBar::Convert(), XclExpChSeries::ConvertDataSeries(), XclExpChSeries::ConvertStockSeries(), and XclImpChSourceLink::CreateDataSequence().
|
inlineconstexpr |
Definition at line 136 of file xlchart.hxx.
Referenced by XclImpChTypeGroup::CreateCategSequence().
Definition at line 145 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::CreateAllStockSeries(), and XclImpChTypeGroup::CreateStockSeries().
Definition at line 137 of file xlchart.hxx.
Referenced by XclChartHelper::GetErrorBarValuesRole().
Definition at line 138 of file xlchart.hxx.
Referenced by XclChartHelper::GetErrorBarValuesRole().
Definition at line 139 of file xlchart.hxx.
Referenced by XclChartHelper::GetErrorBarValuesRole().
Definition at line 140 of file xlchart.hxx.
Referenced by XclChartHelper::GetErrorBarValuesRole().
Definition at line 147 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::CreateAllStockSeries(), and XclImpChTypeGroup::CreateStockSeries().
|
inlineconstexpr |
Definition at line 141 of file xlchart.hxx.
Referenced by XclImpChSourceLink::CreateDataSequence().
Definition at line 146 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::CreateAllStockSeries(), and XclImpChTypeGroup::CreateStockSeries().
Definition at line 144 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::CreateAllStockSeries(), and XclImpChTypeGroup::CreateStockSeries().
Definition at line 148 of file xlchart.hxx.
Referenced by XclExpChSeries::ConvertDataSeries(), and XclImpChSeries::CreateDataSeries().
Definition at line 142 of file xlchart.hxx.
Referenced by XclExpChSeries::ConvertDataSeries(), and XclImpChSeries::CreateDataSeries().
Definition at line 143 of file xlchart.hxx.
Referenced by XclExpChSeries::ConvertDataSeries(), and XclImpChSeries::CreateDataSeries().
|
inlineconstexpr |
Definition at line 112 of file xlchart.hxx.
Referenced by XclExpChChart3d::Convert(), and XclImpChChart3d::Convert().
|
inlineconstexpr |
Definition at line 113 of file xlchart.hxx.
Referenced by XclExpChChart3d::Convert(), and XclImpChChart3d::Convert().
|
inlineconstexpr |
Definition at line 115 of file xlchart.hxx.
Referenced by XclExpChAxis::Convert(), XclExpChTypeGroup::ConvertLegend(), XclImpChAxis::CreateAxis(), and XclImpChLegend::CreateLegend().
|
inlineconstexpr |
Definition at line 116 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), and XclImpChSerTrendLine::CreateRegressionCurve().
|
inlineconstexpr |
Definition at line 117 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), and XclImpChSerTrendLine::CreateRegressionCurve().
|
inlineconstexpr |
Definition at line 118 of file xlchart.hxx.
Referenced by XclImpChTypeGroup::CreateStockSeries().
|
inlineconstexpr |
Definition at line 119 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::CreateAllStockSeries(), and XclImpChTypeGroup::CreateStockSeries().
|
inlineconstexpr |
Definition at line 92 of file xlchart.hxx.
Referenced by XclImpChSeries::CreateDataSeries().
|
inlineconstexpr |
Definition at line 120 of file xlchart.hxx.
Referenced by XclImpChSerErrorBar::CreateErrorBar(), and XclExpChSeries::CreateErrorBars().
|
inlineconstexpr |
Definition at line 121 of file xlchart.hxx.
Referenced by XclImpChSerErrorBar::CreateErrorBar(), and XclExpChSeries::CreateErrorBars().
|
inlineconstexpr |
Definition at line 122 of file xlchart.hxx.
Referenced by XclChPropSetHelper::ReadRotationProperties(), and XclChPropSetHelper::WriteRotationProperties().
|
inlineconstexpr |
Definition at line 123 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::ConvertSeries(), and XclImpChTypeGroup::InsertDataSeries().
|
inlineconstexpr |
Definition at line 124 of file xlchart.hxx.
Referenced by XclExpChRoot::ConvertPieRotation(), and XclImpChRoot::ConvertPieRotation().
|
inlineconstexpr |
Definition at line 125 of file xlchart.hxx.
Referenced by XclExpChAxesSet::Convert(), and XclImpChType::CreateCoordSystem().
|
inlineconstexpr |
Definition at line 126 of file xlchart.hxx.
Referenced by XclChPropSetHelper::ReadMarkerProperties(), and XclChPropSetHelper::WriteMarkerProperties().
|
inlineconstexpr |
Definition at line 127 of file xlchart.hxx.
Referenced by XclImpChLabelRange::Convert().
|
inlineconstexpr |
Definition at line 128 of file xlchart.hxx.
Referenced by XclImpChLabelRange::Convert().
|
inlineconstexpr |
Definition at line 129 of file xlchart.hxx.
Referenced by XclChPropSetHelper::ReadRotationProperties(), and XclChPropSetHelper::WriteRotationProperties().
|
inlineconstexpr |
Definition at line 130 of file xlchart.hxx.
Referenced by XclExpChType::Convert(), and XclImpChType::CreateChartType().
|
inlineconstexpr |
Definition at line 131 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::ConvertSeries(), and XclImpChSeries::CreateDataSeries().
|
inlineconstexpr |
Definition at line 132 of file xlchart.hxx.
Referenced by XclExpChSerErrorBar::Convert(), and XclImpChSerErrorBar::CreateErrorBar().
|
inlineconstexpr |
Definition at line 133 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::CreateAllStockSeries(), and XclImpChTypeGroup::CreateStockSeries().
const sal_uInt8 EXC_CHPROPS_EMPTY_INTERPOLATE = 2 |
Plot empty values as zero.
Definition at line 606 of file xlchart.hxx.
Referenced by XclImpChChart::CreateDiagram(), and XclExpChChart::XclExpChChart().
const sal_uInt8 EXC_CHPROPS_EMPTY_SKIP = 0 |
Manual plot area layout in CHFRAMEPOS record.
Definition at line 604 of file xlchart.hxx.
Referenced by XclImpChChart::CreateDiagram(), and XclExpChChart::XclExpChChart().
const sal_uInt8 EXC_CHPROPS_EMPTY_ZERO = 1 |
Skip empty values.
Definition at line 605 of file xlchart.hxx.
Referenced by XclImpChChart::CreateDiagram(), and XclExpChChart::XclExpChChart().
const sal_uInt16 EXC_CHPROPS_MANPLOTAREA = 0x0008 |
Do not resize chart with window.
Definition at line 601 of file xlchart.hxx.
Referenced by XclExpChChart::XclExpChChart().
const sal_uInt16 EXC_CHPROPS_MANSERIES = 0x0001 |
Definition at line 598 of file xlchart.hxx.
const sal_uInt16 EXC_CHPROPS_NORESIZE = 0x0004 |
Show visible cells only.
Definition at line 600 of file xlchart.hxx.
const sal_uInt16 EXC_CHPROPS_SHOWVISIBLEONLY = 0x0002 |
Manual series allocation.
Definition at line 599 of file xlchart.hxx.
Referenced by XclImpChChart::Convert(), and XclExpChChart::XclExpChChart().
const sal_uInt16 EXC_CHPROPS_USEMANPLOTAREA = 0x0010 |
Manual plot area mode.
Definition at line 602 of file xlchart.hxx.
Referenced by XclImpChChart::IsManualPlotArea(), and XclExpChChart::SetManualPlotArea().
const sal_uInt16 EXC_CHRADAR_AXISLABELS = 0x0001 |
Definition at line 569 of file xlchart.hxx.
Referenced by XclExpChType::Convert(), and XclImpChType::HasCategoryLabels().
const sal_uInt16 EXC_CHRADAR_SHADOW = 0x0002 |
Definition at line 570 of file xlchart.hxx.
const sal_uInt16 EXC_CHSCATTER_AREA = 1 |
Definition at line 375 of file xlchart.hxx.
const sal_uInt16 EXC_CHSCATTER_BUBBLES = 0x0001 |
Bubble width refers to value.
Definition at line 378 of file xlchart.hxx.
Referenced by XclExpChType::Convert(), and XclImpChType::Finalize().
const sal_uInt16 EXC_CHSCATTER_SHADOW = 0x0004 |
Definition at line 380 of file xlchart.hxx.
const sal_uInt16 EXC_CHSCATTER_SHOWNEG = 0x0002 |
Definition at line 379 of file xlchart.hxx.
const sal_uInt16 EXC_CHSCATTER_WIDTH = 2 |
Bubble area refers to value.
Definition at line 376 of file xlchart.hxx.
const sal_uInt8 EXC_CHSERERR_CUSTOM = 4 |
Definition at line 679 of file xlchart.hxx.
Referenced by XclExpChSerErrorBar::Convert(), and XclImpChSerErrorBar::CreateErrorBar().
const sal_uInt8 EXC_CHSERERR_END_BLANK = 0 |
Definition at line 682 of file xlchart.hxx.
const sal_uInt8 EXC_CHSERERR_END_TSHAPE = 1 |
Line end: blank.
Definition at line 683 of file xlchart.hxx.
const sal_uInt8 EXC_CHSERERR_FIXED = 2 |
Definition at line 677 of file xlchart.hxx.
Referenced by XclExpChSerErrorBar::Convert(), and XclImpChSerErrorBar::CreateErrorBar().
const sal_uInt8 EXC_CHSERERR_NONE = 0 |
Definition at line 670 of file xlchart.hxx.
const sal_uInt8 EXC_CHSERERR_PERCENT = 1 |
Definition at line 676 of file xlchart.hxx.
Referenced by XclExpChSerErrorBar::Convert(), and XclImpChSerErrorBar::CreateErrorBar().
const sal_uInt8 EXC_CHSERERR_STDDEV = 3 |
Definition at line 678 of file xlchart.hxx.
Referenced by XclExpChSerErrorBar::Convert(), and XclImpChSerErrorBar::CreateErrorBar().
const sal_uInt8 EXC_CHSERERR_STDERR = 5 |
Definition at line 680 of file xlchart.hxx.
Referenced by XclExpChSerErrorBar::Convert(), and XclImpChSerErrorBar::CreateErrorBar().
const sal_uInt8 EXC_CHSERERR_XMINUS = 2 |
Definition at line 672 of file xlchart.hxx.
Referenced by XclExpChSeries::ConvertDataSeries(), XclImpChSeries::CreateDataSeries(), and XclChartHelper::GetErrorBarValuesRole().
const sal_uInt8 EXC_CHSERERR_XPLUS = 1 |
For internal use only.
Definition at line 671 of file xlchart.hxx.
Referenced by XclExpChSeries::ConvertDataSeries(), XclImpChSeries::CreateDataSeries(), and XclChartHelper::GetErrorBarValuesRole().
const sal_uInt8 EXC_CHSERERR_YMINUS = 4 |
Definition at line 674 of file xlchart.hxx.
Referenced by XclExpChSeries::ConvertDataSeries(), XclImpChSeries::CreateDataSeries(), and XclChartHelper::GetErrorBarValuesRole().
const sal_uInt8 EXC_CHSERERR_YPLUS = 3 |
Definition at line 673 of file xlchart.hxx.
Referenced by XclExpChSeries::ConvertDataSeries(), XclImpChSeries::CreateDataSeries(), and XclChartHelper::GetErrorBarValuesRole().
const sal_uInt16 EXC_CHSERGROUP_NONE = 0xFFFF |
Definition at line 612 of file xlchart.hxx.
Referenced by XclExpChSeries::WriteSubRecords().
const sal_uInt16 EXC_CHSERIES_DATE = 0 |
Definition at line 227 of file xlchart.hxx.
const sal_uInt16 EXC_CHSERIES_INVALID = 0xFFFF |
Maximum valid series index.
Definition at line 233 of file xlchart.hxx.
Referenced by XclImpChSeries::HasParentSeries(), XclImpChSeries::ReadChSerParent(), and XclExpChSeries::WriteSubRecords().
const sal_uInt16 EXC_CHSERIES_MAXSERIES = 255 |
Definition at line 232 of file xlchart.hxx.
Referenced by XclExpChChart::CreateSeries(), XclImpChChart::ReadChDataFormat(), and XclImpChTypeGroup::XclImpChTypeGroup().
const sal_uInt16 EXC_CHSERIES_NUMERIC = 1 |
Definition at line 228 of file xlchart.hxx.
const sal_uInt16 EXC_CHSERIES_SEQUENCE = 2 |
Definition at line 229 of file xlchart.hxx.
const sal_uInt16 EXC_CHSERIES_TEXT = 3 |
Definition at line 230 of file xlchart.hxx.
const sal_uInt16 EXC_CHSERIESFORMAT_BUBBLE3D = 0x0002 |
Definition at line 690 of file xlchart.hxx.
const sal_uInt16 EXC_CHSERIESFORMAT_SHADOW = 0x0004 |
Definition at line 691 of file xlchart.hxx.
const sal_uInt16 EXC_CHSERIESFORMAT_SMOOTHED = 0x0001 |
Definition at line 689 of file xlchart.hxx.
Referenced by XclExpChDataFormat::ConvertDataSeries(), and XclImpChSeriesFormat::HasSpline().
const sal_uInt8 EXC_CHSERTREND_EXPONENTIAL = 1 |
If order is 1, trend line is linear.
Definition at line 628 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), and XclImpChSerTrendLine::CreateRegressionCurve().
const sal_uInt8 EXC_CHSERTREND_LOGARITHMIC = 2 |
Definition at line 629 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), and XclImpChSerTrendLine::CreateRegressionCurve().
const sal_uInt8 EXC_CHSERTREND_MOVING_AVG = 4 |
Definition at line 631 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), and XclImpChSerTrendLine::CreateRegressionCurve().
const sal_uInt8 EXC_CHSERTREND_POLYNOMIAL = 0 |
Definition at line 627 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), and XclImpChSerTrendLine::CreateRegressionCurve().
const sal_uInt8 EXC_CHSERTREND_POWER = 3 |
Definition at line 630 of file xlchart.hxx.
Referenced by XclExpChSerTrendLine::Convert(), and XclImpChSerTrendLine::CreateRegressionCurve().
const sal_uInt8 EXC_CHSRCLINK_BUBBLES = 3 |
Definition at line 658 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadChSourceLink(), and XclExpChSeries::XclExpChSeries().
const sal_uInt8 EXC_CHSRCLINK_CATEGORY = 2 |
Definition at line 657 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadChSourceLink(), and XclExpChSeries::XclExpChSeries().
const sal_uInt8 EXC_CHSRCLINK_DEFAULT = 0 |
Definition at line 660 of file xlchart.hxx.
Referenced by XclExpChSourceLink::ConvertDataSequence().
const sal_uInt8 EXC_CHSRCLINK_DIRECTLY = 1 |
Definition at line 661 of file xlchart.hxx.
Referenced by XclExpChSourceLink::XclExpChSourceLink().
const sal_uInt16 EXC_CHSRCLINK_NUMFMT = 0x0001 |
Definition at line 664 of file xlchart.hxx.
Referenced by XclExpChSourceLink::ConvertNumFmt(), and XclImpChSourceLink::ConvertNumFmt().
const sal_uInt8 EXC_CHSRCLINK_TITLE = 0 |
Definition at line 655 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), XclExpChText::ConvertTitle(), XclExpChText::ConvertTrendLineEquation(), XclImpChSeries::ReadChSourceLink(), and XclExpChSeries::XclExpChSeries().
const sal_uInt8 EXC_CHSRCLINK_VALUES = 1 |
Definition at line 656 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadChSourceLink(), and XclExpChSeries::XclExpChSeries().
const sal_uInt8 EXC_CHSRCLINK_WORKSHEET = 2 |
Definition at line 662 of file xlchart.hxx.
Referenced by XclExpChSourceLink::ConvertDataSequence(), and XclImpChSourceLink::ReadChSourceLink().
const sal_uInt16 EXC_CHSURFACE_FILLED = 0x0001 |
Definition at line 576 of file xlchart.hxx.
const sal_uInt16 EXC_CHSURFACE_SHADING = 0x0002 |
Definition at line 577 of file xlchart.hxx.
const sal_uInt8 EXC_CHTEXT_ALIGN_BOTTOMRIGHT = 3 |
Definition at line 465 of file xlchart.hxx.
const sal_uInt8 EXC_CHTEXT_ALIGN_CENTER = 2 |
Horizontal: left, vertical: top.
Definition at line 464 of file xlchart.hxx.
const sal_uInt8 EXC_CHTEXT_ALIGN_DISTRIBUTE = 5 |
Definition at line 467 of file xlchart.hxx.
const sal_uInt8 EXC_CHTEXT_ALIGN_JUSTIFY = 4 |
Horizontal: right, vertical: bottom.
Definition at line 466 of file xlchart.hxx.
const sal_uInt8 EXC_CHTEXT_ALIGN_TOPLEFT = 1 |
Definition at line 463 of file xlchart.hxx.
Referenced by XclExpChText::ConvertTrendLineEquation().
const sal_uInt16 EXC_CHTEXT_AUTOCOLOR = 0x0001 |
Definition at line 472 of file xlchart.hxx.
Referenced by XclImpChText::GetFontColor(), XclExpChText::SetFont(), and XclImpChText::UpdateText().
const sal_uInt16 EXC_CHTEXT_AUTOFILL = 0x0080 |
Text object is removed.
Definition at line 479 of file xlchart.hxx.
const sal_uInt16 EXC_CHTEXT_AUTOGEN = 0x0020 |
Label text generated from chart data.
Definition at line 477 of file xlchart.hxx.
Referenced by XclExpChText::ConvertLegend().
const sal_uInt16 EXC_CHTEXT_AUTOTEXT = 0x0010 |
Definition at line 476 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), XclExpChText::ConvertLegend(), and XclExpChText::ConvertTrendLineEquation().
const sal_uInt16 EXC_CHTEXT_DELETED = 0x0040 |
Text object is inserted automatically.
Definition at line 478 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), XclExpChText::ConvertTitle(), XclImpChText::IsDeleted(), and XclImpChText::UpdateDataLabel().
const sal_uInt16 EXC_CHTEXT_OPAQUE = 2 |
Definition at line 470 of file xlchart.hxx.
const sal_uInt16 EXC_CHTEXT_POS_ABOVE = 5 |
Definition at line 490 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHTEXT_POS_AUTO = 9 |
Definition at line 494 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHTEXT_POS_AXIS = 4 |
Definition at line 489 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHTEXT_POS_BELOW = 6 |
Definition at line 491 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHTEXT_POS_CENTER = 3 |
Definition at line 488 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHTEXT_POS_DEFAULT = 0 |
Data point caption is category name.
Definition at line 485 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHTEXT_POS_INSIDE = 2 |
Definition at line 487 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHTEXT_POS_LEFT = 7 |
Definition at line 492 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHTEXT_POS_MOVED = 10 |
Definition at line 495 of file xlchart.hxx.
Referenced by XclExpChText::ConvertTitle().
const sal_uInt16 EXC_CHTEXT_POS_OUTSIDE = 1 |
Definition at line 486 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHTEXT_POS_RIGHT = 8 |
Definition at line 493 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHTEXT_SHOWBUBBLE = 0x2000 |
Data point caption as percent.
Definition at line 482 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHTEXT_SHOWCATEG = 0x4000 |
Show bubble size.
Definition at line 483 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), XclImpChText::ConvertDataLabel(), XclExpChText::ConvertTrendLineEquation(), XclExpChText::GetAttLabelFlags(), and XclImpChText::UpdateDataLabel().
const sal_uInt16 EXC_CHTEXT_SHOWCATEGPERC = 0x0800 |
Automatic text background mode (transparent/opaque).
Definition at line 480 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), XclImpChText::ConvertDataLabel(), XclExpChText::GetAttLabelFlags(), and XclImpChText::UpdateDataLabel().
const sal_uInt16 EXC_CHTEXT_SHOWPERCENT = 0x1000 |
Data point caption is category and percent.
Definition at line 481 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), XclImpChText::ConvertDataLabel(), XclExpChText::GetAttLabelFlags(), and XclImpChText::UpdateDataLabel().
const sal_uInt16 EXC_CHTEXT_SHOWSYMBOL = 0x0002 |
Automatic text color.
Definition at line 473 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), and XclImpChText::ConvertDataLabel().
const sal_uInt16 EXC_CHTEXT_SHOWVALUE = 0x0004 |
Legend symbol for data point caption.
Definition at line 474 of file xlchart.hxx.
Referenced by XclExpChText::ConvertDataLabel(), XclImpChText::ConvertDataLabel(), XclExpChText::GetAttLabelFlags(), and XclImpChText::UpdateDataLabel().
const sal_uInt16 EXC_CHTEXT_TRANSPARENT = 1 |
Definition at line 469 of file xlchart.hxx.
const sal_uInt16 EXC_CHTEXT_VERTICAL = 0x0008 |
Data point caption is the value.
Definition at line 475 of file xlchart.hxx.
const sal_uInt16 EXC_CHTICK_AUTOCOLOR = 0x0001 |
Definition at line 414 of file xlchart.hxx.
Referenced by XclImpChTick::GetFontColor(), and XclExpChTick::SetFontColor().
const sal_uInt16 EXC_CHTICK_AUTOFILL = 0x0002 |
Definition at line 415 of file xlchart.hxx.
const sal_uInt16 EXC_CHTICK_AUTOROT = 0x0020 |
Definition at line 416 of file xlchart.hxx.
Referenced by XclImpChTick::GetRotation(), and XclExpChTick::SetRotation().
const sal_uInt8 EXC_CHTICK_HIGH = 2 |
Below diagram/right of diagram.
Definition at line 408 of file xlchart.hxx.
Referenced by XclExpChTick::Convert().
const sal_uInt8 EXC_CHTICK_INSIDE = 0x01 |
Definition at line 403 of file xlchart.hxx.
const sal_uInt8 EXC_CHTICK_LOW = 1 |
Definition at line 407 of file xlchart.hxx.
Referenced by XclExpChTick::Convert().
const sal_uInt8 EXC_CHTICK_NEXT = 3 |
Above diagram/left of diagram.
Definition at line 409 of file xlchart.hxx.
Referenced by XclExpChTick::Convert().
const sal_uInt8 EXC_CHTICK_NOLABEL = 0 |
Definition at line 406 of file xlchart.hxx.
Referenced by XclExpChTick::Convert(), and XclImpChTick::HasLabels().
const sal_uInt8 EXC_CHTICK_OPAQUE = 2 |
Definition at line 412 of file xlchart.hxx.
const sal_uInt8 EXC_CHTICK_OUTSIDE = 0x02 |
Definition at line 404 of file xlchart.hxx.
const sal_uInt8 EXC_CHTICK_TRANSPARENT = 1 |
Next to axis.
Definition at line 411 of file xlchart.hxx.
const sal_uInt16 EXC_CHTYPEGROUP_VARIEDCOLORS = 0x0001 |
Definition at line 322 of file xlchart.hxx.
Referenced by XclExpChTypeGroup::ConvertSeries(), and XclImpChTypeGroup::HasVarPointFormat().
const sal_uInt16 EXC_CHUNITS_PIXELS = 1 |
Definition at line 217 of file xlchart.hxx.
const sal_uInt16 EXC_CHUNITS_TWIPS = 0 |
Definition at line 216 of file xlchart.hxx.
Referenced by XclExpChart::XclExpChart().
const sal_uInt16 EXC_CHVALUERANGE_AUTOCROSS = 0x0010 |
Definition at line 426 of file xlchart.hxx.
Referenced by XclExpChValueRange::Convert(), XclExpChValueRange::ConvertAxisPosition(), and XclImpChValueRange::ConvertAxisPosition().
const sal_uInt16 EXC_CHVALUERANGE_AUTOMAJOR = 0x0004 |
Definition at line 424 of file xlchart.hxx.
Referenced by XclExpChValueRange::Convert(), and XclImpChValueRange::Convert().
const sal_uInt16 EXC_CHVALUERANGE_AUTOMAX = 0x0002 |
Definition at line 423 of file xlchart.hxx.
Referenced by XclExpChValueRange::Convert(), and XclImpChValueRange::Convert().
const sal_uInt16 EXC_CHVALUERANGE_AUTOMIN = 0x0001 |
Definition at line 422 of file xlchart.hxx.
Referenced by XclExpChValueRange::Convert(), and XclImpChValueRange::Convert().
const sal_uInt16 EXC_CHVALUERANGE_AUTOMINOR = 0x0008 |
Definition at line 425 of file xlchart.hxx.
Referenced by XclExpChValueRange::Convert(), and XclImpChValueRange::Convert().
const sal_uInt16 EXC_CHVALUERANGE_BIT8 = 0x0100 |
Other axis crosses at own maximum.
Definition at line 430 of file xlchart.hxx.
const sal_uInt16 EXC_CHVALUERANGE_LOGSCALE = 0x0020 |
Definition at line 427 of file xlchart.hxx.
Referenced by XclExpChValueRange::Convert(), XclImpChValueRange::Convert(), XclExpChValueRange::ConvertAxisPosition(), and XclImpChValueRange::ConvertAxisPosition().
const sal_uInt16 EXC_CHVALUERANGE_MAXCROSS = 0x0080 |
Axis direction reversed.
Definition at line 429 of file xlchart.hxx.
Referenced by XclExpChValueRange::ConvertAxisPosition(), and XclImpChValueRange::ConvertAxisPosition().
const sal_uInt16 EXC_CHVALUERANGE_REVERSE = 0x0040 |
Definition at line 428 of file xlchart.hxx.
Referenced by XclExpChValueRange::Convert(), and XclImpChValueRange::Convert().
const sal_uInt16 EXC_ID5_CHPIVOTREF = 0x1048 |
For internal use: no chart type group.
Definition at line 616 of file xlchart.hxx.
const sal_uInt16 EXC_ID8_CHPIVOTREF = 0x0858 |
Definition at line 617 of file xlchart.hxx.
Referenced by XclImpChart::ReadChartSubStream().
const sal_uInt16 EXC_ID_CH3DDATAFORMAT = 0x105F |
Definition at line 695 of file xlchart.hxx.
Referenced by XclImpChDataFormat::ReadSubRecord().
const sal_uInt16 EXC_ID_CHAREA = 0x101A |
Definition at line 358 of file xlchart.hxx.
Referenced by XclImpChType::ReadChType(), and XclExpChType::WriteBody().
const sal_uInt16 EXC_ID_CHAREAFORMAT = 0x100A |
Definition at line 294 of file xlchart.hxx.
Referenced by XclImpChAxis::ReadChAxisLine(), and XclImpChFrameBase::ReadSubRecord().
const sal_uInt16 EXC_ID_CHATTACHEDLABEL = 0x100C |
Definition at line 305 of file xlchart.hxx.
Referenced by XclImpChDataFormat::ReadSubRecord().
const sal_uInt16 EXC_ID_CHAXESSET = 0x1041 |
Definition at line 581 of file xlchart.hxx.
Referenced by XclImpChChart::ReadSubRecord().
const sal_uInt16 EXC_ID_CHAXIS = 0x101D |
Connector lines in stacked bar charts.
Definition at line 392 of file xlchart.hxx.
Referenced by XclImpChAxesSet::ReadSubRecord().
const sal_uInt16 EXC_ID_CHAXISLINE = 0x1021 |
Axis direction reversed.
Definition at line 442 of file xlchart.hxx.
Referenced by XclImpChAxis::ReadSubRecord(), and XclExpChAxis::WriteSubRecords().
const sal_uInt16 EXC_ID_CHBAR = 0x1017 |
Definition at line 348 of file xlchart.hxx.
Referenced by XclImpChType::Finalize(), XclImpChType::ReadChType(), and XclExpChType::WriteBody().
const sal_uInt16 EXC_ID_CHBEGIN = 0x1033 |
Definition at line 526 of file xlchart.hxx.
Referenced by XclImpChGroupBase::ReadRecordGroup(), XclExpChGroupBase::Save(), and XclImpChGroupBase::SkipBlock().
const sal_uInt16 EXC_ID_CHCHART = 0x1002 |
Definition at line 221 of file xlchart.hxx.
Referenced by XclImpChart::ReadChartSubStream().
const sal_uInt16 EXC_ID_CHCHART3D = 0x103A |
Definition at line 535 of file xlchart.hxx.
Referenced by XclImpChTypeGroup::ReadSubRecord().
const sal_uInt16 EXC_ID_CHCHARTLINE = 0x101C |
Definition at line 384 of file xlchart.hxx.
Referenced by XclImpChTypeGroup::ReadSubRecord(), and XclExpChTypeGroup::WriteSubRecords().
const sal_uInt16 EXC_ID_CHDATAFORMAT = 0x1006 |
Invalid series index (for internal use).
Definition at line 237 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadSubRecord(), and XclImpChTypeGroup::ReadSubRecord().
const sal_uInt16 EXC_ID_CHDATERANGE = 0x1062 |
Definition at line 710 of file xlchart.hxx.
Referenced by XclImpChAxis::ReadSubRecord(), and XclExpChLabelRange::Save().
const sal_uInt16 EXC_ID_CHDEFAULTTEXT = 0x1024 |
Walls (X, Z axis), floor (Y axis).
Definition at line 451 of file xlchart.hxx.
Referenced by XclImpChTypeGroup::ReadSubRecord(), and XclImpChChart::ReadSubRecord().
const sal_uInt16 EXC_ID_CHDROPBAR = 0x103D |
Definition at line 558 of file xlchart.hxx.
Referenced by XclImpChTypeGroup::ReadSubRecord().
const sal_uInt16 EXC_ID_CHEND = 0x1034 |
Definition at line 527 of file xlchart.hxx.
Referenced by XclImpChGroupBase::ReadRecordGroup(), XclImpChText::ReadSubRecord(), XclImpChChart::ReadSubRecord(), XclExpChGroupBase::Save(), and XclImpChGroupBase::SkipBlock().
const sal_uInt16 EXC_ID_CHESCHERFORMAT = 0x1066 |
Definition at line 727 of file xlchart.hxx.
Referenced by XclImpChAxis::ReadChAxisLine(), and XclImpChFrameBase::ReadSubRecord().
const sal_uInt16 EXC_ID_CHFONT = 0x1026 |
Definition at line 499 of file xlchart.hxx.
Referenced by XclImpChText::ReadSubRecord(), and XclImpChAxis::ReadSubRecord().
const sal_uInt16 EXC_ID_CHFORMAT = 0x104E |
Definition at line 635 of file xlchart.hxx.
Referenced by XclImpChAxis::ReadSubRecord(), and XclExpChAxis::WriteSubRecords().
const sal_uInt16 EXC_ID_CHFORMATRUNS = 0x1050 |
Definition at line 649 of file xlchart.hxx.
Referenced by XclImpChText::ReadSubRecord(), and XclExpChSourceLink::Save().
const sal_uInt16 EXC_ID_CHFRAME = 0x1032 |
Unit name for axis labels.
Definition at line 516 of file xlchart.hxx.
Referenced by XclImpChAxesSet::ReadChPlotFrame(), XclImpChText::ReadSubRecord(), XclImpChLegend::ReadSubRecord(), and XclImpChChart::ReadSubRecord().
const sal_uInt16 EXC_ID_CHFRAMEPOS = 0x104F |
Definition at line 639 of file xlchart.hxx.
Referenced by XclImpChText::ReadSubRecord(), XclImpChLegend::ReadSubRecord(), and XclImpChAxesSet::ReadSubRecord().
const sal_uInt16 EXC_ID_CHFRBLOCKBEGIN = 0x0852 |
Definition at line 176 of file xlchart.hxx.
const sal_uInt16 EXC_ID_CHFRBLOCKEND = 0x0853 |
Definition at line 177 of file xlchart.hxx.
const sal_uInt16 EXC_ID_CHFRINFO = 0x0850 |
For objects that are positioned in 1/1000 of plot area.
Definition at line 168 of file xlchart.hxx.
Referenced by XclExpChRootData::InitializeFutureRecBlock().
const sal_uInt16 EXC_ID_CHFRLABELPROPS = 0x086B |
Definition at line 204 of file xlchart.hxx.
Referenced by XclImpChText::ReadSubRecord().
const sal_uInt16 EXC_ID_CHLABELRANGE = 0x1020 |
This bit is always set in BIFF5+.
Definition at line 434 of file xlchart.hxx.
Referenced by XclImpChAxis::ReadSubRecord().
const sal_uInt16 EXC_ID_CHLABELRANGE2 = 0x1062 |
Definition at line 734 of file xlchart.hxx.
const sal_uInt16 EXC_ID_CHLEGEND = 0x1015 |
Varied colors for points.
Definition at line 326 of file xlchart.hxx.
Referenced by XclImpChTypeGroup::ReadSubRecord().
const sal_uInt16 EXC_ID_CHLEGENDEXCEPTION = 0x1043 |
For internal use.
Definition at line 589 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadSubRecord().
const sal_uInt16 EXC_ID_CHLINE = 0x1018 |
Definition at line 357 of file xlchart.hxx.
Referenced by XclImpChTypeGroup::Finalize(), XclImpChType::Finalize(), XclImpChType::ReadChType(), and XclExpChType::WriteBody().
const sal_uInt16 EXC_ID_CHLINEFORMAT = 0x1007 |
Definition at line 248 of file xlchart.hxx.
Referenced by XclImpChAxis::ReadChAxisLine(), XclImpChTypeGroup::ReadChChartLine(), and XclImpChFrameBase::ReadSubRecord().
const sal_uInt16 EXC_ID_CHMARKERFORMAT = 0x1009 |
Definition at line 270 of file xlchart.hxx.
Referenced by XclImpChDataFormat::ReadSubRecord().
const sal_uInt16 EXC_ID_CHOBJECTLINK = 0x1027 |
Definition at line 503 of file xlchart.hxx.
Referenced by XclImpChText::ReadSubRecord().
const sal_uInt16 EXC_ID_CHPICFORMAT = 0x103C |
true = 2d wall/gridlines, no floor.
Definition at line 545 of file xlchart.hxx.
Referenced by XclImpChEscherFormat::ReadSubRecord(), and XclExpChEscherFormat::WriteSubRecords().
const sal_uInt16 EXC_ID_CHPIE = 0x1019 |
Definition at line 366 of file xlchart.hxx.
Referenced by XclImpChType::Finalize(), XclImpChType::ReadChType(), and XclExpChType::WriteBody().
const sal_uInt16 EXC_ID_CHPIEEXT = 0x1061 |
Sharp top, truncated.
Definition at line 706 of file xlchart.hxx.
Referenced by XclImpChType::ReadChType().
const sal_uInt16 EXC_ID_CHPIEFORMAT = 0x100B |
Definition at line 301 of file xlchart.hxx.
Referenced by XclImpChDataFormat::ReadSubRecord().
const sal_uInt16 EXC_ID_CHPLOTFRAME = 0x1035 |
Definition at line 531 of file xlchart.hxx.
Referenced by XclImpChAxesSet::ReadSubRecord(), and XclExpChAxesSet::WriteSubRecords().
const sal_uInt16 EXC_ID_CHPLOTGROWTH = 0x1064 |
Definition at line 735 of file xlchart.hxx.
const sal_uInt16 EXC_ID_CHPROPERTIES = 0x1044 |
Definition at line 596 of file xlchart.hxx.
Referenced by XclImpChChart::ReadSubRecord(), and XclExpChChart::WriteSubRecords().
const sal_uInt16 EXC_ID_CHRADARAREA = 0x1040 |
Definition at line 567 of file xlchart.hxx.
Referenced by XclImpChType::ReadChType(), and XclExpChType::WriteBody().
const sal_uInt16 EXC_ID_CHRADARLINE = 0x103E |
Definition at line 566 of file xlchart.hxx.
Referenced by XclImpChType::ReadChType(), and XclExpChType::WriteBody().
const sal_uInt16 EXC_ID_CHSCATTER = 0x101B |
Definition at line 373 of file xlchart.hxx.
Referenced by XclImpChType::Finalize(), XclImpChType::ReadChType(), and XclExpChType::WriteBody().
const sal_uInt16 EXC_ID_CHSERERRORBAR = 0x105B |
Definition at line 668 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadSubRecord().
const sal_uInt16 EXC_ID_CHSERGROUP = 0x1045 |
Interpolate empty values.
Definition at line 610 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadSubRecord(), and XclExpChSeries::WriteSubRecords().
const sal_uInt16 EXC_ID_CHSERIES = 0x1003 |
Definition at line 225 of file xlchart.hxx.
Referenced by XclImpChChart::ReadSubRecord().
const sal_uInt16 EXC_ID_CHSERIESFORMAT = 0x105D |
Line end: t-shape.
Definition at line 687 of file xlchart.hxx.
Referenced by XclExpChDataFormat::ConvertDataSeries(), and XclImpChDataFormat::ReadSubRecord().
const sal_uInt16 EXC_ID_CHSERINDEX = 0x1065 |
Definition at line 736 of file xlchart.hxx.
const sal_uInt16 EXC_ID_CHSERPARENT = 0x104A |
Definition at line 621 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadSubRecord(), and XclExpChSeries::WriteSubRecords().
const sal_uInt16 EXC_ID_CHSERTRENDLINE = 0x104B |
Definition at line 625 of file xlchart.hxx.
Referenced by XclImpChSeries::ReadSubRecord().
const sal_uInt16 EXC_ID_CHSOURCELINK = 0x1051 |
Definition at line 653 of file xlchart.hxx.
Referenced by XclImpChText::ReadSubRecord(), and XclImpChSeries::ReadSubRecord().
const sal_uInt16 EXC_ID_CHSTRING = 0x100D |
Definition at line 316 of file xlchart.hxx.
Referenced by XclImpChSourceLink::ReadChSourceLink(), and XclExpChSourceLink::Save().
const sal_uInt16 EXC_ID_CHSURFACE = 0x103F |
Definition at line 574 of file xlchart.hxx.
Referenced by XclImpChType::ReadChType().
const sal_uInt16 EXC_ID_CHTEXT = 0x1025 |
No default text available.
Definition at line 461 of file xlchart.hxx.
Referenced by XclImpChChart::ReadChDefaultText(), XclImpChLegend::ReadSubRecord(), XclImpChAxesSet::ReadSubRecord(), and XclImpChChart::ReadSubRecord().
const sal_uInt16 EXC_ID_CHTICK = 0x101E |
For internal use only.
Definition at line 401 of file xlchart.hxx.
Referenced by XclImpChAxis::ReadSubRecord().
const sal_uInt16 EXC_ID_CHTYPEGROUP = 0x1014 |
Definition at line 320 of file xlchart.hxx.
Referenced by XclImpChAxesSet::ReadSubRecord().
const sal_uInt16 EXC_ID_CHUNITPROPERTIES = 0x0857 |
Definition at line 732 of file xlchart.hxx.
const sal_uInt16 EXC_ID_CHUNITS = 0x1001 |
Definition at line 214 of file xlchart.hxx.
Referenced by XclExpChart::XclExpChart().
const sal_uInt16 EXC_ID_CHUNKNOWN = 0xFFFF |
Definition at line 737 of file xlchart.hxx.
const sal_uInt16 EXC_ID_CHUSEDAXESSETS = 0x1046 |
Definition at line 733 of file xlchart.hxx.
Referenced by XclExpChChart::WriteSubRecords().
const sal_uInt16 EXC_ID_CHVALUERANGE = 0x101F |
Definition at line 420 of file xlchart.hxx.
Referenced by XclImpChAxis::ReadSubRecord().
const sal_uInt16 EXC_ID_CHWRAPPEDRECORD = 0x0851 |
Definition at line 731 of file xlchart.hxx.
|
inlineconstexpr |
Definition at line 46 of file xlchart.hxx.
Referenced by XclImpChAxis::CreateAxis().
|
inlineconstexpr |
Definition at line 47 of file xlchart.hxx.
Referenced by XclImpChRoot::InitConversion().
|
inlineconstexpr |
Definition at line 48 of file xlchart.hxx.
Referenced by XclImpChSeries::CreateDataSeries(), and XclImpChTypeGroup::CreateStockSeries().
|
inlineconstexpr |
Definition at line 49 of file xlchart.hxx.
Referenced by XclImpChChart::CreateDiagram().
|
inlineconstexpr |
Definition at line 50 of file xlchart.hxx.
Referenced by XclImpChSerErrorBar::CreateErrorBar().
|
inlineconstexpr |
Definition at line 51 of file xlchart.hxx.
Referenced by XclImpChLegend::CreateLegend().
|
inlineconstexpr |
Definition at line 52 of file xlchart.hxx.
Referenced by XclImpChText::CreateTitle().
|
inlineconstexpr |
Definition at line 41 of file xlchart.hxx.
Referenced by XclChRootData::InitConversion().
|
inlineconstexpr |
Definition at line 42 of file xlchart.hxx.
Referenced by XclChRootData::InitConversion().
|
inlineconstexpr |
Definition at line 43 of file xlchart.hxx.
Referenced by XclChRootData::InitConversion().
|
inlineconstexpr |
Definition at line 44 of file xlchart.hxx.
Referenced by XclChRootData::InitConversion().