summaryrefslogtreecommitdiff
path: root/sc/source/filter/qpro
AgeCommit message (Expand)AuthorFilesLines
2014-04-29coverity#1210163 Uninitialized scalar variableCaolán McNamara1-1/+2
2014-04-29coverity#1210164 Uninitialized scalar variableCaolán McNamara1-1/+2
2014-04-23sc: sal_Bool->boolNoel Grandin2-3/+3
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida2-6/+9
2014-04-04coverity#708054 Uninitialized scalar fieldCaolán McNamara1-4/+5
2014-04-01coverity#704264 Logically dead codeCaolán McNamara1-7/+0
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-4/+4
2014-03-12std::strlen requires cstring include to buildLuboš Luňák1-1/+1
2014-02-14belt-and-braces, check for short readCaolán McNamara1-1/+1
2014-02-13fix QPro import filter, related #i41688#Markus Mohrhard1-1/+1
2014-02-13add documentation where to find spec and ile format docs for qproMarkus Mohrhard1-0/+4
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin3-17/+17
2014-01-28bool improvementsStephan Bergmann3-3/+3
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-1/+1
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-1/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/source/filter/qpro/*.cxx from String to OUStringNoel Grandin2-3/+3
2013-10-04convert sc/source/filter/inc/qpro*.hxx from String to OUStringNoel Grandin1-4/+4
2013-09-09CID#1079180 initialize bufferCaolán McNamara1-1/+2
2013-09-09CID#1079181 initialize bufferCaolán McNamara1-9/+9
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-1/+1
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida1-18/+12
2013-04-07Some cppcheck cleaningJulien Nabet1-2/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida3-3/+3
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida1-5/+6
2013-03-22More on removing direct use of cell classes...Kohei Yoshida1-1/+2
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks3-69/+42
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini1-4/+4
2012-07-27QuattroPro warningsEike Rathke [er]1-5/+15
2012-07-11Use rtl_zeroMemory in place of rtl_fillMemory(..., 0)Christophe JAILLET1-4/+4
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-19remove some UniString ctorsCaolán McNamara1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-05-31targetted SAL_N_ELEMENTS reversion.Michael Meeks1-1/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-1/+1
2011-12-21needs more work firstCaolán McNamara1-1/+1
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-1/+1
2011-12-15rename and refactor ScfTools::ReadCStringCaolán McNamara1-1/+1
2011-11-27remove include of pch header from scNorbert Thiebaud4-8/+0
2011-11-14ByteString->rtl::OString[Buffer]Caolán McNamara1-4/+4
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard1-4/+4
2011-03-29switch sc to gbuildNorbert Thiebaud1-58/+0
2011-03-14making sc/source/filter compile againBjoern Michaelsen1-2/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida3-24/+24
2011-02-06Migrate DEBUG to OSL_DEBUG_LEVELThomas Arnhold2-2/+2
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara1-2/+2
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko3-26/+26