summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2013-11-18Handle global range names and use CreateString() during xlsx import.Kohei Yoshida1-6/+6
2013-11-17use the correct formula grammar for export, fdo#71549Markus Mohrhard1-1/+1
2013-11-14Do everything on main thread when the thread count is 1.Kohei Yoshida1-37/+50
2013-11-14fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.TWinfried Donkers2-2/+6
2013-11-14rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann1-1/+1
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann5-6/+2
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-49/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-2/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-2/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-31/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-31/+0
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin17-36/+36
2013-11-13We don't use the static OpenCL kernels any moreTor Lillqvist1-2/+0
2013-11-13Don't compile the static OpenCL kernels while loading a spreadsheetTor Lillqvist7-57/+1
2013-11-13introduced FormulaGrammar::GRAM_OOXML with FormulaLanguage::OOXMLEike Rathke2-6/+6
2013-11-12Avoid using UNO API formula tokens.Kohei Yoshida1-2/+10
2013-11-12Reduce the amount of RPM token generation.Kohei Yoshida1-0/+4
2013-11-12Translate German commentsPhilipp Weissenbacher3-85/+76
2013-11-11Group formula cells if we can, to avoid cloning of token array instances.Kohei Yoshida1-1/+18
2013-11-11Store the formula cell instance in cache rather than the token array.Kohei Yoshida1-9/+15
2013-11-11Create formula cells there...Kohei Yoshida1-12/+16
2013-11-11Cache previous formula tokens to avoid formula re-compilations.Kohei Yoshida1-2/+83
2013-11-11We don't need to put this in a separate thread.Kohei Yoshida2-39/+11
2013-11-11Move the API guard out of the worker threads onto the manager thread.Kohei Yoshida1-1/+7
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin4-37/+37
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-2/+2
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin5-34/+34
2013-11-08fdo#70797 add Excel 2010 functionsWinfried Donkers2-2/+12
2013-11-07we need to use ScDocumentImport for all callsMarkus Mohrhard1-2/+2
2013-11-06Perform formula cell compilations in multiple threads during xlsx import.Kohei Yoshida2-112/+244
2013-11-06Keep the integer type in sync and remove unused data members.Kohei Yoshida2-15/+9
2013-11-06Avoid using an extra buffer when the name doesn't contain double-quotes.Kohei Yoshida1-1/+1
2013-11-06Avoid duplication of ScTokenArray during formula cell construction.Kohei Yoshida2-5/+3
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida10-12/+12
2013-11-06Check all call sites of CompileString() and make sure we don't leak.Kohei Yoshida2-2/+4
2013-11-06This method is now unused.Kohei Yoshida2-11/+0
2013-11-06Compile formulas using internal API directly...Kohei Yoshida1-4/+14
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin5-10/+9
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin3-4/+4
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin4-9/+9
2013-11-04Import data tables from xlsx via ScDocumentImport.Kohei Yoshida2-60/+69
2013-11-04Have all formula cells start listening at once after the file load.Kohei Yoshida2-5/+0
2013-11-04Insert matrix formula vis ScDocumentImport, and more formula imorts.Kohei Yoshida2-32/+12
2013-11-04Populate raw cell values using ScDocumentImport.Kohei Yoshida6-32/+39
2013-11-04Set up ScDocumentImport accessor and initialize it.Kohei Yoshida2-11/+26
2013-11-04fdo#71081 add Excel 2010 functions BINOM.DIST and BINOM.INVWinfried Donkers2-2/+6
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1
2013-11-04remove redundant calls to OUString constructorNoel Grandin4-33/+33
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin4-5/+5
2013-11-02resolved fdo#67572 export add-in equivalents as internal to .xlsxEike Rathke2-11/+17