summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2011-03-08Properly invalidate cached sheet XML streams during reference update.Kohei Yoshida4-9/+55
2011-03-03Fixed incorrect cursor navigation. (fdo#33756)Kohei Yoshida1-44/+15
2011-03-03Better fix for fdo#31939.Kohei Yoshida3-22/+2
2011-03-03Go through all tokens to look for a volatile one. (fdo#31939)Kohei Yoshida4-1/+59
2011-02-27Changed label size and position for BTN_GENERAL_PREC, FT_PREC and ED_PRECJean-Baptiste Faure1-5/+5
2011-02-18Properly update column and row header selections. (fdo#34383)Kohei Yoshida1-0/+1
2011-01-27Remove unused declarationJani Monoses1-3/+0
2011-01-21Fixed incorrect page number in page preview mode. (fdo#33155)Kohei Yoshida1-5/+7
2011-01-21Fixed incorrect import of cell attributes from Excel documents.Kohei Yoshida1-0/+9
2011-01-13Reverting the merge commit 0fe55349b05fae496a86a3fa958d184f0453916c.Kohei Yoshida9-200/+46
2011-01-13Revert "This is also part of the merge."Kohei Yoshida1-1/+2
2011-01-07This is also part of the merge.Kohei Yoshida1-2/+1
2011-01-07Merge commit 'ooo/OOO330_m19' into libreoffice-3-3Kohei Yoshida9-46/+200
2011-01-06CWS-TOOLING: integrate CWS calc64Kurt Zenker4-21/+148
2011-01-05Make more room for Portuguese locale. (fdo#32823)Kohei Yoshida1-6/+6
2011-01-05calc64: remove a warningNiklas Nebel1-1/+0
2011-01-05calc64: #i116164# performance of filters with many filtered rangesNiklas Nebel4-20/+148
2010-12-29Remove bogus check for numerical sheet names. (fdo#32570)Kohei Yoshida1-6/+1
2010-12-22Actually the object doesn't have to be a cell note.Kohei Yoshida1-6/+3
2010-12-22Avoid double-paste when pasting text into cell comment. (fdo#32572)Kohei Yoshida1-0/+20
2010-12-14Remove trailing spaces too when parsing csv's simple numbers.Kohei Yoshida1-3/+13
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-11ooo33gsl13: #i115906# obtain correct data range for external referencesEike Rathke [er]6-27/+51
2010-12-08Make the string 'New Record' localizable. (fdo#32209)Kohei Yoshida3-1/+7
2010-12-07Display correct record information in Data Form dialog. (fdo#32196)Kohei Yoshida1-3/+13
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-27/+50
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-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 Yoshida8-86/+187
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 calc63obo1-1/+6
2010-11-11Merge commit 'ooo/OOO330_m14' into libreoffice-3-3Jan Holesovsky3-3/+3
2010-11-11calc63: #i115512# RoundValueAsShown: don't round to -1 digits for unlimited p...Niklas Nebel1-1/+6
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