summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't call getOutputString when we are not using the result, tdf#92802Markus Mohrhard2015-12-161-1/+1
* sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna2015-12-161-1/+1
* Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke2015-12-151-0/+4
* filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl2015-12-151-1/+1
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-151-7/+6
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-153-12/+22
* sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-12-154-27/+35
* Prefix members with 'm'Tor Lillqvist2015-12-152-26/+26
* Bin silly 'STATIC DATA' commentsTor Lillqvist2015-12-1554-110/+0
* tdf#96447 : Show correct borders in border editor when multimarkedDennis Francis2015-12-142-11/+24
* tdf#34094 : Allow column and row selections while creating a formulaDennis Francis2015-12-147-63/+128
* tdf#93837 Convert some Calc context menus to xmlMaxim Monastirsky2015-12-1427-13/+605
* tdf#73006 : Put results in correct cells after Text to ColumnsDennis Francis2015-12-121-7/+24
* No need for a separate <vcl/lstbox.h>Tor Lillqvist2015-12-121-1/+0
* tdf#96339 fix bug in sort listNoel Grandin2015-12-125-23/+39
* separate ScRange::Move() and MoveSticky(), tdf#92779Eike Rathke2015-12-113-1/+17
* No need for a separate <vcl/graph.h>Tor Lillqvist2015-12-112-2/+0
* silence -Werror=strict-overflowEike Rathke2015-12-111-3/+3
* No need for a separate <vcl/combobox.h>Tor Lillqvist2015-12-111-1/+0
* unit test for sticky end col/row anchors, tdf#92779Eike Rathke2015-12-111-0/+184
* geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke2015-12-1113-44/+181
* sc: Merge ScMultiTextWnd into ScTextWnd.Jan Holesovsky2015-12-112-250/+83
* sc: Prefix members of ScInputBarGroup.Jan Holesovsky2015-12-112-71/+71