summaryrefslogtreecommitdiff
path: root/sc/source/filter/ftools/ftools.cxx
AgeCommit message (Expand)Author
2019-11-03loplugin:stringaddNoel Grandin
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-01-23tdf#42949 Fix IWYU warnings in sc/source/filter/*cxxGabor Kelemen
2018-04-19convert SFXSTYLEBIT to scoped enumNoel Grandin
2018-04-17tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu
2018-02-05Translate German variable namesJohnny_M
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-07-05Revert "With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImpl"Stephan Bergmann
2017-06-30With ScFormatFilterMissing gone we don't need ScFormatFilterPluginImplTor Lillqvist
2017-04-28loplugin:salunicodeliteral: scStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-11-28orcus is mandatory nowMarkus Mohrhard
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin
2016-05-20convert SC_COMPILER to scoped enumNoel Grandin
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-05-22Remove include stdio (part5)Julien Nabet
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-06-25remove whitespaceMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara
2013-10-08convert sc/source/filter/ftools/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/filter/inc/f*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/filter/inc/lot*.hxx from String to OUStringNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-18Disable all features that rely on orcus.Kohei Yoshida
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-15fixesThomas Arnhold
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac