summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpoutput.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-19We can remove all this code now.Kohei Yoshida1-435/+0
2013-04-11prevent vector and sequence out of bounds access, fdo#60300Eike Rathke1-12/+42
2013-04-11prevent out of bounds vector access in ooo62493-1.xls recalculationEike Rathke1-0/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-45/+44
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida1-10/+3
2013-03-14Pointless nit-picking on coding styleFridrich Štrba1-5/+3
2013-03-14catch const &Eike Rathke1-4/+4
2013-03-14i#119972 - Formula GETPIVOTDATA returns #REF! valueWang Lei1-0/+17
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-03fdo#58004: Apply source number format over one specified by the style.Kohei Yoshida1-79/+99
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida1-43/+66
2012-12-12Revert "fix for bnc#791731 preserve cell formatting of datapilot area ("Kohei Yoshida1-1/+1
2012-12-05fix for bnc#791731 preserve cell formatting of datapilot area (Noel Power1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-31Rename the files to reflect the class name change.Kohei Yoshida1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-10/+2
2012-08-13fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida1-3/+3
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-1/+1
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-06-01targeted string re-workNorbert Thiebaud1-20/+20
2012-04-30make ResId::toString a non-static memberCaolán McNamara1-1/+1
2012-04-15resolved fdo#48731 in CSV import do not strip leading apostropheEike Rathke1-0/+3
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-1/+1
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-1/+1
2012-02-25boolean cleanup in ScDPOutput.Kohei Yoshida1-59/+57
2012-02-25ScDPOutput is now String-free.Kohei Yoshida1-37/+39
2012-02-25File scope local method in anonymous namespace.Kohei Yoshida1-0/+4
2012-02-24Use a dedicated method instead of manually removing trailing '*'s.Kohei Yoshida1-7/+5
2012-02-14Handle painting of data layout dimension button correctly during refresh.Kohei Yoshida1-27/+24
2012-02-09Include dpglobal.hxx only when necessary.Kohei Yoshida1-1/+0
2012-02-09Really cleaned up dpglobal.hxx.Kohei Yoshida1-0/+8
2012-02-09Use names from unonames.hxx to be consistent.Kohei Yoshida1-13/+13
2012-02-09Pivot table related uno names to have SC_UNO_DP prefix.Kohei Yoshida1-5/+5
2012-02-09Consolidate all these duplicated defined uno prop names for pivot table.Kohei Yoshida1-14/+0
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida1-1/+0
2012-02-04No more ScStrCollection in pivot table code.Kohei Yoshida1-6/+2
2012-01-27Revert "fdo#44143: Keep cells with broadcasters alive during deletion."Eike Rathke1-0/+5
2012-01-26fdo#44143: Keep cells with broadcasters alive during deletion.Kohei Yoshida1-5/+0
2012-01-24fdo#45067: Differentiate numeric and non-numeric field member values.Kohei Yoshida1-4/+11
2012-01-23fdo#45067: We need automatic number detection for date/number grouping.Kohei Yoshida1-3/+4
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-10-24fdo#42169: Display caption strings without format detection.Kohei Yoshida1-2/+13
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-22/+22
2011-04-26Let's use the constant in unonames.hxx to be consistent.Kohei Yoshida1-3/+2
2011-04-26Put more source local functions into anonymous namespace.Kohei Yoshida1-31/+29
2011-04-26Fixed doubly nested anonymous namespaces.Kohei Yoshida1-8/+3
2011-04-26Moved ScDPOutputImpl into the source file of ScDPOutput.Kohei Yoshida1-3/+193
2011-04-26Ugh!Kohei Yoshida1-43/+0
2011-04-26Let's make the class name more descriptive and be consistent.Kohei Yoshida1-2/+45