summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* Kill remaining plugin bitsMaxim Monastirsky2015-12-304-18/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-12-292-4/+4
* sal_uLong to sal_uInt32, ScHint relatedMatteo Casalin2015-12-278-14/+14
* sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin2015-12-2718-104/+62
* sal_uLong to sal_uInt32/sal_uInt64Matteo Casalin2015-12-273-9/+8
* Lnge to Language in ScNumFormatAbbrev member namesMatteo Casalin2015-12-272-22/+22
* Translate German commentsMatteo Casalin2015-12-271-2/+2
* sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin2015-12-274-8/+8
* Avoid redundant castMatteo Casalin2015-12-271-1/+1
* Kill useless headerMaxim Monastirsky2015-12-246-32/+1
* tdf#93837 Convert sheet row/col header context menus to xmlMaxim Monastirsky2015-12-247-218/+57
* loplugin:unusedfieldsNoel Grandin2015-12-243-13/+6
* restore removed functionDavid Tardon2015-12-231-0/+1
* add missing includeDavid Tardon2015-12-231-0/+1
* New saving behaviorMaxim Monastirsky2015-12-232-5/+1
* loplugin:unusedfields in /includeNoel Grandin2015-12-231-1/+1
* crashtesting: CreateShellID returns the mediums base url...Caolán McNamara2015-12-222-2/+2
* tdf#96588 - avoid redundant pivot cache filter on import.Michael Meeks2015-12-221-1/+9
* sc: loplugin:defaultparamsMiklos Vajna2015-12-221-1/+1
* tdf#89999: Fix ODF export of sub|superscript textKatarina Behrens2015-12-221-3/+15
* loplugin:unusedfields in scNoel Grandin2015-12-2226-79/+22
* The sheet no. from .uno:Insert can also equal the current no. of tabsMihai Varga2015-12-211-1/+1
* tdf#96588 - avoid redundant work on large numbers of trailing rows.Michael Meeks2015-12-211-0/+5
* loplugin:unusedmethodsNoel Grandin2015-12-211-2/+0
* tdf#93949 ensure memory stream is properly flushedTomaž Vajngerl2015-12-201-0/+1
* no need to repeatedly call getLengthMarkus Mohrhard2015-12-191-2/+2
* std::pair<OUString, OUString> is the more natural key typeMarkus Mohrhard2015-12-191-12/+15
* coverity#1343628 Dereference after null checkCaolán McNamara2015-12-191-2/+4
* Fix pivot cache debugging.Michael Meeks2015-12-191-4/+2
* Use std::unique_ptr for SdrLayerAdmin data member.Kohei Yoshida2015-12-181-0/+1
* Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke2015-12-186-17/+23
* sc: convert SequenceMapping O(n^2) algorithm to O(n log(n)) tdf#85548Noel Grandin2015-12-181-38/+35
* crashtesting: crash on converting ooo93489-1.ods to pdfCaolán McNamara2015-12-181-3/+13
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-183-18/+17
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-182-17/+17
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-182-20/+21
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-182-11/+10
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-182-14/+15
* tdf#93837 Convert RID_POPUP_TAB to xmlMaxim Monastirsky2015-12-187-149/+44
* Small corrections to Calc context menusMaxim Monastirsky2015-12-182-0/+8
* related tdf#96398 pull out more NPAPI-related codeThorsten Behrens2015-12-182-2/+1
* Clean unused defines after src->xml conversionMaxim Monastirsky2015-12-178-1236/+0
* nConfigId is always 0Maxim Monastirsky2015-12-171-1/+1
* [API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens2015-12-171-38/+0
* tdf#90598: filter options dialog controls expandableOliver Specht2015-12-173-1/+11
* handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke2015-12-173-16/+64
* add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke2015-12-178-2/+62
* Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt2015-12-171-2/+0
* sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna2015-12-172-6/+0
* assert that no ODF import happens without a BaseURLMichael Stahl2015-12-161-0/+1