summaryrefslogtreecommitdiff
path: root/sc/source/filter/dif
AgeCommit message (Expand)Author
2014-10-04fdo#39468 Translate German Comments - difimp and htmlimpChristian M. Heller
2014-10-01fdo#39468 Translate German Comments - sc/cource/filter/difChristian M. Heller
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-05coverity#705207 Missing break in switchCaolán McNamara
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-11fix-includes.pl: scThomas Arnhold
2014-04-27Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-23coverity#708023 Uninitialized scalar fieldCaolán McNamara
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-14sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin
2013-10-21drop OSL_ENSURE about STRING_MAXLENCaolán McNamara
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-08convert sc/source/filter/dif/*.cxx from String to OUStringNoel Grandin
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke
2013-05-27we need a reference to the DifParser.aData, fdo#64920Markus Mohrhard
2013-05-22AppendAscii cleanupRicardo Montania
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-27More of the same...Kohei Yoshida
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida
2013-03-22More on removing direct use of cell classes...Kohei Yoshida
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida
2013-03-16sc: translate some debug messagesThomas Arnhold
2013-02-17coverity: fix memory leakMarkus Mohrhard
2013-02-15coverity: fix memory leakMarkus Mohrhard
2012-12-15Some cppcheck cleaning in scJulien Nabet
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-06-13reduce use of UniString ctor from null-terminated unicodearrayCaolán McNamara
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-04-10resolved fdo#48501 enable line size >64k in SvStream::Read*Line()Eike Rathke
2012-02-27merge GetString variantsCaolán McNamara
2012-02-09ByteString,UniString to rtl variants.Kohei Yoshida
2012-01-24use write_uInt16s_FromOUString patternCaolán McNamara
2012-01-10force users of horrific ReadUniOrByteStringLine to provide the charsetCaolán McNamara
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-05-27Follow-up of DBG_* removalJacek Wolszczak
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-03-29switch sc to gbuildNorbert Thiebaud
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-02-21[PATCH 02/10] Remove deprecated List container.npcdoom