summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)Author
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-08use more std::unique_ptr in ScDBCollection::NamedDBsNoel Grandin
2018-10-08use more std::unique_ptr in ScDPCollectionNoel Grandin
2018-10-06introduce SdrObjectUniquePtr typedefNoel Grandin
2018-10-03loplugin:mergeclass merge ScFullMatrix into ScMatrixNoel Grandin
2018-10-02Silence new Clang trunk -Wdefaulted-function-deletedStephan Bergmann
2018-10-02Fix typoAndrea Gelmini
2018-09-30ofz#10406 fuzzing oomCaolán McNamara
2018-09-29tdf#111980 sc optionbutton autoGroups different for form/activeXJustin Luth
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-09-24make all the related inheritences formatted the same wayCaolán McNamara
2018-09-19Removed duplicated includeAndrea Gelmini
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen
2018-09-17cppcheck: variableScope in scJochen Nitschke
2018-09-17New loplugin:externalStephan Bergmann
2018-09-14tdf#119841 Crash when pasting an HTML table from a web pageNoel Grandin
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-12loplugin:useuniqueptr in ScMyValidationsContainer::WriteMessageNoel Grandin
2018-09-12loplugin:useuniqueptr in ScFormatFilterNoel Grandin
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-09-09Avoid getTokenCount()Matteo Casalin
2018-09-09Bail out earlyMatteo Casalin
2018-09-09Reduce scopeMatteo Casalin
2018-09-09Avoid getTokenCountMatteo Casalin
2018-09-09Avoid getTokenCountMatteo Casalin
2018-09-09Avoid getTokenCountMatteo Casalin
2018-09-06tdf#116453: One less argument to pass to ScOrcusStyles.Kohei Yoshida
2018-09-05Resolves: tdf#118850 disentangle the twisted wrong cell type vs format typeEike Rathke
2018-09-05tdf#117287 When saving as Xlsx, export visible flag if comment is visbleIlhan Yesil
2018-09-05tdf#116453: Pick up non-UTF8 encoding and use it for string values.Kohei Yoshida
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen
2018-09-03loplugin:useuniqueptr in various in scNoel Grandin
2018-09-01Update orcus to 0.14.0.Kohei Yoshida
2018-08-29loplugin:useuniqueptr in XclExpDxfNoel Grandin
2018-08-29More -Werror=redundant-moveStephan Bergmann
2018-08-29loplugin:constantparam (2)Noel Grandin
2018-08-26get rid of aEndItr entirelyCaolán McNamara
2018-08-25crashtesting: cached deque::end invalidatedCaolán McNamara
2018-08-24pass ScChangeAction around by std::unique_ptrNoel Grandin
2018-08-23loop and then eraseNoel Grandin
2018-08-23std::list is overkill for small structuresNoel Grandin
2018-08-23simplify ScMyGeneratedListNoel Grandin
2018-08-23simplify ScMyDeletedListNoel Grandin
2018-08-22pass ScMyCellInfo around by std::unique_ptrNoel Grandin
2018-08-22Resolves: tdf#73063 preserve and roundtrip LCID from/to Excel number formatsEike Rathke
2018-08-22loplugin:useuniqueptr in ScChartListenerNoel Grandin
2018-08-22new loplugin:conststringfieldNoel Grandin
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov