summaryrefslogtreecommitdiff
AgeCommit message (Expand)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
2010-12-08Make the string 'New Record' localizable. (fdo#32209)feature/winshrinkKohei Yoshida3-1/+7
2010-12-07Display correct record information in Data Form dialog. (fdo#32196)Kohei Yoshida1-3/+13
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
2010-11-30Skip hidden cells while expanding range selection.Kohei Yoshida3-6/+36
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
2010-11-29Fixed use of incorrect integer type during import of outlines.Kohei Yoshida2-3/+11
2010-11-29More strict parsing of external range names.Kohei Yoshida1-7/+31
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
2010-11-19No automatic width adjustment of the dropdown popups. (fdo#31710)Kohei Yoshida1-0/+1
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
2010-11-18Disable document modify and broadcasting of changes on range names.Kohei Yoshida11-91/+244
2010-11-17Changing margins in print preview should mark the document modified.Kohei Yoshida1-0/+7
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 p...Niklas Nebel1-1/+6
2010-11-09Fix Windows build errorTor Lillqvist1-0/+7
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
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 she...Niklas Nebel1-2/+12
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
2010-11-02calc33stopper2: #i115313# revert calculation of scaling factor for drawing la...Daniel Rentz [dr]3-3/+3
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