summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-08-17No need for pointers here, use referencesMatteo Casalin1-7/+7
2013-08-17sal_Bool to boolTakeshi Abe4-72/+72
2013-08-17Mark as constTakeshi Abe6-6/+6
2013-08-17WaE: C4305: 'argument' : truncation from 'int' to 'const bool'Tor Lillqvist1-1/+11
2013-08-16import .xlsx files saved by Calc before fdo#59727 was patchedWinfried Donkers1-2/+12
2013-08-16fdo#37230 Add legacy cell selection behavior and config. optionTomaž Vajngerl8-16/+83
2013-08-16pass gb_DEBUG_CFLAGS for the remaining NOOPT filesMichael Stahl1-1/+1
2013-08-16cppcheck: memory leak + test rResult before freeing itJulien Nabet1-2/+4
2013-08-16fix for bnc#834705 missing drop downs for autofilterNoel Power3-4/+33
2013-08-15Make this a separate function.Kohei Yoshida2-30/+39
2013-08-15corrected description strings of 'criteria'Eike Rathke1-7/+7
2013-08-15get rid of tabs from mergeEike Rathke1-151/+151
2013-08-15Mark as constTakeshi Abe1-18/+18
2013-08-15convert GetName/Title/Description methods to OUStringIvan Timofeev1-7/+5
2013-08-15convert include/svtools/imap*.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-15convert include/svtools/insdlg.hxx from String to OUStringNoel Grandin1-3/+3
2013-08-15convert include/svtools/parhtml.hxx from String to OUStringNoel Grandin1-5/+5
2013-08-15convert include/svtools/transfer.hxx from String to OUStringNoel Grandin1-8/+8
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida10-22/+31
2013-08-15resolved fdo#67571 write flags and formula token array againEike Rathke1-33/+33
2013-08-14import/export WEBSERVICE and FILTERXML from/to .xls BIFFEike Rathke1-2/+2
2013-08-14import/export WEBSERVICE and FILTERXML from/to .xlsxEike Rathke1-2/+2
2013-08-14Do the same when inserting columns.Kohei Yoshida4-3/+57
2013-08-14Revert "Revert "Always disable anti-aliasing for drawing cell borders." fdo#6...Kohei Yoshida1-4/+26
2013-08-14convert Read/WriteUserData methods to OUString and boolIvan Timofeev6-47/+44
2013-08-14Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805Noel Power1-26/+4
2013-08-14fdo#59727 fix #NAME?-error with add-in functions on (re)open of xlsxWinfried1-0/+13
2013-08-14Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand3-19/+25
2013-08-14convert GetSelectionText... methods to OUString and boolIvan Timofeev4-12/+8
2013-08-14XubString->OUStringCaolán McNamara1-2/+2
2013-08-13Do the same when deleting rows.Kohei Yoshida4-6/+42
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida9-15/+144
2013-08-13Try to re-group without ungrouping all cells.Kohei Yoshida1-31/+77
2013-08-13Add test for reference update on shared formulas.Kohei Yoshida2-0/+65
2013-08-13Ensure iterators are value-initializedStephan Bergmann2-18/+2
2013-08-13Unused memeberStephan Bergmann1-1/+0
2013-08-12Compile token array only once per formula group.Kohei Yoshida5-18/+38
2013-08-12Return something.Kohei Yoshida1-0/+2
2013-08-12This is clearly a bug. Let's fix it.Kohei Yoshida1-1/+1
2013-08-12Ungroup a cell when the group length becomes 1.Kohei Yoshida1-6/+18
2013-08-12Fix indentation.Kohei Yoshida1-6/+6
2013-08-12We still need to update cell positions for non-top cells.Kohei Yoshida2-12/+38
2013-08-12Do the splitting of formula groups.Kohei Yoshida4-9/+40
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida7-6/+160
2013-08-12If the formula cell is grouped, update reference only on the top cell.Kohei Yoshida1-0/+4
2013-08-12Export shared formulas to xls, from the new shared formula in the core.Kohei Yoshida4-36/+21
2013-08-12Fix the (Windows) build. No idea how this was buildable on Linux.Kohei Yoshida1-2/+2
2013-08-12Detect self-referencing groups, and disable group-calculation.Kohei Yoshida2-6/+96
2013-08-12Fix import of negative relative row reference from xls.Kohei Yoshida1-1/+1
2013-08-12Disable vectorization on named ranges for now.Kohei Yoshida2-26/+3