summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
AgeCommit message (Collapse)Author
2011-08-23recreated tag libreoffice-3.3.1.1 which had these commits:Bjoern Michaelsen
commit 8964ceb596c66db5e9677de1ad99f9747342b87b (tag: refs/tags/libreoffice-3.3.1.1) Author: Petr Mladek <pmladek@suse.cz> Date: Tue Feb 8 18:07:42 2011 +0100 Version 3.3.1.1, tag libreoffice-3.3.1.1 (3.3.1-rc1) commit 737b6a92adca9a8285370918671b93b56a028537 Author: Jan Holesovsky <kendy@suse.cz> Date: Mon Feb 7 21:23:21 2011 +0100 Branch libreoffice-3-3-1 This is 'libreoffice-3-3-1' - the stable branch for the 3.3.1 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master. commit d4d6a678bf169eebee2fe4d71c8ec66de6898d6e Author: Jani Monoses <jani.monoses@canonical.com> Date: Thu Jan 27 15:33:06 2011 +0200 Remove unused declaration Signed-off-by: Michael Meeks <michael.meeks@novell.com> sc/source/core/tool/token.cxx | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) commit 96bee1507119ca0525845022019d90f0694996aa Author: Kohei Yoshida <kyoshida@novell.com> Date: Thu Jan 20 23:44:52 2011 -0500 Fixed incorrect page number in page preview mode. (fdo#33155) When the window is large enough to show several 'Page X' strings, the page number was not properly incremented. This commit fixes it. sc/source/ui/view/gridwin4.cxx | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) commit ed46df1fcb5869818f5f74e0c7a5b19c65102e83 Author: Kohei Yoshida <kyoshida@novell.com> Date: Wed Jan 19 00:24:24 2011 -0500 Fixed incorrect import of cell attributes from Excel documents. When a cell with non-default formatting attribute starts with non-first row in a column, the filter would incorrectly apply the same format to all the cells above it if they didn't have any formats. This commit fixes it. sc/source/filter/excel/xistyle.cxx | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) commit af63319fcdeea3f9b5018eab83ef5a9e64905446 Author: Kohei Yoshida <kyoshida@novell.com> Date: Thu Jan 13 11:18:07 2011 -0500 Reverting the merge commit 0fe55349b05fae496a86a3fa958d184f0453916c. I created a patch between before and after the merge commit, and reverse-applied it. This is because if you revert a merge commit in git you are denying all future merges from that branch. I wasn't sure if we really wanted that. Signed-off-by: Petr Mladek <pmladek@suse.cz> sc/inc/document.hxx | 22 +------ sc/inc/drwlayer.hxx | 2 +- sc/inc/table.hxx | 16 +----- sc/source/core/data/document.cxx | 7 +-- sc/source/core/data/drwlayer.cxx | 6 +- sc/source/core/data/table1.cxx | 38 ++++-------- sc/source/core/data/table2.cxx | 91 ++++++------------------------ sc/source/core/data/table3.cxx | 71 +---------------------- sc/source/filter/xml/xmlrowi.cxx | 17 +---- sc/source/ui/docshell/externalrefmgr.cxx | 7 +- sc/source/ui/view/dbfunc.cxx | 5 +- sc/source/ui/view/tabvwshe.cxx | 4 +- 12 files changed, 52 insertions(+), 234 deletions(-) commit 5ada5635cff38af87830b091b36159cf80e4cf5d Author: Kohei Yoshida <kyoshida@novell.com> Date: Thu Jan 13 11:04:14 2011 -0500 Revert "This is also part of the merge." This reverts commit 0fe55349b05fae496a86a3fa958d184f0453916c. Signed-off-by: Petr Mladek <pmladek@suse.cz> sc/source/core/data/table3.cxx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit c900e3db767518b7a60eaf24bdf298c94315f685 Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 11 23:05:56 2011 +0100 Please, ignore the previous message; it was for the libreoffice-3-3-0 branch This is 'libreoffice-3-3' - the stable branch for the 3.3.x releases. Only safe changes, reviewed by anoter person are allowed. If you want to build something cool, unstable, and risky, use master. commit 15d298ba7c4e89b043b3077e17747ba027a62c43 Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 11 22:39:06 2011 +0100 Branch libreoffice-3-3-0 This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master. Notes: split repo tag: calc_libreoffice-3.3.1.1 split repo tag: calc_libreoffice-3.3.1.2
2010-11-29Fixed use of incorrect integer type during import of outlines.Kohei Yoshida
I was supposed to use SCSIZE to store column / row position but was incorrectly using sal_uInt8. This caused import of outlines from Excel document to entirely get screwed when the outline positions were > 255, and it was understandably so. :-P (fdo#31833)
2010-11-01Merge commit 'ooo/OOO330_m13'Jan Holesovsky
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-27Merged xlsx-shared-oox-chart-export-part1.diff from ooo-buildKatarina Machalkova
2010-10-25remvove vos/macros.h usageNorbert Thiebaud
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud
2010-10-22calc33stopper1: #i79854# do not create defined names in Calc for functionsDaniel Rentz [dr]
2010-10-20Undoing pptx filter as a separate lib ( + related changes)Katarina Machalkova
Shared ppt + pptx filter will be merged from cws later
2010-10-20Removed lots of dead code.Povilas Kanapickas
2010-10-19Merged oox-smartart-import.diff from ooo-buildKatarina Machalkova
2010-10-16CommentPr Export feature. Also includes note's shape-size export.Muthu Subramanian K
2010-10-13Merged ooxml-sc-page-date.diff from ooo-buildKatarina Machalkova
2010-10-13Merged xlsx-shared-xlsx-export-perf-rowbuffer.diff from ooo-buildKatarina Machalkova
2010-10-13Merged xlsx-shared-xlsx-export-simple-autofilter.diff from ooo-builKatarina Machalkova
2010-10-13Merged xlsx-shared-xlsx-shared-import-and-export.diff from ooo-buildKatarina Machalkova
2010-10-13Merged xlsx-shared-xlsx-snapshot.diff from ooo-buildKatarina Machalkova
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power
additionally the following iz patches are rolled up with this commit i#113356, i#112998 i#113955 i#113358 i#113515 i#112531 i#112596 i#112530
2010-10-10merge vosremoval-thread patchNorbert Thiebaud
2010-10-07FASTBOOL to bool conversionNorbert Thiebaud
2010-10-06fate#307731, fate#307730: Adds dotted and dashed border linesCédric Bosdonnat
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05Ported calc-distributed-cell-text-*.diff from ooo-build.Kohei Yoshida
This feature enables horizontal 'distributed' alignment and vertical 'justified' and 'distributed' alignments for cell contents in Calc. Note that this feature relies on ODF 1.2 extended in order for the relevant cell attributes to be saved in ODS.
2010-10-04Port calc-xls-import-mem-footprint.diff from ooo-build.Kohei Yoshida
This change reduces memory footprint of column row attribute import from Excel document, from the previous 20 MB per sheet (!) down to near zero. With the test document I had, the memory use during import dropped from 1.6 GB to 224 MB.
2010-10-04And several fixes against the previous commit wrt xls import perf.Kohei Yoshida
2010-10-04Ported calc-perf-xls-import-cellstyles.diff from ooo-build.Kohei Yoshida
Like the previous commit, this one improves performance of large xls files.
2010-10-04Remove redundant #include directives & commentsJ. Graeme Lingard
2010-09-29I think that this eliminates the remaining //UNUSED commentsJustin Malcolm
There were still some of these comments (actually, a lot of them). The most recent attachment should get rid of the last of them. (fd#30442)
2010-09-15chart-subtitle-xls-export.diff: Export chart subtitleKohei Yoshida
i#92357 Squeeze chart's subtitle into the 2nd line of the main title when exporting to xls.
2010-09-15sc-xls-builtin-name-scope.diff: Print_Area/_Titles only for sheet local namesJonathan Pryor
n#191005, n#257422
2010-07-27mib17: rebase to DEV300_m84Daniel Rentz
2010-07-09mib17: compiler warningsDaniel Rentz
2010-07-06mib17: #i112634# add VBA sheet event handling, based on a patch from Noel PowerDaniel Rentz
2010-06-23koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# ↵obo
#i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase.
2010-06-22CWS-TOOLING: integrate CWS dr76obo
2010-06-22CWS-TOOLING: integrate CWS mib16obo
2010-06-21dr76: rebase to m83Daniel Rentz
2010-06-21CWS-TOOLING: integrate CWS calctabcolorobo
2010-06-18CWS-TOOLING: integrate CWS tl78obo
2010-06-17mib16: rebase to m82Daniel Rentz
2010-06-15mib16: contributed bugfixes and various new symbols in VBA compatibility ↵Daniel Rentz
implementation
2010-06-15calctabcolor: rebased to DEV300_m82.Kohei Yoshida
2010-06-09CWS-TOOLING: integrate CWS chartpositioningobo
2010-06-03cws tl78: merge with DEV300_m80Thomas Lange [tl]
2010-05-28dr76: update to DEV300_m79Daniel Rentz
2010-05-21dr76: #i103453# import visual area for embedded documentsDaniel Rentz
2010-05-21npower13_objectmodules: rebase and merge with DEV300_m78Daniel Rentz
2010-05-11rebased to DEV300_m77.Kohei Yoshida
2010-04-29cws tl78: merge with DEV300 m77Thomas Lange [tl]