summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
AgeCommit message (Expand)AuthorFilesLines
2014-04-23sc: sal_Bool->boolNoel Grandin10-27/+27
2014-04-21remove comments why a file gets includedThomas Arnhold3-7/+0
2014-04-19fixincludeguards.sh: scThomas Arnhold1-3/+3
2014-04-15CID#1202961 init class memberEike Rathke1-0/+1
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida6-15/+21
2014-04-14The entry points for these are hidden behind OSL_DEBUG_LEVEL > 1 too.Jan Holesovsky2-6/+25
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann3-15/+8
2014-04-14typo: occuring -> occurringThomas Arnhold1-1/+1
2014-04-11corrected copy&paste errorEike Rathke1-2/+2
2014-04-11fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers1-0/+2
2014-04-08write protectedRange elements to OOXMLEike Rathke1-0/+27
2014-04-08resize vector in advanceEike Rathke1-2/+3
2014-04-08bit 0 is bit 0Eike Rathke1-1/+1
2014-04-08remove whitespaceMarkus Mohrhard1-3/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard55-792/+0
2014-04-06import dxf protection record from xls, related fdo#76209Markus Mohrhard1-0/+9
2014-04-06import dxf number format record, related fdo#76209Markus Mohrhard2-2/+31
2014-04-06remove whitespaceMarkus Mohrhard1-24/+0
2014-04-06import alignment dxf record, related fdo#76209Markus Mohrhard2-0/+23
2014-04-04coverity#738794 Uninitialized scalar fieldCaolán McNamara1-1/+1
2014-04-04coverity#738793 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-3/+3
2014-04-03filter/msfilter: sal_Bool->boolNoel Grandin2-2/+2
2014-04-02resolved fdo#76949 correct grammar is GRAM_OOXMLEike Rathke1-1/+1
2014-04-02fdo#73147 add Excel2010 functions NETWORKDAYS.INTL and WORKDAY.INTLWinfried Donkers1-3/+6
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-4/+4
2014-03-31coverity#1194940 Uncaught exceptionCaolán McNamara1-1/+1
2014-03-30tools, sc: fix GCC -Werror=type-limits (comparison is always true)Michael Stahl1-1/+0
2014-03-29Typo: ccordinate->coordinateJulien Nabet1-1/+1
2014-03-29sc: more stream tweaksMichael Stahl1-3/+4
2014-03-29sc: actually CopyFromStream() can just use remainingSize()Michael Stahl1-6/+2
2014-03-29sc: adapt XclExpStream::CopyFromStream() to SvStream changeMichael Stahl1-7/+4
2014-03-29sc: adapt Excel filter to SvStream changesMichael Stahl3-10/+10
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann7-63/+63
2014-03-21write enhanced protection to .xls BIFF8 0x0868 Feat recordsEike Rathke2-10/+24
2014-03-21always resize vector, reserve is just thatEike Rathke1-2/+1
2014-03-21refactored to use XclRangeList and XclImpAddressConverterEike Rathke3-55/+17
2014-03-20don't crash with possibly invalid index, fdo#76209Markus Mohrhard1-1/+1
2014-03-20stuff Excel enhanced protection read into ScTableProtectionEike Rathke1-4/+35
2014-03-19coverity#708030 Uninitialized pointer fieldCaolán McNamara1-0/+3
2014-03-19convert OUString::match to OUString::endsWithNoel Grandin1-2/+2
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida2-25/+47
2014-03-19check return of stream read and adapt vector size if necessaryEike Rathke1-1/+3
2014-03-18MS-XLS documentation uses big-endian bit diagramsEike Rathke1-1/+1
2014-03-18start reading 0x0868 FEAT enhanced protection featureEike Rathke3-3/+89
2014-03-18record 0x0867 is not only SheetProtection, generalize to FeatHdr()Eike Rathke3-14/+14
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-17sc: prefer passing OUString by referenceNoel Grandin2-2/+2
2014-03-13fdo#58307: Export sheet tab colors to xlsx.Kohei Yoshida2-9/+18
2014-03-12std::strlen requires cstring include to buildLuboš Luňák1-1/+1