summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-08-18Simplify a bitJulien Nabet
2013-08-17No need for pointers here, use referencesMatteo Casalin
2013-08-17sal_Bool to boolTakeshi Abe
2013-08-17Mark as constTakeshi Abe
2013-08-17WaE: C4305: 'argument' : truncation from 'int' to 'const bool'Tor Lillqvist
2013-08-16import .xlsx files saved by Calc before fdo#59727 was patchedWinfried Donkers
2013-08-16fdo#37230 Add legacy cell selection behavior and config. optionTomaž Vajngerl
2013-08-16pass gb_DEBUG_CFLAGS for the remaining NOOPT filesMichael Stahl
2013-08-16cppcheck: memory leak + test rResult before freeing itJulien Nabet
2013-08-16fix for bnc#834705 missing drop downs for autofilterNoel Power
2013-08-15Make this a separate function.Kohei Yoshida
2013-08-15corrected description strings of 'criteria'Eike Rathke
2013-08-15get rid of tabs from mergeEike Rathke
2013-08-15Mark as constTakeshi Abe
2013-08-15convert GetName/Title/Description methods to OUStringIvan Timofeev
2013-08-15convert include/svtools/imap*.hxx from String to OUStringNoel Grandin
2013-08-15convert include/svtools/insdlg.hxx from String to OUStringNoel Grandin
2013-08-15convert include/svtools/parhtml.hxx from String to OUStringNoel Grandin
2013-08-15convert include/svtools/transfer.hxx from String to OUStringNoel Grandin
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida
2013-08-15resolved fdo#67571 write flags and formula token array againEike Rathke
2013-08-14import/export WEBSERVICE and FILTERXML from/to .xls BIFFEike Rathke
2013-08-14import/export WEBSERVICE and FILTERXML from/to .xlsxEike Rathke
2013-08-14Do the same when inserting columns.Kohei Yoshida
2013-08-14Revert "Revert "Always disable anti-aliasing for drawing cell borders." fdo#6...Kohei Yoshida
2013-08-14convert Read/WriteUserData methods to OUString and boolIvan Timofeev
2013-08-14Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805Noel Power
2013-08-14fdo#59727 fix #NAME?-error with add-in functions on (re)open of xlsxWinfried
2013-08-14Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand
2013-08-14convert GetSelectionText... methods to OUString and boolIvan Timofeev
2013-08-14XubString->OUStringCaolán McNamara
2013-08-13Do the same when deleting rows.Kohei Yoshida
2013-08-13Regroup formula cells later in columns where references are updated.Kohei Yoshida
2013-08-13Try to re-group without ungrouping all cells.Kohei Yoshida
2013-08-13Add test for reference update on shared formulas.Kohei Yoshida
2013-08-13Ensure iterators are value-initializedStephan Bergmann
2013-08-13Unused memeberStephan Bergmann
2013-08-12Compile token array only once per formula group.Kohei Yoshida
2013-08-12Return something.Kohei Yoshida
2013-08-12This is clearly a bug. Let's fix it.Kohei Yoshida
2013-08-12Ungroup a cell when the group length becomes 1.Kohei Yoshida
2013-08-12Fix indentation.Kohei Yoshida
2013-08-12We still need to update cell positions for non-top cells.Kohei Yoshida
2013-08-12Do the splitting of formula groups.Kohei Yoshida
2013-08-12Collect all boundaries at which to split the formula group.Kohei Yoshida
2013-08-12If the formula cell is grouped, update reference only on the top cell.Kohei Yoshida
2013-08-12Export shared formulas to xls, from the new shared formula in the core.Kohei Yoshida
2013-08-12Fix the (Windows) build. No idea how this was buildable on Linux.Kohei Yoshida
2013-08-12Detect self-referencing groups, and disable group-calculation.Kohei Yoshida
2013-08-12Fix import of negative relative row reference from xls.Kohei Yoshida