summaryrefslogtreecommitdiff
path: root/sc/inc/dpglobal.hxx
AgeCommit message (Collapse)Author
2012-02-09Really cleaned up dpglobal.hxx.Kohei Yoshida
2012-02-09Moved ScDPItemData into own files.Kohei Yoshida
2012-02-09Cleaning up ScDPItemData a bit...Kohei Yoshida
2012-02-09Moved definitions of ScDPItemData where they belong.Kohei Yoshida
2012-02-09More duplicated defines.Kohei Yoshida
2012-02-09Use names from unonames.hxx to be consistent.Kohei Yoshida
And removed duplicated defines.
2012-02-09Consolidate all these duplicated defined uno prop names for pivot table.Kohei Yoshida
They will be later merged into unonames.hxx.
2012-02-08Rename TypedStrData to ScTypedStrData, just to be consistent.Kohei Yoshida
2012-01-17remove unused ScDP* methodsThomas Arnhold
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2011-11-28fdo#43304: Allow empty field labels in pivot tables.Kohei Yoshida
Empty field labels are replaced with the column name.
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
Conflicts: chart2/source/controller/main/UndoManager.cxx chart2/source/tools/RegressionCurveHelper.cxx sc/inc/address.hxx sc/inc/attrib.hxx sc/inc/bigrange.hxx sc/inc/callform.hxx sc/inc/cell.hxx sc/inc/chartarr.hxx sc/inc/chartlis.hxx sc/inc/chgtrack.hxx sc/inc/collect.hxx sc/inc/compiler.hxx sc/inc/detdata.hxx sc/inc/document.hxx sc/inc/fillinfo.hxx sc/inc/olinetab.hxx sc/inc/prnsave.hxx sc/inc/queryparam.hxx sc/inc/sc.hrc sc/inc/scabstdlg.hxx sc/inc/table.hxx sc/inc/validat.hxx sc/inc/zforauto.hxx sc/source/core/data/documen2.cxx sc/source/core/data/document.cxx sc/source/core/data/table1.cxx sc/source/core/tool/address.cxx sc/source/core/tool/token.cxx sc/source/filter/excel/frmbase.cxx sc/source/filter/excel/impop.cxx sc/source/filter/excel/xename.cxx sc/source/filter/inc/formel.hxx sc/source/filter/inc/xename.hxx sc/source/filter/xml/xmlexprt.cxx sc/source/filter/xml/xmlnexpi.cxx sc/source/filter/xml/xmlnexpi.hxx sc/source/ui/dbgui/filtdlg.cxx sc/source/ui/inc/docfunc.hxx sc/source/ui/inc/namedlg.hxx sc/source/ui/namedlg/namedlg.cxx sc/source/ui/src/namedlg.src
2011-03-13Remove unused DBG_TRACESTR macroThomas Arnhold
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-01Renamed ScDPTableDataCache to simply ScDPCache.Kohei Yoshida
There were so many classes with 'DPTable' in them it was confusing.
2011-02-15dr79: rebase to DEV300_m100Daniel Rentz [dr]
2011-02-06Migrate DEBUG to OSL_DEBUG_LEVELThomas Arnhold
2011-02-06add a missing includeFridrich Štrba
2011-02-06port repository calc to boost unordered containersFridrich Štrba
2011-01-24dr79: #i5759# extend pivot layout dialog: support for unlimited number of ↵Daniel Rentz [dr]
fields in all areas
2011-01-21Remove old RCS lines.Thomas Arnhold
2011-01-20Let's use real values to make it easier to read.Kohei Yoshida
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko
2011-01-14Remove commented out codeTopround aka Zathuras
Also remove else blocks that were then emptied. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2010-12-20declared but not definedCaolán McNamara
2010-12-20callcatcher + 1 RTL_CONSTASCII_USTRINGPARAMserval
2010-11-17Ported my previous work into this branch. Not build-tested yet.Kohei Yoshida
2010-11-12More datapilt-related cleanups.Kohei Yoshida
New code should *never* use BOOL, TRUE, FALSE. Also the indentation mistakes are pretty frequent.
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-03-09datapilotperf: 64-bit buildbot errorNiklas Nebel
2010-02-08datapilotperf: compile without warningsNiklas Nebel
2010-02-03datapilotperf: manual migration of changes by Wang Xu Ming from svn to hgNiklas Nebel