summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-04-04LOK - Calc: beyond row 65535 it is not possibile to resize a rowcp-5.3-4Marco Cecchetti2-2/+2
2017-04-04LOK - Calc: lift row limit to 500kMarco Cecchetti1-1/+1
2017-04-04LOK - Calc: row/column headers are updated fasterMarco Cecchetti2-103/+328
2017-04-04LOK - Calc: make computation of cell cursor position fasterMarco Cecchetti3-0/+31
2017-04-04LOK - Calc: invalidation of cached row/col positions on several casesMarco Cecchetti2-2/+34
2017-04-04LOK - Calc: document size as sum of row heights/col widths in pixelMarco Cecchetti3-6/+107
2017-04-04LOK - Calc: a cache-like structure for row/col positions in the documentMarco Cecchetti2-0/+198
2017-04-04handle date autofilter entries correctly, tdf#106214Markus Mohrhard4-26/+35
2017-03-31LOK: Calc: unit test for invalidation on insert imageMarco Cecchetti2-0/+44
2017-03-31sc lok: Make the FmFormView we need for drawinglayer persistent.Jan Holesovsky2-4/+8
2017-03-29LOK: Calc: limiting undo and add support for repair modeMarco Cecchetti2-0/+161
2017-03-29LOK: Calc - images are not painted below row 1000Marco Cecchetti1-8/+3
2017-03-26Re-introduce a check I dropped in 7ceda09f6780c954fedc49764d5457aa2616b39aTor Lillqvist1-1/+2
2017-03-26A 'CondFmt' record can have a maximum of three CF records following (eek)Tor Lillqvist2-6/+16
2017-03-26Make sure that the 'stAuthor' field of a 'NoteSh' structure filfills the specTor Lillqvist1-1/+7
2017-03-26tdf#104729 FILESAVE Save author name in comment during export to .xlsxBartosz Kosiorek3-0/+24
2017-03-26Write the 'FtNts' subrecord of 'Obj' when necessaryTor Lillqvist1-1/+20
2017-03-26It's SetSliceSize, not SetSliceLenTor Lillqvist1-2/+2
2017-03-26Use symbolic constants instead of hardcoded numbersTor Lillqvist2-10/+9
2017-03-26The 'fLockObj' field of an 'ObjProtect' MUST be 0x0001 says the specTor Lillqvist1-1/+2
2017-03-26The 'reserved1' bit of a 'Formula' MUST be zero according to current specTor Lillqvist1-1/+1
2017-03-26Set the 'unused2' bit of 'Font' to 1 iff 'uls' is greater than 0 per specTor Lillqvist1-0/+2
2017-03-24tdf#106047 Fix case-insensitive search in autofilterVitaliy Anderson1-4/+4
2017-03-24tdf#104383: prevent crash during file load.Kohei Yoshida1-2/+14
2017-03-23sc lok: Edit annotation by idPranav Kant3-4/+30
2017-03-23sc lok: Delete cell note by IdPranav Kant3-2/+24
2017-03-17the range should be updated after the references, tdf#104026Markus Mohrhard1-3/+3
2017-03-17Resolves: tdf#102777 broadcast SC_TAB_INSERTED when inserting scenarioEike Rathke1-0/+3
2017-03-16don't forget to set the managed flag, tdf#105544Markus Mohrhard1-0/+1
2017-03-16fix conditional format import from XLSB, tdf#105486Markus Mohrhard1-1/+3
2017-03-16tdf#106456, don't try to use invalid ranges in external ref codeMarkus Mohrhard1-0/+6
2017-03-16Resolves: tdf#106459 3D reference can't be handled as vector referenceEike Rathke1-0/+4
2017-03-10tdf#95612: Print preview: page numbering starts with 1 (not 0)Katarina Behrens1-3/+3
2017-03-10tdf#101904 Fix Date deleting in SCalcJean-Sebastien Bevilacqua1-4/+65
2017-03-10tdf#104117 set template parameter sal_Int64 for randomTomaž Vajngerl1-1/+1
2017-03-02LOK: Calc: autocomplete makes view to jump to a different placeMarco Cecchetti1-1/+5
2017-03-01xPoolHelper is empty in a clipboard docMarkus Mohrhard1-1/+1
2017-03-01Resolves: tdf#105854 retain popover if it has the same pos, size and settingsCaolán McNamara3-4/+28
2017-02-28lok: these are not always plain asciiPranav Kant1-1/+1
2017-02-28Improve readability.Jan Holesovsky1-5/+5
2017-02-28tdf#84323: Make osl::Condition::wait more readableFakabbir Amin1-4/+3
2017-02-28sc lok: Unit tests for Comments APIPranav Kant1-0/+93
2017-02-24Resolves: tdf#105667 forget target area's caption pointer in Merge UndoEike Rathke1-1/+7
2017-02-24Resolves: tdf#106089 generate range string with current address conventionEike Rathke1-2/+15
2017-02-20Resolves: tdf#105858 check SC_DPOUT_MAXLEVELS to prevent crashEike Rathke1-47/+71
2017-02-18sc tiled rendering: We keep increasing the precision here...Jan Holesovsky1-3/+3
2017-02-18LOK - Calc: Increase the row limit to 10.000 rows.Marco Cecchetti2-49/+243
2017-02-18sc lok: Limit number of row with LOK to 1000 rows.Henry Castro3-2/+27
2017-02-18sc rowlimit: Make the cursor better fit the rendering.Marco Cecchetti1-2/+3
2017-02-18sc: author, date not mandatory now for .uno:InsertAnnotationPranav Kant1-9/+6