summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xichart.cxx
AgeCommit message (Expand)Author
2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand
2013-02-09fix compile for change to boost 1.53.0 declaring smart pointer operator bool ...Mark Wright
2013-01-15fdo#46808, Adapt chart2::data::LabeledDataSequence UNO service to new styleNoel Grandin
2013-01-03fdo#58539: Check for mxValueLink being NULL before dereferencing.Kohei Yoshida
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-05-14n720443: Ignore autorotation of chart labels.Muthu Subramanian
2012-02-24Untangled the code a bit.Kohei Yoshida
2012-02-24fdo#40320: Insert only a placeholder since the caller relies on this behavior.Kohei Yoshida
2012-02-24fdo#40320: Correctly import data point formats in data series.Kohei Yoshida
2012-02-01Always look up chart objects by name, change method names' casing.Kohei Yoshida
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2012-01-05Removed the restriction to always pass Calc A1 formatted data ranges.Kohei Yoshida
2011-11-28dr78: #i71810# rework import of fill bitmap mode: ignore CHPICFORMAT record e...Eike Rathke
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-10-18survive some fuzzCaolán McNamara
2011-10-03n717290: Feature to allow string constants in chart ranges.Muthu Subramanian
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-08-09Lots more cleanups.Kohei Yoshida
2011-08-09Pass by const reference.Kohei Yoshida
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-01More on ScfRefMap to std::map conversion.Kohei Yoshida
2011-03-01These ones are best converted to std::map.Kohei Yoshida
2011-03-01Another one on ScfRefMap to boost::ptr_map conversion.Kohei Yoshida
2011-03-01More on ScfRefMap to boost::ptr_map.Kohei Yoshida
2011-03-01Replaced another use of ScfRefMap with ptr_map.Kohei Yoshida
2011-03-01Remove bogus comments.Guillaume Poussel
2011-02-15chart52: merge with DEV300_m100Ingrid Halama [iha]
2011-02-07removetooltypes01: #i112600# adjust rebase in chart2, starmath, sc, sdMikhail Voytenko
2011-02-03chart52: merge with DEV300_m99Ingrid Halama [iha]
2011-01-26chart52: #i28670# import/export of manual chart legend size from/to XLSDaniel Rentz [dr]
2011-01-25chart52: adapt to changed APIDaniel Rentz [dr]
2010-12-21Removed ScSharedTokenRef and replaced it with ScTokenRef.Kohei Yoshida
2010-12-08More on micro-speed optimization on std::map insertion.Kohei Yoshida
2010-12-08Slightly more efficient insertion for std::map.Kohei Yoshida
2010-12-08More on killing use of operator[] with std::map.Kohei Yoshida
2010-12-08Nuke more operator[] usage with std::map.Kohei Yoshida
2010-12-08More operator[] usage removal with std::map.Kohei Yoshida
2010-12-08Remove use of operator[] once again.Kohei Yoshida
2010-12-08Another removal of use of operator[] with std::map.Kohei Yoshida
2010-12-08Replace one use of ScfRefMapNigel Hawkins
2010-12-08Avoid use of operator[] with std::map.Kohei Yoshida
2010-12-08Avoid using operator[] with std::map when inserting a new element.Kohei Yoshida
2010-12-03chart46: #i25706# implement date axis - compiler warningsIngrid Halama [iha]
2010-12-02chart46: #i85310# support for chart date axes in Excel filters: BIFF8 import/...Daniel Rentz [dr]
2010-11-19Replace ScfRef with boost::shared_ptr in calc filter code.Nigel Hawkins
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-05remove include guards using fixguard.pyPetr Mladek