summaryrefslogtreecommitdiffstats
path: root/sc/inc
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2016-01-101-1/+1
* prepare for hidden flag in function description for Function WizardEike Rathke2016-01-091-0/+8
* tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke2016-01-051-0/+1
* Revert "Time wraparound validation feature"Markus Mohrhard2016-01-051-2/+0
* Time wraparound validation featureBenjamin Ni2016-01-051-0/+2
* sal_uLong to sal_uInt32, ScHint relatedMatteo Casalin2015-12-273-4/+4
* sal_uLong to sal_uInt32/sal_uInt64Matteo Casalin2015-12-271-2/+1
* Lnge to Language in ScNumFormatAbbrev member namesMatteo Casalin2015-12-271-7/+7
* sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin2015-12-271-3/+3
* Kill useless headerMaxim Monastirsky2015-12-245-30/+0
* tdf#93837 Convert sheet row/col header context menus to xmlMaxim Monastirsky2015-12-241-20/+0
* loplugin:unusedfields in scNoel Grandin2015-12-222-5/+0
* Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke2015-12-181-2/+4
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-181-4/+2
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-181-2/+2
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-181-2/+3
* tdf#93837 Convert RID_POPUP_TAB to xmlMaxim Monastirsky2015-12-182-24/+11
* Clean unused defines after src->xml conversionMaxim Monastirsky2015-12-173-60/+0
* handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke2015-12-171-1/+9
* add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke2015-12-171-0/+1
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-151-3/+5
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-151-3/+5
* No need for a separate <vcl/lstbox.h>Tor Lillqvist2015-12-121-1/+0
* tdf#96339 fix bug in sort listNoel Grandin2015-12-121-3/+4
* separate ScRange::Move() and MoveSticky(), tdf#92779Eike Rathke2015-12-111-0/+5
* No need for a separate <vcl/graph.h>Tor Lillqvist2015-12-112-2/+0
* No need for a separate <vcl/combobox.h>Tor Lillqvist2015-12-111-1/+0
* geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke2015-12-111-5/+19
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-2/+2
* sticky end col/row anchor for range references, tdf#92779Eike Rathke2015-12-092-0/+37
* tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis2015-12-071-0/+15
* Avoid clang-cl -Werror,-Wbitfield-constant-conversionStephan Bergmann2015-12-021-4/+4
* sc interpreter: Move the code that can create a ScFullMatrix.Jan Holesovsky2015-12-011-6/+13
* sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky2015-12-011-0/+1
* fix memory leaks on loading and saving an ods fileDennis Francis2015-12-011-1/+7
* tdf#66668 - FILESAVE: Saving an XLSX file freezes CalcNoel Grandin2015-11-301-1/+1
* loplugin:unusedfieldsNoel Grandin2015-11-301-1/+1
* loplugin:unusedfields in include/sfx2/Noel Grandin2015-11-251-4/+2
* sc: Implement Software Interpreter subsetting, similarly to openCL one.Jan Holesovsky2015-11-241-0/+1
* sc: Implement ScVectorRefMatrix.Jan Holesovsky2015-11-241-1/+199
* sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky2015-11-241-96/+293
* loplugin:unusedfields in scNoel Grandin2015-11-239-34/+7
* rename FormulaToken HasForceArray to IsInForceArrayEike Rathke2015-11-181-2/+2
* vcl::ITiledRenderable::initializeForTiledRendering: support init. argumentsMiklos Vajna2015-11-181-1/+1
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-182-6/+4
* use unique_ptr for pImpl in sc/Noel Grandin2015-11-189-10/+18
* sc: loplugin:badstaticsMichael Stahl2015-11-172-1/+10
* -Werror,-Winconsistent-missing-overrideStephan Bergmann2015-11-161-1/+1
* Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke2015-11-161-0/+2
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-3/+1