[Libreoffice-commits] Changes to 'refs/tags/ptf-3.3.1-2'

Petr Mladek pmladek at kemper.freedesktop.org
Thu Jul 21 05:21:25 PDT 2011


Tag 'ptf-3.3.1-2' created by Tor Lillqvist <tlillqvist at novell.com> at 2011-05-31 12:02 -0700

PTF 3.3.1-2

Changes since ptf-3.3.1-1:
Tor Lillqvist (1):
      bnc#678184: LibreOffice Calc Datapilot is limited to 8 row fields

---
 sc/inc/document.hxx                                       |   15 
 sc/inc/dpcachetable.hxx                                   |  110 -
 sc/inc/dpglobal.hxx                                       |   79 
 sc/inc/dpgroup.hxx                                        |   13 
 sc/inc/dpobject.hxx                                       |   96 
 sc/inc/dpsave.hxx                                         |  399 ++-
 sc/inc/dpsdbtab.hxx                                       |   35 
 sc/inc/dpshttab.hxx                                       |   94 
 sc/inc/dptabdat.hxx                                       |   30 
 sc/inc/dptablecache.hxx                                   |  103 
 sc/inc/dptabsrc.hxx                                       |   66 
 sc/inc/pivot.hxx                                          |   27 
 sc/inc/sc.hrc                                             |    1 
 sc/inc/scabstdlg.hxx                                      |    7 
 sc/source/core/data/documen3.cxx                          |  117 -
 sc/source/core/data/dpcachetable.cxx                      |  109 -
 sc/source/core/data/dpglobal.cxx                          |   58 
 sc/source/core/data/dpgroup.cxx                           |  101 
 sc/source/core/data/dpobject.cxx                          |  780 +++----
 sc/source/core/data/dpsave.cxx                            |  593 ++---
 sc/source/core/data/dpsdbtab.cxx                          |  103 
 sc/source/core/data/dpshttab.cxx                          |  183 +
 sc/source/core/data/dptabdat.cxx                          |   53 
 sc/source/core/data/dptablecache.cxx                      | 1076 ++++------
 sc/source/core/data/dptabsrc.cxx                          |   98 
 sc/source/core/data/global2.cxx                           |   93 
 sc/source/filter/excel/read.cxx                           |    1 
 sc/source/filter/excel/xepivot.cxx                        |   51 
 sc/source/filter/excel/xipivot.cxx                        |   93 
 sc/source/filter/inc/xepivot.hxx                          |    3 
 sc/source/filter/inc/xipivot.hxx                          |   14 
 sc/source/filter/xml/XMLExportDataPilot.cxx               |  315 +--
 sc/source/filter/xml/xmldpimp.cxx                         |  162 -
 sc/source/filter/xml/xmldpimp.hxx                         |    2 
 sc/source/filter/xml/xmlimprt.cxx                         |    5 
 sc/source/filter/xml/xmlimprt.hxx                         |    3 
 sc/source/ui/Accessibility/AccessibleDataPilotControl.cxx |   10 
 sc/source/ui/attrdlg/scdlgfact.cxx                        |   19 
 sc/source/ui/attrdlg/scdlgfact.hxx                        |    7 
 sc/source/ui/dbgui/dapitype.cxx                           |   44 
 sc/source/ui/dbgui/dapitype.hrc                           |   41 
 sc/source/ui/dbgui/dapitype.src                           |   37 
 sc/source/ui/dbgui/dpuiglobal.hxx                         |   43 
 sc/source/ui/dbgui/fieldwnd.cxx                           | 1463 +++++++++-----
 sc/source/ui/dbgui/pivot.src                              |   93 
 sc/source/ui/dbgui/pvglob.hxx                             |   45 
 sc/source/ui/dbgui/pvlaydlg.cxx                           | 1361 ++++++-------
 sc/source/ui/docshell/dbdocfun.cxx                        |    6 
 sc/source/ui/docshell/docsh5.cxx                          |    2 
 sc/source/ui/inc/AccessibleDataPilotControl.hxx           |    6 
 sc/source/ui/inc/cellsh.hxx                               |    2 
 sc/source/ui/inc/dapitype.hxx                             |   12 
 sc/source/ui/inc/dbfunc.hxx                               |    5 
 sc/source/ui/inc/fieldwnd.hxx                             |  428 ++--
 sc/source/ui/inc/pvlaydlg.hxx                             |   65 
 sc/source/ui/unoobj/dapiuno.cxx                           |   83 
 sc/source/ui/unoobj/datauno.cxx                           |    6 
 sc/source/ui/view/cellsh1.cxx                             |  171 +
 sc/source/ui/view/cellsh2.cxx                             |  137 -
 sc/source/ui/view/dbfunc3.cxx                             |   62 
 sc/source/ui/view/gridwin.cxx                             |    5 
 sc/source/ui/view/gridwin2.cxx                            |    8 
 sc/source/ui/view/pivotsh.cxx                             |    8 
 63 files changed, 4752 insertions(+), 4505 deletions(-)
---


More information about the Libreoffice-commits mailing list