summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-09-30Revert "Fix OpenCL use on Mac"Tor Lillqvist
2013-09-30n realloc -> 1 malloc + n same assignments -> 1 onlyJulien Nabet
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara
2013-09-29Kill internationaloptions page, it has been unused for years.Jan Holesovsky
2013-09-28Fix OpenCL use on MacTor Lillqvist
2013-09-27cppcheck: memleaksJulien Nabet
2013-09-27fdo#69450 - IDF_ATTRIB & IDF_CONTENTS must be disjoint.Michael Meeks
2013-09-27ignore hidden row/columns when navigating, fdo#45020Markus Mohrhard
2013-09-27add a unit test for fdo#66646Markus Mohrhard
2013-09-27add test case for fdo#69720Markus Mohrhard
2013-09-27Add a new import filter test case for data table from xls.Kohei Yoshida
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara
2013-09-26typo fixes in commentsAndras Timar
2013-09-25Use ScDocumentImport to set matrix formula cells from xls.Kohei Yoshida
2013-09-25We need to clone the edit text instance to avoid double deletion.Kohei Yoshida
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-25compare against IDF_HARDATTR, fdo#39484Markus Mohrhard
2013-09-25fdo#66646: fix paste special with empty cellsMarkus Mohrhard
2013-09-23fdo#69536 - Moved Averageif(s)Joel Madero
2013-09-23fdo#69685 - move count functionsJoel Madero
2013-09-23fdo#60889: FILEOPEN: Incorrect opening XLSX file (sharedStrings.xml)Raymond Wells
2013-09-22Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-09-22drop remaining easy UniString::InsertAscii casesCaolán McNamara
2013-09-22find lots of external static libraries in UnpackedTarball dirMichael Stahl
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl
2013-09-22warning C4305: 'return' : truncation from 'int' to 'bool'Michael Stahl
2013-09-21Make it compile in the DISABLE_DYNLOADING caseTor Lillqvist
2013-09-20Turn sidebar back to non-experimentalCaolán McNamara
2013-09-20fdo#39881 change Find All behaviour in CalcMatúš Kukan
2013-09-20Blind fix attempt: extern "C" decls must be at outer levelTor Lillqvist
2013-09-20extern "C" it should beTor Lillqvist
2013-09-20The code has unconditional fprintfs so need cstdioTor Lillqvist
2013-09-20TypoTor Lillqvist
2013-09-20indent: Just some indenting for better readingAndres Gomez
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez
2013-09-20Try to fix the DISABLE_DYNLOADING caseTor Lillqvist
2013-09-19fix windows build with pchMarkus Mohrhard
2013-09-19"what!?" - Let's not say that...Kohei Yoshida
2013-09-19Work around another Excel bug with incorrect shared formula range.Kohei Yoshida
2013-09-19fix storing of open cl device in configuration filesMarkus Mohrhard
2013-09-19small fixes for broken codeMarkus Mohrhard
2013-09-19select maximum one opencl deviceMarkus Mohrhard
2013-09-19fix memory leakMarkus Mohrhard
2013-09-19fall back to compiling from source if binary failedMarkus Mohrhard
2013-09-19void* is dangerousMarkus Mohrhard
2013-09-19use $UserInstallation/cache to cache opencl kernelsMarkus Mohrhard
2013-09-19read the binary files from the cached folderMarkus Mohrhard
2013-09-19replace one more file write with location in profile directoryMarkus Mohrhard
2013-09-19fix another memory leakMarkus Mohrhard