summaryrefslogtreecommitdiff
path: root/sc/source/filter/ftools
AgeCommit message (Expand)AuthorFilesLines
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard2-12/+0
2014-03-03Remove visual noise from scAlexander Wilms3-7/+7
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-2/+1
2013-11-20WIP: Do OpenCL compilation in advance in a worker threadTor Lillqvist1-26/+0
2013-11-13We don't use the static OpenCL kernels any moreTor Lillqvist1-2/+0
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara1-0/+1
2013-10-11Make the same change to the orcus interface & remove unused methods.Kohei Yoshida1-33/+0
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida1-3/+14
2013-10-08convert sc/source/filter/ftools/*.cxx from String to OUStringNoel Grandin1-8/+8
2013-10-04convert sc/source/filter/inc/f*.hxx from String to OUStringNoel Grandin3-19/+11
2013-10-04convert sc/source/filter/inc/lot*.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-12/+13
2013-09-19Be explicit on what kind of "kernels" we are compiling.Kohei Yoshida1-1/+1
2013-09-19Set up a thread to compile OpenCL kernels during file load.Kohei Yoshida1-0/+28
2013-09-18Disable all features that rely on orcus.Kohei Yoshida1-0/+9
2013-08-12Rework shared formula import in orcus handler.Kohei Yoshida1-0/+49
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann1-3/+3
2013-05-13fdo#46808 Convert chart2::FormattedString service to new styleNoel Grandin1-5/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2-8/+7
2013-03-15fixesThomas Arnhold1-1/+1
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir1-27/+27
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-2/+2
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks3-69/+42
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-7/+0
2012-09-07Move the orcus handling code from sc to scfilt.Kohei Yoshida1-2/+6
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-4/+3
2012-03-30callcatcher: regenerate unused code listCaolán McNamara1-18/+0
2012-03-29callcatcher: update listCaolán McNamara1-6/+0
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-3/+3
2011-12-21needs more work firstCaolán McNamara1-3/+3
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-3/+3
2011-12-15rename and refactor ScfTools::ReadCStringCaolán McNamara1-8/+3
2011-12-15refactor ScfTools::ReadCStringCaolán McNamara1-25/+6
2011-12-15convert ReadCString from ByteString to OStringCaolán McNamara1-3/+1
2011-11-27remove include of pch header from scNorbert Thiebaud3-6/+0
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon1-1/+1
2011-10-06woah, that's very not rightCaolán McNamara1-2/+3
2011-10-05can replace ScfTools::AppendCString with SvStream::ReadCStringCaolán McNamara1-13/+1
2011-09-29ByteString->rtl::OStringCaolán McNamara1-6/+7
2011-09-28ByteString->rtl::OStringBufferCaolán McNamara1-13/+16
2011-09-21Revert "remove newly unused methods", used againCaolán McNamara1-0/+6
2011-09-21callcatcher: remove newly unused methodsCaolán McNamara1-6/+0
2011-08-16Comment why I do this.Kohei Yoshida1-0/+3