summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excform.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-18coverity#1242538 Untrusted loop boundCaolán McNamara1-0/+10
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-4/+4
2014-11-03fdo#39468 Translate German Comments - final bits of sc/source/filter/Christian M. Heller1-2/+2
2014-06-25remove whitespaceMarkus Mohrhard1-11/+0
2014-06-17coverity#736887 Unintended sign extensionCaolán McNamara1-5/+6
2014-06-17coverity#706041 Unintended sign extensionCaolán McNamara1-5/+6
2014-06-17coverity#706038 Unintended sign extensionCaolán McNamara1-2/+2
2014-06-05coverity#736046 Missing break in switchCaolán McNamara1-0/+2
2014-06-05coverity#705209 Missing break in switchCaolán McNamara1-0/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-04-25fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida1-1/+3
2014-04-23sc: sal_Bool->boolNoel Grandin1-10/+10
2014-04-15CID#1202961 init class memberEike Rathke1-0/+1
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-2/+0
2014-02-14sal_Bool->boolNoel Grandin1-2/+2
2014-02-06fdo#74553: Use the shared formula column position Excel tells you...Kohei Yoshida1-1/+1
2014-01-28bool improvementsStephan Bergmann1-15/+15
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-4/+4
2013-12-04Never attempt to create formula groups based on Excel's shared formula ranges.Kohei Yoshida1-36/+13
2013-12-04Assign top cell to the formula group if it's still NULL.Kohei Yoshida1-9/+25
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist1-1/+1
2013-11-13Don't compile the static OpenCL kernels while loading a spreadsheetTor Lillqvist1-13/+0
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-1/+1
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida1-2/+3
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-1/+2
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-10-04convert source/filter/inc/*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04covnert sc/source/filter/inc/namebuff.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/filter/inc/tokstack.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-01Related: fdo#38838 remove UniString::AssignAsciiCaolán McNamara1-3/+3
2013-09-19"what!?" - Let's not say that...Kohei Yoshida1-2/+0
2013-09-19Work around another Excel bug with incorrect shared formula range.Kohei Yoshida1-30/+51
2013-09-19Add a heuristic to avoid always pre-compile OpenCL kernels (for xls).Kohei Yoshida1-3/+11
2013-09-19Set up a thread to compile OpenCL kernels during file load.Kohei Yoshida1-0/+5
2013-09-11Use ScDocumentImport to populate cell storage during xls import.Kohei Yoshida1-17/+9
2013-09-11Handle import of shared formula from xls more gracefully.Kohei Yoshida1-18/+19
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida1-1/+6
2013-08-12Compile token array only once per formula group.Kohei Yoshida1-0/+4
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida1-19/+18
2013-08-12Prepare for importing shared formulas as formula groups from xls.Kohei Yoshida1-69/+63
2013-07-30Now nobody accesses reference members directly. Make them private.Kohei Yoshida1-17/+12
2013-07-30More of the same. Will this ever end, I'm starting to wonder...Kohei Yoshida1-7/+7
2013-07-30More on avoiding direct access to data members.Kohei Yoshida1-8/+6
2013-07-30More on removing direct access to reference position members.Kohei Yoshida1-20/+12
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida1-31/+22
2013-07-03xls cells have all hard number format, fdo#66506Markus Mohrhard1-0/+1
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida1-0/+2
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara1-1/+1
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna1-2/+2