summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-28Make these non inline.Kohei Yoshida1-2/+2
2014-04-28unusedcode.easy: remove SwapWithinGroupJulien Nabet1-1/+0
2014-04-25fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida1-0/+2
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers2-0/+17
2014-04-25fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida2-2/+4
2014-04-24add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard1-1/+3
2014-04-24sc filter: Read "FilterOptions" in HTML export filterTomaž Vajngerl1-1/+1
2014-04-24sc: Add F-Test to StatisticsTomaž Vajngerl1-0/+1
2014-04-23Now these two methods are unused.Kohei Yoshida1-4/+0
2014-04-23These are not needed.Kohei Yoshida1-2/+0
2014-04-23SwapRow() is no more!Kohei Yoshida2-2/+0
2014-04-23New method SortReorderByRow() for the new row-based reordering.Kohei Yoshida1-1/+2
2014-04-23Apply sorted patterns as ranges instead of row-by-row.Kohei Yoshida1-0/+48
2014-04-23Skip adjustment of row height when all rows have the same height.Kohei Yoshida2-0/+4
2014-04-23Update script types of all cells in sort range ahead of time.Kohei Yoshida3-0/+3
2014-04-23Handle reordering of row hidden and filtered flags during sort.Kohei Yoshida2-12/+50
2014-04-23Move cell notes too when sorting.Kohei Yoshida1-1/+3
2014-04-23Use the mdds storage types directly rather than using CellValues.Kohei Yoshida1-1/+0
2014-04-23Handle sorting of broadcasters correctly.Kohei Yoshida2-0/+6
2014-04-23Retrieve and store broadcasters into data table.Kohei Yoshida1-0/+2
2014-04-23Correctly set the positions of sorted formula cells.Kohei Yoshida2-1/+2
2014-04-23Avoid using SwapRow() when sorting.Kohei Yoshida3-0/+15
2014-04-23Have CellValues handle text attribute values as well.Kohei Yoshida1-0/+8
2014-04-23Store cell text attribute pointers during initialization.Kohei Yoshida2-0/+6
2014-04-23sc: sal_Bool->boolNoel Grandin5-21/+21
2014-04-19fixincludeguards.sh: scThomas Arnhold229-474/+474