summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-11-22resolved fdo#38592 do not insert extraneous parameter in importEike Rathke2-8/+9
2013-11-20resolved fdo#70750 reverted inappropriate implementation of fdo#63546Eike Rathke1-59/+0
2013-11-08"%1 is replaced to ..." ... maybe, or maybe notEike Rathke6-18/+33
2013-11-08"%1 is replaced to column letter" ... so do itEike Rathke1-3/+1
2013-11-04fdo#69971 formula dialog crash when Paint restores EditEngine listenerCaolán McNamara1-0/+17
2013-11-02remember column style during XLSX import, fdo#70315Markus Mohrhard1-1/+3
2013-11-02no default LTR mode does not mean RTL, fdo#68097Markus Mohrhard1-1/+6
2013-11-01Resolves: fdo#71106 editing dde function crashesCaolán McNamara1-5/+9
2013-10-31resolved fdo#70815 broadcast emptied cell in ScColumn::SwapRow()Eike Rathke1-0/+6
2013-10-31resolved fdo#56209 reviving FilterFormulaParserEike Rathke5-0/+320
2013-10-29Related: fdo#69641 double iterateCodePoints doesn't make sense to meCaolán McNamara1-2/+2
2013-10-28fdo#70100 Detect single stream excel files with BOF ID 5Maxim Monastirsky1-0/+1
2013-10-13fixed another "Out of bounds substring access"Eike Rathke1-6/+5
2013-10-04compare against IDF_HARDATTR, fdo#69720Markus Mohrhard1-1/+1
2013-10-03Resolves: rhbz#1013844 fdo#47482 encrypted OOo 1.0 docs cannot be reopenedCaolán McNamara2-0/+10
2013-09-27fdo#69450 - IDF_ATTRIB & IDF_CONTENTS must be disjoint.Michael Meeks1-1/+1
2013-09-19Resolves: fdo#68431 style:font-name unknown in non autostyles in impress/drawCaolán McNamara2-1/+5
2013-09-16fdo#69091: Copying data from Base-table to Calc by drag and dropJulien Nabet1-1/+1
2013-09-09CID#1079180 initialize bufferCaolán McNamara1-1/+2
2013-09-09CID#1079181 initialize bufferCaolán McNamara1-9/+9
2013-09-07fix validity dialog with lists, fdo#65686Markus Mohrhard1-1/+1
2013-08-30resolved fdo#67836 do not overwrite already interpreted English cellEike Rathke1-6/+11
2013-08-27fdo#68581: The first paragraph text can be legitimately empty.Kohei Yoshida2-9/+9
2013-08-27Resolves: fdo#68555 use (current) consistent ok/cancel/help button orderCaolán McNamara1-8/+8
2013-08-26Ugly bad and nasty workaround for some dupplicate symbols issueFridrich Štrba2-0/+50
2013-08-26resolved fdo#68437 append the bDetectSpecialNumber "true" string in optionsEike Rathke1-1/+1
2013-08-24fdo#39484 - don't loose outlines while trying to undo formulae changes.Michael Meeks3-6/+8
2013-08-21fdo#68381 take care of cell notes on TransposeLaurent Godard1-0/+14
2013-08-21fdo#53032 - Use the right mark area to undo paste of RTF.Michael Meeks1-4/+4
2013-08-20Return on NULL right away, to avoid null dereferencing below.Kohei Yoshida1-1/+1
2013-08-19fdo#67699: Remove a whole bunch of old hacks.Kohei Yoshida1-332/+184
2013-08-19Resolves: fdo#68220 wrong index into source tableCaolán McNamara1-1/+1
2013-08-19fix for bnc#834705 missing drop downs for autofilterNoel Power3-4/+33
2013-08-16import .xlsx files saved by Calc before fdo#59727 was patchedWinfried Donkers1-2/+12
2013-08-15resolved fdo#67571 write flags and formula token array againEike Rathke1-33/+33
2013-08-14fdo#59727 fix #NAME?-error with add-in functions on (re)open of xlsxWinfried1-0/+13
2013-08-12fdo#37341 fix unending loop in calc with Goal SeekWinfried4-242/+179
2013-08-10resolved fdo#66205 call PostPaintCell() in Set...Cell() data entryEike Rathke1-0/+4
2013-08-09Resolves: fdo#67947 charsets not sorted in csv dialogCaolán McNamara1-0/+2
2013-08-06fix build with debug STLDavid Tardon1-7/+17
2013-08-05fdo#67684: Store imported text style entries, else they won't get exported.Kohei Yoshida1-0/+5
2013-08-05fdo#67099: Don't use edit engine for a single unformatted paragraph.Kohei Yoshida2-8/+38
2013-08-05fdo#67099: Remove overheads on inserting cells during ods import.Kohei Yoshida10-260/+485
2013-08-031st step fix for exporting SheetProtection fdo#64753 is to import correctlyNoel Power6-6/+117
2013-08-02Fix build.Thorsten Behrens1-1/+1
2013-08-02fdo#67489: Don't stop range search even when the first cell is empty.Kohei Yoshida2-2/+37
2013-08-02fdo#67621: Delay populating the ranges until the dialog is shown.Kohei Yoshida2-5/+15
2013-07-28fdo#61201: Don't forget to calculate row offset for external single ref.Kohei Yoshida1-0/+1
2013-07-28fdo#67246: Detect BIFF 2 (and 3) file format like we should.Kohei Yoshida1-4/+14
2013-07-26fix for fdo#62729 reference pos can point to non existing tableNoel Power3-0/+31