summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-12-23restore removed functionDavid Tardon1-0/+1
2015-12-23add missing includeDavid Tardon1-0/+1
2015-12-23New saving behaviorMaxim Monastirsky2-5/+1
2015-12-23loplugin:unusedfields in /includeNoel Grandin1-1/+1
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara2-2/+2
2015-12-22tdf#96588 - avoid redundant pivot cache filter on import.Michael Meeks1-1/+9
2015-12-22sc: loplugin:defaultparamsMiklos Vajna1-1/+1
2015-12-22tdf#89999: Fix ODF export of sub|superscript textKatarina Behrens1-3/+15
2015-12-22loplugin:unusedfields in scNoel Grandin26-79/+22
2015-12-21The sheet no. from .uno:Insert can also equal the current no. of tabsMihai Varga1-1/+1
2015-12-21tdf#96588 - avoid redundant work on large numbers of trailing rows.Michael Meeks1-0/+5
2015-12-21loplugin:unusedmethodsNoel Grandin1-2/+0
2015-12-20tdf#93949 ensure memory stream is properly flushedTomaž Vajngerl1-0/+1
2015-12-19no need to repeatedly call getLengthMarkus Mohrhard1-2/+2
2015-12-19std::pair<OUString, OUString> is the more natural key typeMarkus Mohrhard1-12/+15
2015-12-19coverity#1343628 Dereference after null checkCaolán McNamara1-2/+4
2015-12-19Fix pivot cache debugging.Michael Meeks1-4/+2
2015-12-18Use std::unique_ptr for SdrLayerAdmin data member.Kohei Yoshida1-0/+1
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke6-17/+23
2015-12-18sc: convert SequenceMapping O(n^2) algorithm to O(n log(n)) tdf#85548Noel Grandin1-38/+35
2015-12-18crashtesting: crash on converting ooo93489-1.ods to pdfCaolán McNamara1-3/+13
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl3-18/+17
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-17/+17
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-20/+21
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-11/+10
2015-12-18sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-14/+15
2015-12-18tdf#93837 Convert RID_POPUP_TAB to xmlMaxim Monastirsky7-149/+44
2015-12-18Small corrections to Calc context menusMaxim Monastirsky2-0/+8
2015-12-18related tdf#96398 pull out more NPAPI-related codeThorsten Behrens2-2/+1
2015-12-17Clean unused defines after src->xml conversionMaxim Monastirsky8-1236/+0
2015-12-17nConfigId is always 0Maxim Monastirsky1-1/+1
2015-12-17[API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens1-38/+0
2015-12-17tdf#90598: filter options dialog controls expandableOliver Specht3-1/+11
2015-12-17handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke3-16/+64
2015-12-17add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke8-2/+62
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt1-2/+0
2015-12-17sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna2-6/+0
2015-12-16assert that no ODF import happens without a BaseURLMichael Stahl1-0/+1
2015-12-16don't call getOutputString when we are not using the result, tdf#92802Markus Mohrhard1-1/+1
2015-12-16sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna1-1/+1
2015-12-15Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke1-0/+4
2015-12-15filter: add BaseURL parameter to SvxMSDffManager::ImportOLE()Michael Stahl1-1/+1
2015-12-15sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-7/+6
2015-12-15sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl3-12/+22
2015-12-15sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl4-27/+35
2015-12-15Prefix members with 'm'Tor Lillqvist2-26/+26
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist54-110/+0
2015-12-14tdf#96447 : Show correct borders in border editor when multimarkedDennis Francis2-11/+24
2015-12-14tdf#34094 : Allow column and row selections while creating a formulaDennis Francis7-63/+128
2015-12-14tdf#93837 Convert some Calc context menus to xmlMaxim Monastirsky27-13/+605