summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-08-19Revert "Seems unused too"Julien Nabet1-0/+5
2013-08-19Return on NULL right away, to avoid null dereferencing below.Kohei Yoshida1-1/+1
2013-08-19fdo#67699: Don't forget to set filter name to the descriptor.Kohei Yoshida1-0/+10
2013-08-19Seems unused tooJulien Nabet1-5/+0
2013-08-19fdo#67699: Remove a whole bunch of old hacks.Kohei Yoshida1-331/+174
2013-08-19Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead (part2)Julien Nabet2-14/+14
2013-08-19sc/externalrefmgr: reduce individual cell queriesPierre-Eric Pelloux-Prayer1-9/+18
2013-08-19sc/externalrefmgr: batch same-type cells copyPierre-Eric Pelloux-Prayer1-8/+73
2013-08-19set some default widths/heights for validate multiline edit boxesCaolán McNamara2-5/+5
2013-08-19erroralerttabpage.ui widgetsManal Alhassoun6-138/+236
2013-08-18Simplify a bitJulien Nabet1-15/+7
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