summaryrefslogtreecommitdiff
path: root/sc/source/filter/dif
AgeCommit message (Expand)AuthorFilesLines
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-2/+2
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-10-04fdo#39468 Translate German Comments - difimp and htmlimpChristian M. Heller1-1/+1
2014-10-01fdo#39468 Translate German Comments - sc/cource/filter/difChristian M. Heller1-13/+13
2014-06-25remove whitespaceMarkus Mohrhard2-17/+0
2014-06-05coverity#705207 Missing break in switchCaolán McNamara1-0/+1
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-27Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+3
2014-04-23sc: sal_Bool->boolNoel Grandin1-5/+5
2014-04-23coverity#708023 Uninitialized scalar fieldCaolán McNamara1-3/+7
2014-04-06whitespace cleanup in scMarkus Mohrhard2-4/+0
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2014-02-14sal_Bool->boolNoel Grandin1-8/+8
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-4/+4
2013-10-21drop OSL_ENSURE about STRING_MAXLENCaolán McNamara1-2/+0
2013-10-20drop unnecessary tools/string includesCaolán McNamara2-6/+6
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-1/+1
2013-10-08convert sc/source/filter/dif/*.cxx from String to OUStringNoel Grandin2-8/+6
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-1/+1
2013-05-27we need a reference to the DifParser.aData, fdo#64920Markus Mohrhard1-25/+14
2013-05-22AppendAscii cleanupRicardo Montania1-6/+3
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-18/+18
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-27More of the same...Kohei Yoshida1-51/+43
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida1-3/+1
2013-03-22More on removing direct use of cell classes...Kohei Yoshida1-5/+1
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida1-17/+28
2013-03-16sc: translate some debug messagesThomas Arnhold2-12/+12
2013-02-17coverity: fix memory leakMarkus Mohrhard1-1/+1
2013-02-15coverity: fix memory leakMarkus Mohrhard1-0/+2
2012-12-15Some cppcheck cleaning in scJulien Nabet1-2/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks2-46/+28
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara1-11/+11
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke1-24/+36
2012-02-27merge GetString variantsCaolán McNamara1-2/+2
2012-02-09ByteString,UniString to rtl variants.Kohei Yoshida1-76/+83
2012-01-24use write_uInt16s_FromOUString patternCaolán McNamara1-1/+1
2012-01-10force users of horrific ReadUniOrByteStringLine to provide the charsetCaolán McNamara1-2/+2
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-4/+4
2011-11-27remove include of pch header from scNorbert Thiebaud2-4/+0
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard1-2/+2
2011-08-26String to rtl::OUString.Kohei Yoshida1-12/+13