summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Add edit text iterator that iterates through only edit text cells.Kohei Yoshida2013-08-208-0/+249
* fdo#53032 - Use the right mark area to undo paste of RTF.Michael Meeks2013-08-201-4/+4
* Revert "Seems unused too"Julien Nabet2013-08-191-0/+5
* Return on NULL right away, to avoid null dereferencing below.Kohei Yoshida2013-08-191-1/+1
* fdo#67699: Don't forget to set filter name to the descriptor.Kohei Yoshida2013-08-191-0/+10
* Seems unused tooJulien Nabet2013-08-191-5/+0
* fdo#67699: Remove a whole bunch of old hacks.Kohei Yoshida2013-08-191-331/+174
* Fix deprecated: use rtl::isAsciiDigit/isAsciiAlpha instead (part2)Julien Nabet2013-08-192-14/+14
* sc/externalrefmgr: reduce individual cell queriesPierre-Eric Pelloux-Prayer2013-08-191-9/+18
* sc/externalrefmgr: batch same-type cells copyPierre-Eric Pelloux-Prayer2013-08-191-8/+73
* set some default widths/heights for validate multiline edit boxesCaolán McNamara2013-08-192-5/+5
* erroralerttabpage.ui widgetsManal Alhassoun2013-08-196-138/+236
* Simplify a bitJulien Nabet2013-08-181-15/+7
* No need for pointers here, use referencesMatteo Casalin2013-08-171-7/+7
* sal_Bool to boolTakeshi Abe2013-08-174-72/+72
* Mark as constTakeshi Abe2013-08-176-6/+6
* WaE: C4305: 'argument' : truncation from 'int' to 'const bool'Tor Lillqvist2013-08-171-1/+11
* import .xlsx files saved by Calc before fdo#59727 was patchedWinfried Donkers2013-08-161-2/+12
* fdo#37230 Add legacy cell selection behavior and config. optionTomaž Vajngerl2013-08-168-16/+83
* pass gb_DEBUG_CFLAGS for the remaining NOOPT filesMichael Stahl2013-08-161-1/+1
* cppcheck: memory leak + test rResult before freeing itJulien Nabet2013-08-161-2/+4
* fix for bnc#834705 missing drop downs for autofilterNoel Power2013-08-163-4/+33
* Make this a separate function.Kohei Yoshida2013-08-152-30/+39
* corrected description strings of 'criteria'Eike Rathke2013-08-151-7/+7
* get rid of tabs from mergeEike Rathke2013-08-151-151/+151
* Mark as constTakeshi Abe2013-08-151-18/+18
* convert GetName/Title/Description methods to OUStringIvan Timofeev2013-08-151-7/+5
* convert include/svtools/imap*.hxx from String to OUStringNoel Grandin2013-08-151-1/+1
* convert include/svtools/insdlg.hxx from String to OUStringNoel Grandin2013-08-151-3/+3
* convert include/svtools/parhtml.hxx from String to OUStringNoel Grandin2013-08-151-5/+5
* convert include/svtools/transfer.hxx from String to OUStringNoel Grandin2013-08-151-8/+8
* Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida2013-08-1410-22/+31
* resolved fdo#67571 write flags and formula token array againEike Rathke2013-08-151-33/+33
* import/export WEBSERVICE and FILTERXML from/to .xls BIFFEike Rathke2013-08-141-2/+2
* import/export WEBSERVICE and FILTERXML from/to .xlsxEike Rathke2013-08-141-2/+2
* Do the same when inserting columns.Kohei Yoshida2013-08-144-3/+57
* Revert "Revert "Always disable anti-aliasing for drawing cell borders." fdo#6...Kohei Yoshida2013-08-141-4/+26
* convert Read/WriteUserData methods to OUString and boolIvan Timofeev2013-08-146-47/+44
* Revert "Always disable anti-aliasing for drawing cell borders." fdo#60805Noel Power2013-08-141-26/+4
* fdo#59727 fix #NAME?-error with add-in functions on (re)open of xlsxWinfried2013-08-141-0/+13
* Resolves: #i122149# Corrected stuff around polygon-based clip regionsArmin Le Grand2013-08-143-19/+25
* convert GetSelectionText... methods to OUString and boolIvan Timofeev2013-08-144-12/+8
* XubString->OUStringCaolán McNamara2013-08-141-2/+2
* Do the same when deleting rows.Kohei Yoshida2013-08-134-6/+42
* Regroup formula cells later in columns where references are updated.Kohei Yoshida2013-08-139-15/+144
* Try to re-group without ungrouping all cells.Kohei Yoshida2013-08-131-31/+77
* Add test for reference update on shared formulas.Kohei Yoshida2013-08-132-0/+65
* Ensure iterators are value-initializedStephan Bergmann2013-08-132-18/+2
* Unused memeberStephan Bergmann2013-08-131-1/+0
* Compile token array only once per formula group.Kohei Yoshida2013-08-125-18/+38