summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-12-14Remove trailing spaces too when parsing csv's simple numbers.feature/helppackKohei Yoshida2-3/+15
2010-12-14WaE, shadowed warningCaolán McNamara1-1/+1
2010-12-14We need to reset i to 0 after parsing spaces.Kohei Yoshida1-1/+7
2010-12-14The previous commit would skip *all* spaces. This is the right fix.Kohei Yoshida1-5/+12
2010-12-14When parsing numbers, ignore preceding spaces.Kohei Yoshida1-2/+6
Also, increment the char pointer and use it directly, which is faster than accessing char via [] in each iteration.
2010-12-08Make the string 'New Record' localizable. (fdo#32209)feature/winshrinkKohei Yoshida3-1/+7
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 Yoshida1-3/+13
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-12-01Version 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1)LIBREOFFICE_3_3_0_1Petr Mladek0-0/+0
2010-11-30Changed header license for new files from ooo-build.Kohei Yoshida2-53/+47
2010-11-30Don't forget to store sheet index of merged cell range to be re-merged.Kohei Yoshida3-3/+15
This fixes fdo#31805.
2010-11-30Skip hidden cells while expanding range selection.Kohei Yoshida3-6/+36
This commit happily fixes fdo#31796.
2010-11-29Extracted methods that may be used in another place.Kohei Yoshida3-80/+125
2010-11-29Removed unused code.Kohei Yoshida1-6/+0
2010-11-29Don't update visible ranges for invisible panes.Kohei Yoshida1-1/+1
2010-11-29Re-calculate visible range when switching sheets.Kohei Yoshida6-62/+85
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 Yoshida2-3/+11
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 Yoshida1-7/+31
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-25Put show credits entry into all app ui configsThorsten Behrens2-0/+2
2010-11-25Fixed crash in xls export caused by off-by-one iteratorKatarina Machalkova1-2/+1
(this is for bnc#653533 and fdo#31141)
2010-11-19No automatic width adjustment of the dropdown popups. (fdo#31710)Kohei Yoshida1-0/+1
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 Yoshida1-3/+8
2010-11-18Add workaround to avoid pasting data from OOo Calc as an OLE objectTor Lillqvist1-0/+7
Help for fdo#31077.
2010-11-18Disable document modify and broadcasting of changes on range names.Kohei Yoshida11-91/+244
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 Yoshida1-0/+7
This fixes fdo#31219.
2010-11-16Merge commit 'ooo/OOO330_m15' into libreoffice-3-3Jan Holesovsky3-5/+29
2010-11-12Merge branch 'feature/pptx-export-ooxml11' into libreoffice-3-3Tor Lillqvist1-1/+1
2010-11-12CWS-TOOLING: integrate CWS calc63ooo/OOO330_m18ooo/OOO330_m17ooo/OOO330_m16ooo/OOO330_m15obo1-1/+6
2010-11-11Merge commit 'ooo/OOO330_m14' into libreoffice-3-3Jan Holesovsky3-3/+3
2010-11-11Version 3.2.99.3, tag LIBREOFFICE_3_2_99_3 (3.3-beta3)LIBREOFFICE_3_2_99_3Petr Mladek0-0/+0
2010-11-11calc63: #i115512# RoundValueAsShown: don't round to -1 digits for unlimited ↵Niklas Nebel1-1/+6
precision
2010-11-09Fix Windows build errorTor Lillqvist1-0/+7
Include <windows.h> explicitly, surrounded by the prewin.h and postwin.h headers. Also #undef ERROR to avoid a clash. Approved by caolan.
2010-11-09CWS-TOOLING: integrate CWS calc62obo2-4/+23
2010-11-08Fixed a crash on importing named ranges on higher sheets.Kohei Yoshida1-2/+2
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 Nebel1-2/+11
2010-11-08calc62: #i115431# treat DataPilot filter field numbers as relative to the ↵Niklas Nebel1-2/+12
sheet, set MK_ERR bit for errors
2010-11-07Fix compilation errorfeature/pptx-export-ooxml11Tor Lillqvist1-1/+1
2010-11-05CWS-TOOLING: integrate CWS calc33stopper2ooo/OOO330_m14Kurt Zenker3-3/+3
2010-11-03Set correct default formula syntax value in case it's not explicitly set.Kohei Yoshida1-1/+4
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]3-3/+3
layer to behaviour of OOo 3.2
2010-11-01Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/calcLIBREOFFICE_3_3_FREEZEJan Holesovsky1-18/+18
2010-11-01there's something very odd going on hereCaolán McNamara1-18/+18
2010-11-01Merge commit 'ooo/OOO330_m13'Jan Holesovsky5-12/+30
2010-11-01give another go at enabling this test using rdb copies and only for LinuxCaolán McNamara2-0/+13
2010-10-31use RTL_CONSTASCII_USTRING_PARAMJoost Eekhoorn1-4/+4
2010-10-31use RTL_CONSTASCII_USTRING_PARAMJoost Eekhoorn1-2/+2
2010-10-31use RTL_CONSTASCII_USTRING_PARAMJoost Eekhoorn1-1/+1
2010-10-31use RTL_CONSTASCII_USTRING_PARAMJoost Eekhoorn1-1/+1
2010-10-30Use RTL_CONSTASCII_USTRINGPARAM macrofeature/rodatastringsGert Faller3-25/+25
2010-10-29Disabling commentPr export - since MSO is yet to support this.Muthu Subramanian K1-2/+6
2010-10-28Allow activation of cell even when the document is read-only.Kohei Yoshida2-139/+148
This behavior is very handy when checking for referenced cells visually by pressing F2. No cell content modification is allowed of course. (n#647982)