diff options
author | Ingrid Halama [iha] <Ingrid.Halama@oracle.com> | 2010-11-30 01:45:03 +0100 |
---|---|---|
committer | Ingrid Halama [iha] <Ingrid.Halama@oracle.com> | 2010-11-30 01:45:03 +0100 |
commit | 3c53792503277a3c562834da171451cb95a0c095 (patch) | |
tree | 80ba284a12a4ff2d2cea6b733da17ade6712130d /xmloff/source/chart/SchXMLAxisContext.hxx | |
parent | 8ce73a598f172d72c7c1445c202adb1b226c24da (diff) |
chart46: #i25706# implement date axis
Diffstat (limited to 'xmloff/source/chart/SchXMLAxisContext.hxx')
-rwxr-xr-x | xmloff/source/chart/SchXMLAxisContext.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmloff/source/chart/SchXMLAxisContext.hxx b/xmloff/source/chart/SchXMLAxisContext.hxx index 6ad27921024e..78ce22415630 100755 --- a/xmloff/source/chart/SchXMLAxisContext.hxx +++ b/xmloff/source/chart/SchXMLAxisContext.hxx @@ -63,8 +63,12 @@ private: ::com::sun::star::uno::Reference< ::com::sun::star::chart::XDiagram > m_xDiagram; SchXMLAxis m_aCurrentAxis; std::vector< SchXMLAxis >& m_rAxes; + ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xAxisProps; rtl::OUString m_aAutoStyleName; rtl::OUString& m_rCategoriesAddress; + sal_Int32 m_nAxisType;//::com::sun::star::chart::ChartAxisType + bool m_bAxisTypeImported; + bool m_bDateScaleImported; bool m_bAddMissingXAxisForNetCharts; //to correct errors from older versions bool m_bAdaptWrongPercentScaleValues; //to correct errors from older versions bool m_bAdaptXAxisOrientationForOld2DBarCharts; //to correct different behaviour from older versions |