summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-12tdf#73006 : Put results in correct cells after Text to ColumnsDennis Francis1-7/+24
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist1-1/+0
2015-12-12tdf#96339 fix bug in sort listNoel Grandin5-23/+39
2015-12-11separate ScRange::Move() and MoveSticky(), tdf#92779Eike Rathke3-1/+17
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist2-2/+0
2015-12-11silence -Werror=strict-overflowEike Rathke1-3/+3
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist1-1/+0
2015-12-11unit test for sticky end col/row anchors, tdf#92779Eike Rathke1-0/+184
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke13-44/+181
2015-12-11sc: Merge ScMultiTextWnd into ScTextWnd.Jan Holesovsky2-250/+83
2015-12-11sc: Prefix members of ScInputBarGroup.Jan Holesovsky2-71/+71
2015-12-11sc interpreter: Force OpenCL off when testing the s/w interpreter.Jan Holesovsky1-0/+4
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-10sticky end only if it already was a range on the same axis, tdf#92779Eike Rathke1-2/+2
2015-12-10Missing includeStephan Bergmann1-0/+4
2015-12-10s/dobble/doubleTor Lillqvist2-3/+3
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann8-17/+17
2015-12-10Undef RGB where it was defined, not where it gets usedStephan Bergmann2-3/+1
2015-12-09display as entire col/row also if both anchors relative, tdf#92779Eike Rathke1-5/+19
2015-12-09coverity#1341778 Logically dead codeCaolán McNamara1-10/+4
2015-12-09sticky end col/row anchor for range references, tdf#92779Eike Rathke6-32/+251
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann3-13/+8
2015-12-08consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl1-1/+2