summaryrefslogtreecommitdiff
path: root/sc/source/filter/ftools/ftools.cxx
AgeCommit message (Expand)Author
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
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-09-07Move the orcus handling code from sc to scfilt.Kohei Yoshida
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
2011-12-21needs more work firstCaolán McNamara
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara
2011-12-15rename and refactor ScfTools::ReadCStringCaolán McNamara
2011-12-15refactor ScfTools::ReadCStringCaolán McNamara
2011-12-15convert ReadCString from ByteString to OStringCaolán McNamara
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-10-06woah, that's very not rightCaolán McNamara
2011-10-05can replace ScfTools::AppendCString with SvStream::ReadCStringCaolán McNamara
2011-09-28ByteString->rtl::OStringBufferCaolán McNamara
2011-06-17Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky
2011-06-10fix for fdo#37872: we don't allow points in range names any moreMarkus Mohrhard
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak
2011-03-26fix filter loading: export ScFilterCreateNorbert Thiebaud
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida