summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
AgeCommit message (Expand)AuthorFilesLines
2013-10-20drop unnecessary tools/string includesCaolán McNamara8-23/+18
2013-10-18convert remaining String in SC to OUStringNoel Grandin2-4/+4
2013-10-16CID#1103764 uninitialized scalar fieldCaolán McNamara1-7/+9
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist1-3/+0
2013-10-13Drop unused typedefs and #includesTakeshi Abe1-9/+1
2013-10-12Test _WIN32 instead of UNX as it's Windows that is the special caseTor Lillqvist1-4/+0
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida2-5/+17
2013-10-11Make the same change to the orcus interface & remove unused methods.Kohei Yoshida1-23/+0
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida1-1/+7
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida1-2/+1
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-10-08convert sc/source/filter/ftools/*.cxx from String to OUStringNoel Grandin1-4/+4
2013-10-04fdo#39674 fix some spellingThomas Arnhold1-1/+1
2013-10-04convert sc/source/filter/inc/Xcl*.hxx from String to OUStringNoel Grandin2-8/+8
2013-10-04convert source/filter/inc/*.hxx from String to OUStringNoel Grandin4-11/+11
2013-10-04convert sc/source/filter/inc/f*.hxx from String to OUStringNoel Grandin3-20/+15
2013-10-04convert sc/source/filter/inc/html*.hxx from String to OUStringNoel Grandin3-8/+8
2013-10-04convert sc/source/filter/inc/lot*.hxx from String to OUStringNoel Grandin4-11/+11
2013-10-04covnert sc/source/filter/inc/namebuff.hxx from String to OUStringNoel Grandin1-23/+23
2013-10-04convert sc/source/filter/inc/qpro*.hxx from String to OUStringNoel Grandin2-3/+3
2013-10-04convert sc/source/filter/inc/rtfparse.hxx from String to OUStringNoel Grandin3-5/+5
2013-10-04convert sc/source/filter/inc/tokstack.hxx from String to OUStringNoel Grandin1-12/+12
2013-10-04convert sc/source/filter/inc/xcl97rec.hxx from String to OUStringNoel Grandin1-6/+6
2013-10-04convert sc/source/file/inc/xe*.hxx from String to OUStringNoel Grandin10-45/+45
2013-10-04convert sc/source/filter/inc/xi*.hxx from String to OUStringNoel Grandin11-42/+43
2013-10-04convert sc/source/filter/inc/xl*.hxx from String to OUStringNoel Grandin8-31/+31
2013-10-03de-GetBuffer calcCaolán McNamara3-21/+4
2013-10-01Related: fdo#38838 remove UniString::AssignAsciiCaolán McNamara1-12/+12
2013-09-27Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara1-2/+2
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara10-18/+15
2013-09-19Work around another Excel bug with incorrect shared formula range.Kohei Yoshida2-3/+21
2013-09-19Add a heuristic to avoid always pre-compile OpenCL kernels (for xls).Kohei Yoshida1-2/+4
2013-09-19Pre-compile OpenCL kernels during xlsx file load as well.Kohei Yoshida1-0/+2
2013-09-19Set up a thread to compile OpenCL kernels during file load.Kohei Yoshida2-0/+31
2013-09-11Use ScDocumentImport to populate cell storage during xls import.Kohei Yoshida4-6/+12
2013-09-11String cleanupRicardo Montania1-8/+8
2013-09-09callcatcher: update unused codeCaolán McNamara1-1/+0
2013-09-08Import matrix formulas from xlsx without using UNO API.Kohei Yoshida1-3/+0
2013-09-08Make data member names consistent.Kohei Yoshida1-7/+9
2013-09-08fix emptyCaolán McNamara1-1/+1
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara1-4/+4
2013-09-02callcatcher: updated unused codeCaolán McNamara1-1/+0
2013-09-01Remove some unused code from unusedcode.easyMarcos Paulo de Souza2-3/+0
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin2-3/+3
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-16fix for bnc#834705 missing drop downs for autofilterNoel Power1-1/+3
2013-08-12Export shared formulas to xls, from the new shared formula in the core.Kohei Yoshida2-10/+1
2013-08-12Rework shared formula import in orcus handler.Kohei Yoshida2-0/+54
2013-08-12This code is no longer needed.Kohei Yoshida1-9/+0