summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* Typo: diferent -> differentJulien Nabet2014-04-281-1/+1
* Improve TabBar return typesNoel Grandin2014-04-282-7/+7
* coverity#708052 Uninitialized scalar fieldCaolán McNamara2014-04-281-0/+2
* coverity#708039 Uninitialized scalar fieldCaolán McNamara2014-04-282-4/+5
* coverity#708038 Uninitialized scalar fieldCaolán McNamara2014-04-281-5/+7
* coverity#708033 Uninitialized scalar fieldCaolán McNamara2014-04-281-1/+1
* coverity#708032 Uninitialized scalar fieldCaolán McNamara2014-04-281-0/+1
* coverity#708027 Uninitialized scalar fieldCaolán McNamara2014-04-281-3/+5
* constLuboš Luňák2014-04-278-13/+13
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-274-19/+14
* cppcheck: fix "Mismatching allocation and deallocation"Julien Nabet2014-04-261-1/+1
* fdo#76611: Wrap reference addresses at max boundaries.Kohei Yoshida2014-04-253-1/+50
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-265-28/+19
* fdo#75971: Perhaps this will prevent the crash ?Kohei Yoshida2014-04-251-1/+1
* we need to push a return value in any case, fdo#73148 relatedEike Rathke2014-04-251-2/+1
* return early once we pushed an error, fdo#73148 relatedEike Rathke2014-04-251-1/+1
* fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers2014-04-257-0/+144
* fix "Wrap opencl-only functions in appropriate ifdef."Andrzej Hunt2014-04-251-0/+2
* fix htmlexp.hxx compilation -> add space between ">>"Tomaž Vajngerl2014-04-251-2/+2
* Sprinkle some SAL_OVERRIDETor Lillqvist2014-04-251-6/+6
* fdo#77728: Re-compile tokens when named range is updated.Kohei Yoshida2014-04-251-9/+15
* fdo#77728: Don't forget to start listening after the named range update.Kohei Yoshida2014-04-253-6/+13
* fdo#77039: Fill the match string even if the raw string is empty.Kohei Yoshida2014-04-241-6/+8
* add undo action for conditional formatting, cp#1000050, fdo#77381Markus Mohrhard2014-04-244-2/+117
* orcus autofilter import, implement the interfaceMarkus Mohrhard2014-04-242-1/+56
* sc html export: Skip all graphic objects at HTML exportTomaž Vajngerl2014-04-242-2/+10
* sc html export: cleanup htmlexp.hxxTomaž Vajngerl2014-04-241-73/+94
* sc filter: Read "FilterOptions" in HTML export filterTomaž Vajngerl2014-04-246-17/+35
* sc: t-test - actually use "Alpha" parameter in formulasTomaž Vajngerl2014-04-241-2/+2
* sc: Add newLine() convenience method to AddressWalkerTomaž Vajngerl2014-04-244-64/+42
* sc: F Test - externalize string ("Variable" label)Tomaž Vajngerl2014-04-241-2/+2
* sc: t-test - refactor to row oriented output & externalise stringsTomaž Vajngerl2014-04-243-49/+132
* sc: Add F-Test to StatisticsTomaž Vajngerl2014-04-249-18/+325
* fdo#76663: Let's not skip the first element of a matrix in PRODUCT.Kohei Yoshida2014-04-242-4/+11
* loplugin:unreffun -- Wrap opencl-only functions in appropriate ifdef.Andrzej Hunt2014-04-241-0/+2
* coverity#735793 Explicit null dereferencedCaolán McNamara2014-04-241-1/+1
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-242-24/+17
* Now these two methods are unused.Kohei Yoshida2014-04-231-106/+0
* fdo#76607: Writer unit test for this.Kohei Yoshida2014-04-231-2/+2
* SwapRow() is no more!Kohei Yoshida2014-04-232-366/+0
* Use scoped_ptr for this.Kohei Yoshida2014-04-231-4/+3
* New method SortReorderByRow() for the new row-based reordering.Kohei Yoshida2014-04-231-178/+182
* Apply sorted patterns as ranges instead of row-by-row.Kohei Yoshida2014-04-231-3/+38
* Skip reordering of cell formats when whole range is over one pattern entry.Kohei Yoshida2014-04-231-1/+5
* Skip adjustment of row height when all rows have the same height.Kohei Yoshida2014-04-233-6/+37
* Update script types of all cells in sort range ahead of time.Kohei Yoshida2014-04-234-1/+130
* Handle reordering of row hidden and filtered flags during sort.Kohei Yoshida2014-04-231-24/+112
* Handle cell formats correctly during sort.Kohei Yoshida2014-04-231-2/+12
* Make sure to ignore trailing empty rows in all places.Kohei Yoshida2014-04-231-24/+28
* Move cell notes too when sorting.Kohei Yoshida2014-04-233-33/+56