summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-10-01convert remains of String to OUString in formula moduleNoel Grandin1-3/+3
2013-10-01make sure that we really fall back to new compile if binary failedMarkus Mohrhard2-92/+115
2013-10-01make source code opencl 1.0 compliantMarkus Mohrhard1-6/+8
2013-10-01hash platform version, device name, driver version into binary nameMarkus Mohrhard1-8/+29
2013-10-01remove unused macrosMarkus Mohrhard1-12/+0
2013-10-01clear cache of old files when opencl source changesMarkus Mohrhard1-0/+31
2013-10-01sal_Bool to bool in bcaslot.[ch]xxMarkus Mohrhard2-21/+21
2013-09-30Revert "Fix OpenCL use on Mac"Tor Lillqvist3-15/+4
2013-09-30n realloc -> 1 malloc + n same assignments -> 1 onlyJulien Nabet1-8/+4
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara3-24/+27
2013-09-29Kill internationaloptions page, it has been unused for years.Jan Holesovsky1-11/+0
2013-09-28Fix OpenCL use on MacTor Lillqvist3-2/+21
2013-09-27cppcheck: memleaksJulien Nabet1-1/+5
2013-09-27fdo#69450 - IDF_ATTRIB & IDF_CONTENTS must be disjoint.Michael Meeks3-1/+7
2013-09-27ignore hidden row/columns when navigating, fdo#45020Markus Mohrhard1-8/+48
2013-09-27add a unit test for fdo#66646Markus Mohrhard2-0/+23
2013-09-27add test case for fdo#69720Markus Mohrhard4-0/+30
2013-09-27Add a new import filter test case for data table from xls.Kohei Yoshida2-0/+53
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara3-5/+5
2013-09-26typo fixes in commentsAndras Timar10-11/+11
2013-09-25Use ScDocumentImport to set matrix formula cells from xls.Kohei Yoshida2-12/+10
2013-09-25We need to clone the edit text instance to avoid double deletion.Kohei Yoshida1-1/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara35-116/+112
2013-09-25compare against IDF_HARDATTR, fdo#39484Markus Mohrhard1-1/+1
2013-09-25fdo#66646: fix paste special with empty cellsMarkus Mohrhard1-1/+17
2013-09-23fdo#69536 - Moved Averageif(s)Joel Madero2-4/+4
2013-09-23fdo#69685 - move count functionsJoel Madero2-6/+6
2013-09-23fdo#60889: FILEOPEN: Incorrect opening XLSX file (sharedStrings.xml)Raymond Wells1-1/+2
2013-09-22Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara2-11/+11
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara24-0/+71
2013-09-22drop remaining easy UniString::InsertAscii casesCaolán McNamara1-30/+33
2013-09-22find lots of external static libraries in UnpackedTarball dirMichael Stahl1-0/+3
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl1-2/+1
2013-09-22warning C4305: 'return' : truncation from 'int' to 'bool'Michael Stahl1-3/+2
2013-09-21Make it compile in the DISABLE_DYNLOADING caseTor Lillqvist1-4/+3
2013-09-20Turn sidebar back to non-experimentalCaolán McNamara1-1/+1
2013-09-20fdo#39881 change Find All behaviour in CalcMatúš Kukan6-0/+172
2013-09-20Blind fix attempt: extern "C" decls must be at outer levelTor Lillqvist1-7/+10
2013-09-20extern "C" it should beTor Lillqvist1-5/+5
2013-09-20The code has unconditional fprintfs so need cstdioTor Lillqvist1-2/+0
2013-09-20TypoTor Lillqvist1-1/+1
2013-09-20indent: Just some indenting for better readingAndres Gomez1-40/+40
2013-09-20uno: new InteropGrabBag UNO prop in OfficeDocumentAndres Gomez2-0/+18
2013-09-20Try to fix the DISABLE_DYNLOADING caseTor Lillqvist1-7/+32
2013-09-19fix windows build with pchMarkus Mohrhard2-0/+43
2013-09-19"what!?" - Let's not say that...Kohei Yoshida1-2/+0
2013-09-19Work around another Excel bug with incorrect shared formula range.Kohei Yoshida5-42/+151
2013-09-19fix storing of open cl device in configuration filesMarkus Mohrhard1-1/+4
2013-09-19small fixes for broken codeMarkus Mohrhard1-6/+6
2013-09-19select maximum one opencl deviceMarkus Mohrhard1-1/+8