summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2014-09-03write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke1-3/+4
2014-08-22correct references after sort, fdo#79441Eike Rathke1-0/+8
2014-07-30fdo#80501: Ensure that we notify each listener only once.Kohei Yoshida2-5/+1
2014-07-29fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida4-11/+10
2014-07-28fdo#81617: Split formula groups at sort range boundaries.Kohei Yoshida1-0/+1
2014-07-19bnc#885548: Initial work on importing revisions from xlsx.Kohei Yoshida2-1/+2
2014-07-15fdo#81309: Adjust references during sort.Kohei Yoshida11-23/+210
2014-07-15Preserve the "end of list" flag for xls round-tripping.Kohei Yoshida1-10/+16
2014-07-14resolved fdo#79441 keep 3D references intact during sortEike Rathke1-1/+1
2014-07-03bnc#812796: Correctly handle static value array for OOXML charts.Kohei Yoshida1-0/+4
2014-06-23fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida3-2/+11
2014-06-12fdo#77506: More reliable way to determine label strings.Kohei Yoshida1-0/+2
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara1-1/+1
2014-05-27resolved fdo#79228 resync ScPatternAttr if changed in GetNeededSize()Eike Rathke2-1/+22
2014-05-23fdo#79011: Properly implement the search results dialog as modeless.Kohei Yoshida1-0/+1
2014-05-21Avoid unnecessary cloning of ScRawToken during token check.Kohei Yoshida1-1/+1
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida1-1/+2
2014-05-21Finer grained ODS import mode selection.Kohei Yoshida1-1/+8
2014-05-21Let's use constant uno name for these.Kohei Yoshida1-0/+2
2014-05-21Let's not use ScDocument as a convenient "anything goes" storage place.Kohei Yoshida2-8/+9
2014-05-21Turn the mouse cursor to the "wait hand" during the external link update.Kohei Yoshida1-0/+9
2014-05-21cp#1000072: Populate cache tables when updating all external links.Kohei Yoshida1-0/+24
2014-05-21Localize this string.Kohei Yoshida1-1/+2
2014-05-21cp#1000072: Stop the external doc shell timer while mass-updating.Kohei Yoshida1-0/+4
2014-05-21cp#1000072: Load external documents when refreshing caches.Kohei Yoshida1-1/+6
2014-05-21ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks1-1/+3
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks1-0/+3
2014-05-20kill some old 16 bit column indicesMarkus Mohrhard1-12/+12
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin1-2/+2
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida1-0/+3
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-3/+0
2014-05-19add COLOR functionMarkus Mohrhard1-0/+1
2014-05-14Update the method comment and add assertion per what the comment says.Kohei Yoshida1-2/+3
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida1-2/+1
2014-05-14Keep only one class for toolbox color controlsMaxim Monastirsky1-1/+0
2014-05-13fdo#78402: Write test for this.Kohei Yoshida1-2/+2
2014-05-13remove dead codeNoel Grandin4-15/+0
2014-05-12Move this function object to o3tl.Kohei Yoshida1-13/+0
2014-05-11fix-includes.pl: scThomas Arnhold65-248/+144
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold2-0/+133
2014-05-09resolve fdo#77509 memory corruption / crash in ConsolidateEike Rathke1-4/+3
2014-05-07remove uncompiled source filesThomas Arnhold1-8/+0
2014-05-06fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida2-2/+2
2014-05-06Let's make this non-inline...Kohei Yoshida1-6/+2
2014-05-05fdo#78054: Initialize drawing layer when the document contains notes.Kohei Yoshida1-4/+5
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida1-0/+8
2014-05-02Implement "fill single edit" mode and map it to Ctrl-' by default.Kohei Yoshida2-1/+2
2014-05-01fdo#77806: Use the common block position set for start and end listening.Kohei Yoshida1-2/+5
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida6-15/+74
2014-04-29fdo#74650: Speed up GetFilteredFilterEntries().Kohei Yoshida1-1/+4