summaryrefslogtreecommitdiff
path: root/sc/source/filter
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
2011-01-07Merge commit 'ooo/OOO330_m19' into libreoffice-3-3Kohei Yoshida
Conflicts: sc/source/core/data/table2.cxx sc/source/core/data/table3.cxx
2011-01-05calc64: #i116164# performance of filters with many filtered rangesNiklas Nebel
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-25Fixed crash in xls export caused by off-by-one iteratorKatarina Machalkova
(this is for bnc#653533 and fdo#31141)
2010-11-18Disable document modify and broadcasting of changes on range names.Kohei Yoshida
We don't need to set document status modified & broadcast changes on every single addition of range names during document import. Doing so would make the document import painfully slow esp with docs with lots of range names defined. (n#634257) Note: this is a backport of the same fix from master. Please don't merge this back into master.
2010-11-12Merge branch 'feature/pptx-export-ooxml11' into libreoffice-3-3Tor Lillqvist
2010-11-08Fixed a crash on importing named ranges on higher sheets.Kohei Yoshida
When importing xls document containing named ranges on sheets higher than 256 (max number of sheets Calc supports currently), Calc would crash. We need to check for the upper boundary condition before accessing the array by index to prevent crash. (n#649941)
2010-11-07Fix compilation errorTor Lillqvist
2010-11-01Merge commit 'ooo/OOO330_m13'Jan Holesovsky
2010-10-29Disabling commentPr export - since MSO is yet to support this.Muthu Subramanian K
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-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud
2010-10-25replace ScUnoGuard by SolarMutexGuardNorbert Thiebaud
ScUnoGaurd provide a Guard wrapper around Application::GetSolarMutex(). This is now provided by the class SolarMutexGuard.
2010-10-22calc33stopper1: #i79854# do not create defined names in Calc for functionsDaniel Rentz [dr]
2010-10-21rhbz#636521 Don't record undo info during escher conversionCaolán McNamara
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-20WaE, unused parameterCaolán McNamara
2010-10-20WaE, silence warningsCaolán McNamara
2010-10-20WaE, unused variableCaolán McNamara
2010-10-20WaE, unused parameterCaolán McNamara
2010-10-20WaE, remove warningCaolán McNamara
2010-10-20WaE, unused parametersCaolán McNamara
2010-10-20Removed lots of dead code.Povilas Kanapickas
2010-10-19Merged oox-smartart-import.diff from ooo-buildKatarina Machalkova
2010-10-19Merged xlsx-shared-oox-drawingml-fix-shapes-map-crash.diffKatarina Machalkova
2010-10-17clean up after removal of empty makefilesDavid Tardon
2010-10-16Minor fixes for commentPr export merge.Muthu Subramanian K
2010-10-16CommentPr Export feature. Also includes note's shape-size export.Muthu Subramanian K
2010-10-16Reset vml counters for a new save.Muthu Subramanian K
2010-10-13Fixed build of sc (ctor of XclObjAny has 2 params)Katarina Machalkova
2010-10-13Merged oox-sc-notes.diff from ooo-buildKatarina Machalkova
2010-10-13Merged ooxml-sc-internal-hlink-export.diff from ooo-buildKatarina Machalkova
2010-10-13Merged ooxml-sc-showdropdown-fix.diff from ooo-buildKatarina Machalkova
2010-10-13Merged ooxml-sc-paneexport.cxx from ooo-buildKatarina Machalkova
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-no-more-svstream-sotstorage.diff from ooo-buildKatarina Machalkova
2010-10-13Merged xlsx-shared-oox-calc-export-sotstorage-init.diff from ooo-buildKatarina Machalkova
2010-10-13Merged xlsx-shared-oox-calc-export-export-pivot-content.diff from ooo-buildKatarina Machalkova
2010-10-13Merged xlsx-shared-xlsx-export-cell-style-max-builtin.diff from ooo-buildKatarina Machalkova
2010-10-13Merged xlsx-shared-xlsx-export-skip-auto-format.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-export-set-xml-2007-flavour.diff from ooo-buildKatarina Machalkova
2010-10-13Merged xlsx-shared-xlsx-arabic-export-crash.diff from ooo-buildKatarina 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