summaryrefslogtreecommitdiff
path: root/sc/source/ui
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 Monastirsky1-4/+0
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-22loplugin:unusedfields in scNoel Grandin21-71/+22
2015-12-21The sheet no. from .uno:Insert can also equal the current no. of tabsMihai Varga1-1/+1
2015-12-21loplugin:unusedmethodsNoel Grandin1-2/+0
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-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke3-6/+8
2015-12-18sc: convert SequenceMapping O(n^2) algorithm to O(n log(n)) tdf#85548Noel Grandin1-38/+35
2015-12-18tdf#93837 Convert RID_POPUP_TAB to xmlMaxim Monastirsky2-124/+1
2015-12-18related tdf#96398 pull out more NPAPI-related codeThorsten Behrens2-2/+1
2015-12-17Clean unused defines after src->xml conversionMaxim Monastirsky4-1174/+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 Specht2-0/+4
2015-12-17handle varargs with first required and subsequent optional, tdf#71459 relatedEike Rathke1-3/+11
2015-12-17add RAWSUBTRACT spreadsheet function, tdf#71459Eike Rathke1-0/+31
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-16sfx2: clean up no longer needed SfxObjectShell::isTiledRendering()Miklos Vajna1-1/+1
2015-12-15sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-3/+3
2015-12-15Prefix members with 'm'Tor Lillqvist2-26/+26
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist31-67/+0
2015-12-14tdf#96447 : Show correct borders in border editor when multimarkedDennis Francis1-10/+1
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 Monastirsky13-13/+13
2015-12-12tdf#73006 : Put results in correct cells after Text to ColumnsDennis Francis1-7/+24
2015-12-12tdf#96339 fix bug in sort listNoel Grandin2-3/+3
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke2-8/+22
2015-12-11sc: Merge ScMultiTextWnd into ScTextWnd.Jan Holesovsky2-250/+83
2015-12-11sc: Prefix members of ScInputBarGroup.Jan Holesovsky2-71/+71
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin2-4/+4
2015-12-10tdf#93263: Take function mask from ScPivotFieldKatarina Behrens2-3/+11
2015-12-10s/dobble/doubleTor Lillqvist2-3/+3
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann5-5/+5
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann3-13/+8
2015-12-08tdf#96202 Revert accelerator back to 'I'Yousuf Philips1-1/+1
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis3-10/+24
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna2-2/+0
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin1-1/+1
2015-12-03use comphelper::containerToSequence()Noel Grandin1-5/+2
2015-12-01Resolves: tdf#95629 quote CSV also if cell contains embedded '\r' CREike Rathke1-2/+3
2015-12-01cppcheck: memleakTakeshi Abe1-3/+2
2015-12-01fix memory leaks on loading and saving an ods fileDennis Francis1-0/+7
2015-12-01tdf#95990 - Calc is crashed when you double click on function in SidebaNoel Grandin1-3/+6
2015-11-30loplugin:unusedfieldsNoel Grandin9-13/+6