summaryrefslogtreecommitdiff
path: root/sc/source
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-07This is also part of the merge.Kohei Yoshida
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-06CWS-TOOLING: integrate CWS calc64Kurt Zenker
Notes: split repo tag: calc_ooo/OOO330_m19
2011-01-05Make more room for Portuguese locale. (fdo#32823)Kohei Yoshida
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-01-05calc64: remove a warningNiklas Nebel
2011-01-05calc64: #i116164# performance of filters with many filtered rangesNiklas Nebel
2010-12-29Remove bogus check for numerical sheet names. (fdo#32570)Kohei Yoshida
We apparently put numerical sheet name into quotes somewhere else, so checking for a number followed by a '.' and flagging it as bad is not only necessary, it's not appropriate. E.g. we do support other formula syntax where the sheet-to-reference separator is not '.' (Excel A1 and Excel R1C1), thereby making this test even more inappropriate. Signed-off-by: Jan Holesovsky <kendy@suse.cz>
2010-12-22Actually the object doesn't have to be a cell note.Kohei Yoshida
The same problem happens even when the object is not a cell note, but, say, a regular text box. Let's not check whether or not the object is a cell note. Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2010-12-22Avoid double-paste when pasting text into cell comment. (fdo#32572)Kohei Yoshida
Original patch is from Caolan. I re-worked it to handle more use cases. Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2010-12-14Remove trailing spaces too when parsing csv's simple numbers.Kohei Yoshida
2010-12-14WaE, shadowed warningCaolán McNamara
2010-12-14We need to reset i to 0 after parsing spaces.Kohei Yoshida
2010-12-14The previous commit would skip *all* spaces. This is the right fix.Kohei Yoshida
2010-12-14When parsing numbers, ignore preceding spaces.Kohei Yoshida
Also, increment the char pointer and use it directly, which is faster than accessing char via [] in each iteration.
2010-12-11ooo33gsl13: #i115906# obtain correct data range for external referencesEike Rathke [er]
* Apparently ScTable::GetFirstDataPos() never worked as intended and selected the first non-empty row of the first non-empty column instead of also taking following columns into account where non-empty rows may be on top of that. * Caller of ScDocument::ShrinkToDataArea() must check the return value, if false there is no data in the area passed and the values obtained may be out of bounds, not in order or unmodified. * In ScExternalRefMgr a call of ScDocument::ShrinkToUsedDataArea() was intended instead of ScDocument::ShrinkToDataArea(). For this changed the return of ShrinkToUsedDataArea() to flag if there is any data and added an out parameter to flag if the area was shrunk. * Sanitized arguments and slightly optimized ScTable::ShrinkToUsedDataArea() to not have to check for >0 and <MAX on each iteration. (transplanted from 31b53a2ec7e32f9560464f8a3b9f6c3e07b29083)
2010-12-08Make the string 'New Record' localizable. (fdo#32209)Kohei Yoshida
This string was hard-coded in the code to be always in English. This change makes it localizable. Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2010-12-07Display correct record information in Data Form dialog. (fdo#32196)Kohei Yoshida
I had accidentally removed the part that constructed correct string to display. Recovered it, and modified it to use OUStringBuffer instead of sprintf to construct the string. Signed-off-by: Norbert Thiebaud <nthiebaud@gmail.com>
2010-11-30Changed header license for new files from ooo-build.Kohei Yoshida
2010-11-30Don't forget to store sheet index of merged cell range to be re-merged.Kohei Yoshida
This fixes fdo#31805.
2010-11-30Skip hidden cells while expanding range selection.Kohei Yoshida
This commit happily fixes fdo#31796.
2010-11-29Extracted methods that may be used in another place.Kohei Yoshida
2010-11-29Removed unused code.Kohei Yoshida
2010-11-29Don't update visible ranges for invisible panes.Kohei Yoshida
2010-11-29Re-calculate visible range when switching sheets.Kohei Yoshida
Visible range of the current sheet is used to decide whether or not to render cell cursor. Failing to do that was causing the cursor to disappear when switching sheets while the cursor on the current sheet was invisible. (fdo#31753)
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-29More strict parsing of external range names.Kohei Yoshida
This is to prevent parsing formula strings such as '=A#REF!' as valid external range names. Ideally we should express any formula including invalid refs simply as '=#REF!' in all cases, but we are not there yet. (fdo#31741)
2010-11-25Fixed crash in xls export caused by off-by-one iteratorKatarina Machalkova
(this is for bnc#653533 and fdo#31141)
2010-11-19No automatic width adjustment of the dropdown popups. (fdo#31710)Kohei Yoshida
Let's not automatically adjust the width of the dropdown popups of the Values combo boxes in the standard filter dialog. It looks better that way.
2010-11-18Make VLOOKUP work with an external reference once again. (fdo#31718)Kohei Yoshida
2010-11-18Add workaround to avoid pasting data from OOo Calc as an OLE objectTor Lillqvist
Help for fdo#31077.
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-17Changing margins in print preview should mark the document modified.Kohei Yoshida
This fixes fdo#31219.
2010-11-16Merge commit 'ooo/OOO330_m15' into libreoffice-3-3Jan Holesovsky
2010-11-12Merge branch 'feature/pptx-export-ooxml11' into libreoffice-3-3Tor Lillqvist
2010-11-12CWS-TOOLING: integrate CWS calc63obo
Notes: split repo tag: calc_ooo/OOO330_m15 split repo tag: calc_ooo/OOO330_m16 split repo tag: calc_ooo/OOO330_m17 split repo tag: calc_ooo/OOO330_m18
2010-11-11Merge commit 'ooo/OOO330_m14' into libreoffice-3-3Jan Holesovsky
2010-11-11calc63: #i115512# RoundValueAsShown: don't round to -1 digits for unlimited ↵Niklas Nebel
precision
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-08calc62: #i115431# if #VALUE! doesn't fit into the cell, always use hashesNiklas Nebel
2010-11-08calc62: #i115431# treat DataPilot filter field numbers as relative to the ↵Niklas Nebel
sheet, set MK_ERR bit for errors
2010-11-07Fix compilation errorTor Lillqvist
2010-11-03Set correct default formula syntax value in case it's not explicitly set.Kohei Yoshida
When starting from a fresh config, Calc failed to assign default 'Calc A1' syntax unless the user specifically goes to the Options page and sets the formula syntax in the Calc - Formula options page. This caused e.g. print range editing to fail miserably. (fdo#31041)
2010-11-02calc33stopper2: #i115313# revert calculation of scaling factor for drawing ↵Daniel Rentz [dr]
layer to behaviour of OOo 3.2
2010-11-01Merge commit 'ooo/OOO330_m13'Jan Holesovsky
2010-10-31use RTL_CONSTASCII_USTRING_PARAMJoost Eekhoorn
2010-10-31use RTL_CONSTASCII_USTRING_PARAMJoost Eekhoorn
2010-10-31use RTL_CONSTASCII_USTRING_PARAMJoost Eekhoorn
2010-10-31use RTL_CONSTASCII_USTRING_PARAMJoost Eekhoorn
2010-10-29Disabling commentPr export - since MSO is yet to support this.Muthu Subramanian K