summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/excel
Commit message (Expand)AuthorAgeFilesLines
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-17/+13
* fdo#78471: Don't forget to record the ID of the last record for BIFF5.Kohei Yoshida2014-05-131-1/+1
* remove dead codeNoel Grandin2014-05-131-14/+0
* coverity#708031 Uninitialized scalar fieldCaolán McNamara2014-05-111-0/+1
* fix-includes.pl: scThomas Arnhold2014-05-119-17/+17
* coverity#1130486 Uninitialized scalar fieldCaolán McNamara2014-05-101-4/+5
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet2014-05-081-1/+1
* simplify ternary conditions "xxx ? true : yyy"Noel Grandin2014-05-061-1/+1
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-2/+2
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-05-022-19/+16
* coverity#708034 Uninitialized scalar fieldCaolán McNamara2014-05-011-0/+1
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-012-2/+2
* escape conditional formatting formulas during xlsx export, fdo#75168Markus Mohrhard2014-05-011-2/+2
* coverity#708039 Uninitialized scalar fieldCaolán McNamara2014-04-282-4/+5
* coverity#708038 Uninitialized scalar fieldCaolán McNamara2014-04-281-5/+7
* coverity#708033 Uninitialized scalar fieldCaolán McNamara2014-04-281-1/+1
* coverity#708032 Uninitialized scalar fieldCaolán McNamara2014-04-281-0/+1
* coverity#708027 Uninitialized scalar fieldCaolán McNamara2014-04-281-3/+5
* fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida2014-04-252-1/+4
* fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers2014-04-251-0/+1
* sc: sal_Bool->boolNoel Grandin2014-04-2310-27/+27
* remove comments why a file gets includedThomas Arnhold2014-04-213-7/+0
* fixincludeguards.sh: scThomas Arnhold2014-04-191-3/+3
* CID#1202961 init class memberEike Rathke2014-04-151-0/+1
* fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida2014-04-146-15/+21
* The entry points for these are hidden behind OSL_DEBUG_LEVEL > 1 too.Jan Holesovsky2014-04-142-6/+25
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-143-15/+8
* typo: occuring -> occurringThomas Arnhold2014-04-141-1/+1
* corrected copy&paste errorEike Rathke2014-04-111-2/+2
* fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers2014-04-111-0/+2
* write protectedRange elements to OOXMLEike Rathke2014-04-081-0/+27
* resize vector in advanceEike Rathke2014-04-081-2/+3
* bit 0 is bit 0Eike Rathke2014-04-081-1/+1
* remove whitespaceMarkus Mohrhard2014-04-081-3/+0
* whitespace cleanup in scMarkus Mohrhard2014-04-0655-792/+0
* import dxf protection record from xls, related fdo#76209Markus Mohrhard2014-04-061-0/+9
* import dxf number format record, related fdo#76209Markus Mohrhard2014-04-062-2/+31
* remove whitespaceMarkus Mohrhard2014-04-061-24/+0
* import alignment dxf record, related fdo#76209Markus Mohrhard2014-04-062-0/+23
* coverity#738794 Uninitialized scalar fieldCaolán McNamara2014-04-041-1/+1
* coverity#738793 Uninitialized scalar fieldCaolán McNamara2014-04-041-0/+1
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-032-3/+3
* filter/msfilter: sal_Bool->boolNoel Grandin2014-04-032-2/+2
* resolved fdo#76949 correct grammar is GRAM_OOXMLEike Rathke2014-04-021-1/+1
* fdo#73147 add Excel2010 functions NETWORKDAYS.INTL and WORKDAY.INTLWinfried Donkers2014-04-021-3/+6
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-4/+4
* coverity#1194940 Uncaught exceptionCaolán McNamara2014-03-311-1/+1
* tools, sc: fix GCC -Werror=type-limits (comparison is always true)Michael Stahl2014-03-301-1/+0
* Typo: ccordinate->coordinateJulien Nabet2014-03-291-1/+1
* sc: more stream tweaksMichael Stahl2014-03-291-3/+4