summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* warning C4702: unreachable codeStephan Bergmann2012-09-061-3/+0
* Cleanup files touched by f5b7fecbc0744e46468d57b8131ea7d768aa96a2Philipp Riemer2012-09-054-39/+15
* remove two useless definitionsMarkus Mohrhard2012-09-052-3/+0
* only allow to change conditional formatting if sheet is not protectedMarkus Mohrhard2012-09-051-0/+3
* better import of conditional format from old ODF structureMarkus Mohrhard2012-09-056-181/+151
* fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin2012-09-032-11/+11
* forgot to use external mdds headers hereMatúš Kukan2012-08-315-0/+10
* mdds: convert to gbuildMatúš Kukan2012-08-312-1/+5
* Bool and string cleanup, as usual.Kohei Yoshida2012-08-311-5/+5
* Don't export the internal field name suffix '*' to ods.Kohei Yoshida2012-08-311-2/+5
* fdo#54303: Prevent crash on load.Kohei Yoshida2012-08-311-1/+5
* fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl2012-08-312-39/+38
* remove debug outputMarkus Mohrhard2012-08-311-6/+4
* handle missing cond format entries more gracefully, related fdo#52340Markus Mohrhard2012-08-311-0/+6
* use Red as error color for cond format dlgMarkus Mohrhard2012-08-311-2/+2
* update cond formats for deleting, moving and cut&pasteMarkus Mohrhard2012-08-313-0/+29
* add ScRangeList::DeleteAreaMarkus Mohrhard2012-08-312-0/+337
* also handle the cond format code for xlsb the new way, fdo#53424Markus Mohrhard2012-08-311-0/+1
* -Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann2012-08-311-3/+1
* fdo#53938: Don't proceed when error occurs.Kohei Yoshida2012-08-303-6/+8
* fdo#53938: Check for null pointer.Kohei Yoshida2012-08-301-0/+5
* fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl2012-08-306-31/+31
* add unit test for basic sorting with cell noteMarkus Mohrhard2012-08-291-0/+45
* move ScProgress construction out of ScTable::SortMarkus Mohrhard2012-08-295-15/+19
* don't cover cell with hint window fix for fdo#47595Noel Power2012-08-291-1/+1
* fix typoCaolán McNamara2012-08-291-1/+1
* String::Expand -> string::padToLengthCaolán McNamara2012-08-291-3/+4
* hopefully a working version for databar ext guid creationMarkus Mohrhard2012-08-282-2/+26
* prevent double delete of broadcaster, fdo#54074, fdo#53364Markus Mohrhard2012-08-281-0/+3
* fix indentationMarkus Mohrhard2012-08-281-2/+2
* don't crash for invalid repaint ranges in cond formats, fdo#53839Markus Mohrhard2012-08-281-1/+1
* remove some more null pointer checks before deleteMarkus Mohrhard2012-08-281-22/+11
* remove redundant functionMarkus Mohrhard2012-08-281-20/+1
* remove useless null pointer checks before deleteMarkus Mohrhard2012-08-281-6/+3
* tweaking the "fill in character" support in Calc Number Format StringsJohann Messner2012-08-282-6/+6
* allow paste & paste special for unmatching dest (single) rangeNoel Power2012-08-281-1/+1
* resolved fdo#51926 handle .xlsm link to external sheet with spaceEike Rathke2012-08-281-30/+65
* do not silently ignore a token API error, fdo#51926 relatedEike Rathke2012-08-271-0/+2
* Add unit test for pivot table import from ods.Kohei Yoshida2012-08-272-0/+84
* fdo#39468: Translated German comments in sc/source/core/incGerhard Oettl2012-08-273-30/+30
* when swaping cols or rows insert notes at the right place, fdo#53979Markus Mohrhard2012-08-271-19/+30
* Quick indentation fix on closing brace.Kohei Yoshida2012-08-271-1/+1
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-271-1/+2
* remove VBA_OOBUILD_HACK and friendsNoel Power2012-08-263-20/+0
* The label size is computed from the length of the string it containsJean-Baptiste FAURE2012-08-251-5/+12
* removed commented out code in sc/source/ui/undoPhilipp Riemer2012-08-254-15/+1
* remove ascii-art and blank lines in sc/source/ui/undoPhilipp Riemer2012-08-2510-425/+2
* fdo#39468: Translated German comments in sc/source/ui/undoPhilipp Riemer2012-08-259-78/+73
* Translation of comments from german in sc/source/ui/undoAlbert Thuswaldner2012-08-2410-604/+257
* Improve matrix import performance.Daniel Bankston2012-08-247-15/+20