summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/chart2uno.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-03-06prevent non-3D refs from being accepted in chart2, related fdo#61781Markus Mohrhard1-7/+7
2013-03-06make all chart ranges explicitly 3D refs during import/export, fdo#61781Markus Mohrhard1-1/+2
2013-02-02bnc#801152: Scan all columns to determine the first data row.Kohei Yoshida1-3/+4
2013-01-24fdo#58562: Ensure internal data is always used when pasting to another doc.Kohei Yoshida1-1/+7
2012-12-06bnc#792528: Import static data series labels from xlsx correctly.Kohei Yoshida1-0/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-30Some cppcheck cleaningJulien Nabet1-1/+1
2012-06-25we still need to check that we have a token, fdo#51326Markus Mohrhard1-3/+3
2012-06-12Convert SV_DECL_PTRARR_DEL(XModifyListenerArr_Impl) to ptr_vectorNoel Grandin1-12/+12
2012-04-18Convert from tools/table.hxx to std::mapNoel Grandin1-39/+55
2012-04-18Remove unnecessary auto_ptr complexityNoel Grandin1-29/+11
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-13/+13
2012-03-25Revert "simplify code - remove unnecessary and complicated allocation"Markus Mohrhard1-7/+9
2012-03-25Revert "restructure insert code as a precursor to further simplification"Markus Mohrhard1-5/+5
2012-03-25Revert "if/else branches contain same code"Markus Mohrhard1-5/+18
2012-03-25Revert "remove unnecessary use of local variable and auto_ptr"Markus Mohrhard1-3/+6
2012-03-25Revert "Convert tools/table.hxx to std::map in Chart2PositionMap class"Markus Mohrhard1-46/+41
2012-03-22ChartTokenMap can contain null pointersStephan Bergmann1-2/+3
2012-03-22Convert tools/table.hxx to std::map in Chart2PositionMap classNoel Grandin1-42/+46
2012-03-22remove unnecessary use of local variable and auto_ptrNoel Grandin1-6/+3
2012-03-22if/else branches contain same codeNoel Grandin1-18/+5
2012-03-22restructure insert code as a precursor to further simplificationNoel Grandin1-5/+5
2012-03-22simplify code - remove unnecessary and complicated allocationNoel Grandin1-9/+7
2012-03-10take explicit number format before implicit number format, fdo#47084Markus Mohrhard1-1/+1
2012-03-04don't crash for empty input data in charts, fdo#46885Markus Mohrhard1-1/+1
2012-02-23avoid temporary rtl::OUStringTakeshi Abe1-3/+3
2012-02-21don't add empty categories, fdo#46332Markus Mohrhard1-1/+1
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-2/+2
2012-01-05WaE: invalid conversion from 'const ScToken*' to 'ScToken*'David Tardon1-1/+1
2012-01-05Removed the restriction to always pass Calc A1 formatted data ranges.Kohei Yoshida1-8/+2
2012-01-04Register chart data ranges via tokens rather than string.Kohei Yoshida1-0/+131
2011-12-14ShrinkRefTokenToDataRange:operator(): check if it's really ScDoubleRefTokenEike Rathke1-0/+5
2011-12-13callcatcher: remove newly unused codeCaolán McNamara1-5/+0
2011-12-10fdo#43467: Infer number format from formula result if appropriate.Kohei Yoshida1-45/+60
2011-12-06calcGlueState(): move State enum to file-global anonymous namespaceLionel Elie Mamane1-2/+2
2011-12-05fdo#39847: Shrink chart's source ranges to data area.Kohei Yoshida1-0/+55
2011-12-05A little more annotation.Kohei Yoshida1-1/+4
2011-12-05Added comment describing what we are doing here...Kohei Yoshida1-24/+33
2011-12-05Use enum over integer constant for type safety.Kohei Yoshida1-16/+13
2011-12-05Separate method for code that determins glue state from referenced cells.Kohei Yoshida1-11/+19
2011-12-05Annotated code and a little cleanup to improve readability.Kohei Yoshida1-15/+16
2011-12-05Empty data sequence backend no longer used. Let's purge it.Kohei Yoshida1-275/+0
2011-12-05Use boost::scoped_ptr in lieu of std::auto_ptr (where we can).Kohei Yoshida1-4/+0
2011-12-05Make the class officially non-copyable.Kohei Yoshida1-1/+1
2011-12-05std::auto_ptr is deprecated. Let's use boost::scoped_ptr.Kohei Yoshida1-3/+3
2011-12-05Let's not create unnecessary duplidate.Kohei Yoshida1-8/+8
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-10-18survive some fuzzCaolán McNamara1-3/+10
2011-10-03n717290: Feature to allow string constants in chart ranges.Muthu Subramanian1-8/+21
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+24