summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-01-13sc: clean up remaining non-static isTiledRendering() usageMiklos Vajna9-31/+33
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin2-6/+2
2016-01-12sc lokit: refactor setPartHenry Castro4-17/+11
2016-01-12Revert "Stick to exact-type check"Stephan Bergmann1-1/+1
2016-01-12Mark some classes as finalStephan Bergmann1-1/+1
2016-01-12Stick to exact-type checkStephan Bergmann1-1/+1
2016-01-12sc: try to fix MSVC buildMichael Stahl2-46/+45
2016-01-12remove nonsensical U2S void macroEike Rathke1-386/+374
2016-01-12sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-12/+13
2016-01-12sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-4/+7
2016-01-12sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-12/+15
2016-01-12sc: replace boost::ptr_map with std::mapMichael Stahl2-6/+7
2016-01-12sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-11/+15
2016-01-12sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-29/+32
2016-01-12tdf#90606 Crash when delete a large part of a column with shift cells leftArul1-6/+15
2016-01-11add WEEKNUM_OOO hidden function resourceEike Rathke2-0/+32
2016-01-11tdf#46637 - Make partially visible cells fully visible on mouse clickSahasranaman M S1-1/+1
2016-01-11loplugin:privatebase: Make various derivations publicStephan Bergmann5-13/+13
2016-01-11loplugin:privatebase: Make derivation from Timer explicitly privateStephan Bergmann1-1/+1
2016-01-11loplugin:privatebase: Publicly derive from apitest classesStephan Bergmann16-19/+19
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann27-48/+48
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann27-33/+33
2016-01-10Fix typosAndrea Gelmini61-69/+69
2016-01-10Cleanup FontCharMapPtr variable prefixesChris Sherlock1-25/+25
2016-01-09crashtesting: ooo29815-1.doc assert on reexport to docCaolán McNamara1-1/+2
2016-01-09prepare for hidden flag in function description for Function WizardEike Rathke3-7/+32
2016-01-09loplugin:nullptrMarkus Mohrhard1-1/+1
2016-01-08silence mouse release warningCaolán McNamara1-1/+2
2016-01-08tdf#58122 FILESAVE: XLSX - Cell RTL direction state not savedPriyankaGaikwad3-2/+15
2016-01-08vcl: fix WaE messagesChris Sherlock1-12/+12
2016-01-07svx: fix windows build, rename SvxEscapementItem::GetProp()Michael Stahl1-1/+1
2016-01-07tdf#89999 bugfix testKatarina Behrens1-0/+77
2016-01-07Resolves: tdf#94208 broadcast fill undo (for deleted cells)Eike Rathke1-0/+6
2016-01-06Fix tdf#96524 : Do not change view when...Dennis Francis1-1/+3
2016-01-06Fix tdf#96523 : Correct the behavior when Ctrl key is pressedDennis Francis2-6/+6
2016-01-05create closing bracket token only when necessaryEike Rathke1-6/+10
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan1-0/+1
2016-01-05tdf#96198 add WEEKNUM_OOO compatibility function, tdf#50950 follow-upEike Rathke6-2/+18
2016-01-05Revert "Time wraparound validation feature"Markus Mohrhard4-78/+1
2016-01-05tdf#96198 adapt unit test to reality, tdf#50950 follow-upEike Rathke1-1/+1
2016-01-05loplugin:bodynotinblockStephan Bergmann1-8/+8
2016-01-05Time wraparound validation featureBenjamin Ni4-1/+78
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai11-45/+25
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt4-9/+12
2016-01-04fix typoMarkus Mohrhard1-1/+1
2016-01-04don't use the same files in different unit testsMarkus Mohrhard4-4/+26
2016-01-04correct WEEKNUM DayOfWeek handling, tdf#50950 follow-up, tdf#95419 relatedEike Rathke1-2/+8
2016-01-04correct ISOWEEKNUM resource ExtraData parameter flags, tdf#50950 follow-upEike Rathke1-1/+1
2016-01-04WEEKNUM second parameter is optional defaulting to 1, tdf#50950 follow-upEike Rathke2-3/+4
2016-01-04these fields can be static constantsNoel Grandin4-22/+9