summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix for fdo#49255Noel Power2012-08-241-0/+1
* Get rid of the 3D look of the Formula Bar.Jan Holesovsky2012-08-232-4/+20
* A little cleanup and avoid exporting all methods from ScDatabaseRangeObj.Kohei Yoshida2012-08-232-6/+5
* Convert xlsx unnamed database range import to direct scDaniel Bankston2012-08-232-5/+17
* Prevent broadcasts to gain xlsx formula import performance boostDaniel Bankston2012-08-231-0/+8
* Disable adjust height flag once for whole doc instead for each tabDaniel Bankston2012-08-232-3/+2
* Check for more cases of functions that should always be recalculatedDaniel Bankston2012-08-231-1/+2
* add missing licence headerMarkus Mohrhard2012-08-232-1/+21
* fix ambigous overloadMarkus Mohrhard2012-08-231-2/+2
* sal_True -> trueMarkus Mohrhard2012-08-231-2/+2
* support export of databar information to extlst for excel2010Markus Mohrhard2012-08-2310-11/+439
* WaE: class has virtual functions and accessible non-virtual destructorTor Lillqvist2012-08-231-0/+1
* Removing a non-virtual destructor.Kohei Yoshida2012-08-231-5/+0
* We assume that this uno interface exists. No need to check it.Kohei Yoshida2012-08-221-2/+1
* New unit test for pivot table's case insensitive string comparison.Kohei Yoshida2012-08-221-0/+63
* fdo#53929: Pivot table uses case insensitive string comparison.Kohei Yoshida2012-08-222-4/+5
* Abstract database connection from pivot cache to hide UNO API.Kohei Yoshida2012-08-223-115/+205
* remove unused module-description xml filesMatúš Kukan2012-08-22116-17008/+0
* Don't clear the database data cache here.Kohei Yoshida2012-08-221-6/+0