-Werror,-Wunused-private-field
Change-Id: I3f328023d99d3505ab2ce2a80eef82d84d81446e
This commit is contained in:
parent
e336d7f80f
commit
efa5c54373
@ -129,7 +129,6 @@ class XMLOFF_DLLPUBLIC SvXMLNumFormatContext : public SvXMLStyleContext
|
|||||||
// OUString sMapName;
|
// OUString sMapName;
|
||||||
OUString sCalendar;
|
OUString sCalendar;
|
||||||
LanguageType nFormatLang;
|
LanguageType nFormatLang;
|
||||||
css::lang::Locale aLocale;
|
|
||||||
bool bAutoOrder;
|
bool bAutoOrder;
|
||||||
bool bFromSystem;
|
bool bFromSystem;
|
||||||
bool bTruncate;
|
bool bTruncate;
|
||||||
|
@ -93,7 +93,6 @@ private:
|
|||||||
SchXMLImportHelper& mrImportHelper;
|
SchXMLImportHelper& mrImportHelper;
|
||||||
|
|
||||||
OUString maMainTitle, maSubTitle;
|
OUString maMainTitle, maSubTitle;
|
||||||
css::awt::Point maMainTitlePos, maSubTitlePos, maLegendPos;
|
|
||||||
OUString m_aXLinkHRefAttributeToIndicateDataProvider;
|
OUString m_aXLinkHRefAttributeToIndicateDataProvider;
|
||||||
bool m_bHasRangeAtPlotArea;
|
bool m_bHasRangeAtPlotArea;
|
||||||
bool m_bHasTableElement;
|
bool m_bHasTableElement;
|
||||||
|
@ -969,7 +969,6 @@ SchXMLStatisticsObjectContext::SchXMLStatisticsObjectContext(
|
|||||||
::std::list< DataRowPointStyle >& rStyleList,
|
::std::list< DataRowPointStyle >& rStyleList,
|
||||||
const css::uno::Reference< css::chart2::XDataSeries >& xSeries,
|
const css::uno::Reference< css::chart2::XDataSeries >& xSeries,
|
||||||
ContextType eContextType,
|
ContextType eContextType,
|
||||||
const awt::Size & rChartSize,
|
|
||||||
tSchXMLLSequencesPerIndex & rLSequencesPerIndex) :
|
tSchXMLLSequencesPerIndex & rLSequencesPerIndex) :
|
||||||
|
|
||||||
SvXMLImportContext( rImport, nPrefix, rLocalName ),
|
SvXMLImportContext( rImport, nPrefix, rLocalName ),
|
||||||
@ -977,7 +976,6 @@ SchXMLStatisticsObjectContext::SchXMLStatisticsObjectContext(
|
|||||||
mrStyleList( rStyleList ),
|
mrStyleList( rStyleList ),
|
||||||
m_xSeries( xSeries ),
|
m_xSeries( xSeries ),
|
||||||
meContextType( eContextType ),
|
meContextType( eContextType ),
|
||||||
maChartSize( rChartSize ),
|
|
||||||
maSeriesStyleName( rSeriesStyleName),
|
maSeriesStyleName( rSeriesStyleName),
|
||||||
mrLSequencesPerIndex(rLSequencesPerIndex)
|
mrLSequencesPerIndex(rLSequencesPerIndex)
|
||||||
{}
|
{}
|
||||||
|
@ -245,7 +245,6 @@ public:
|
|||||||
::std::list< DataRowPointStyle >& rStyleList,
|
::std::list< DataRowPointStyle >& rStyleList,
|
||||||
const css::uno::Reference< css::chart2::XDataSeries >& xSeries,
|
const css::uno::Reference< css::chart2::XDataSeries >& xSeries,
|
||||||
ContextType eContextType,
|
ContextType eContextType,
|
||||||
const css::awt::Size & rChartSize,
|
|
||||||
tSchXMLLSequencesPerIndex & rLSequencesPerIndex );
|
tSchXMLLSequencesPerIndex & rLSequencesPerIndex );
|
||||||
|
|
||||||
virtual ~SchXMLStatisticsObjectContext();
|
virtual ~SchXMLStatisticsObjectContext();
|
||||||
@ -261,7 +260,6 @@ private:
|
|||||||
::std::list< DataRowPointStyle > & mrStyleList;
|
::std::list< DataRowPointStyle > & mrStyleList;
|
||||||
css::uno::Reference< css::chart2::XDataSeries > m_xSeries;
|
css::uno::Reference< css::chart2::XDataSeries > m_xSeries;
|
||||||
ContextType meContextType;
|
ContextType meContextType;
|
||||||
css::awt::Size maChartSize;
|
|
||||||
OUString maSeriesStyleName;
|
OUString maSeriesStyleName;
|
||||||
tSchXMLLSequencesPerIndex& mrLSequencesPerIndex;
|
tSchXMLLSequencesPerIndex& mrLSequencesPerIndex;
|
||||||
};
|
};
|
||||||
|
@ -661,7 +661,7 @@ SvXMLImportContext* SchXMLSeries2Context::CreateChildContext(
|
|||||||
nPrefix, rLocalName, msAutoStyleName,
|
nPrefix, rLocalName, msAutoStyleName,
|
||||||
mrStyleList, m_xSeries,
|
mrStyleList, m_xSeries,
|
||||||
SchXMLStatisticsObjectContext::CONTEXT_TYPE_MEAN_VALUE_LINE,
|
SchXMLStatisticsObjectContext::CONTEXT_TYPE_MEAN_VALUE_LINE,
|
||||||
maChartSize, mrLSequencesPerIndex );
|
mrLSequencesPerIndex );
|
||||||
break;
|
break;
|
||||||
case XML_TOK_SERIES_REGRESSION_CURVE:
|
case XML_TOK_SERIES_REGRESSION_CURVE:
|
||||||
pContext = new SchXMLRegressionCurveObjectContext(
|
pContext = new SchXMLRegressionCurveObjectContext(
|
||||||
@ -675,7 +675,7 @@ SvXMLImportContext* SchXMLSeries2Context::CreateChildContext(
|
|||||||
nPrefix, rLocalName, msAutoStyleName,
|
nPrefix, rLocalName, msAutoStyleName,
|
||||||
mrStyleList, m_xSeries,
|
mrStyleList, m_xSeries,
|
||||||
SchXMLStatisticsObjectContext::CONTEXT_TYPE_ERROR_INDICATOR,
|
SchXMLStatisticsObjectContext::CONTEXT_TYPE_ERROR_INDICATOR,
|
||||||
maChartSize, mrLSequencesPerIndex );
|
mrLSequencesPerIndex );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case XML_TOK_SERIES_DATA_POINT:
|
case XML_TOK_SERIES_DATA_POINT:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user