summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox
AgeCommit message (Expand)Author
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-27loplugin:literaltoboolconversionMiklos Vajna
2015-03-27we need to use the edit engine attibute id for rich text, tdf#89170Markus Mohrhard
2015-03-27a boolean variable is enoughMarkus Mohrhard
2015-03-26tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Austin Chen
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-24tdf#40835 add ODFF function FDISTWinfried Donkers
2015-03-24add minLength and maxLength support to databarsMarkus Mohrhard
2015-03-23loplugin:constantfunction: scNoel Grandin
2015-03-20tdf#89597: Resize formula buffers after adding a dummy sheetKatarina Behrens
2015-03-20Add const version of getDocImportKatarina Behrens
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann
2015-03-11Clean up previous commitStephan Bergmann
2015-03-11sc: use constructor syntax in scfilt.componentChris Sherlock
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl
2015-02-23import the document properties before the documentMarkus Mohrhard
2015-02-19boost->stdCaolán McNamara
2015-02-19make the code easier to readMarkus Mohrhard
2015-02-10ExtCfRule::maModel and CondFormatRule::mpDataBar are 2 distinct thingsKatarina Behrens
2015-02-10mbNeg means: a different colour for negative values is definedKatarina Behrens
2015-02-10tdf#68117 Partially fix boolean labels in XLSXUrsache Vladimir
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-02-05Related tdf#87356: import data bar [non-]gradient from OOXMLKatarina Behrens
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers
2015-01-18rename AddRange to SetRangeMarkus Mohrhard
2015-01-14add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-26callcatcher: update unused codeCaolán McNamara
2014-12-26coverity#982279 Resource leak in objectCaolán McNamara
2014-12-26coverity#735393 Resource leak in objectCaolán McNamara
2014-12-26what's with the void* + castingCaolán McNamara
2014-12-24OSL_ENSURE => SAL_WARNMarkus Mohrhard
2014-12-24reimplement shared formula import for xlsb, fdo#86734Markus Mohrhard
2014-12-23coverity#1260301 Using invalid iteratorCaolán McNamara
2014-12-22WaE: variables set but not usedTor Lillqvist
2014-12-22Remove unused includesMatúš Kukan
2014-12-19WaE: -Werror=unused-but-set-variableCaolán McNamara
2014-12-19remove operator>> and operator<< methodsNoel Grandin
2014-12-16implement an actually working setErrorCell() from BIFF error codesEike Rathke
2014-12-16fdo#79249 call formula compiler with error stringEike Rathke
2014-12-16correct error string, #N/A instead of #NAEike Rathke
2014-12-12remove operator>> and operator<< methodsNoel Grandin
2014-11-23make sure to check for formula first, fdo#80301Julien Nabet
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl