summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-09Fix call to deleted Any constructorLuke Deller
2016-05-09tdf#99479: Delete column with styles resets the 'Apply Style' drop downJulien Nabet
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-09convert SFX_SLOT_INFO to scoped enumNoel Grandin
2016-05-09convert SFX_STYLE_ITEM to scoped enumNoel Grandin
2016-05-09modernize loopsJochen Nitschke
2016-05-09Work towards tdf#72606 EasyHack _tstring/TCHAR eliminationskswales
2016-05-09tdf#96348 Get rid of unnecessary DLLPUBLIC decorations - VclEventListenersTomofumi Yagi
2016-05-09use existing functionDavid Tardon
2016-05-09loplugin:redundantcastTor Lillqvist
2016-05-09Desktop compresses text selection start/end notificationsAshod Nakashian
2016-05-08tdf#92768 Support hiding title objectsFeyza Yavuz
2016-05-08Desktop compresses mouse pointer notificationsAshod Nakashian
2016-05-08cppcheck: fix some redundantAssignment reportsJulien Nabet
2016-05-08fftester: fail on double parse of the same tableCaolán McNamara
2016-05-08Test desktop notification compressionAshod Nakashian
2016-05-08Resolves: tdf#96604 remove and restore full stack of grabsCaolán McNamara
2016-05-08BASIC : Remove an useless static_cast and use make_uniqueArnaud Versini
2016-05-08starmath: Drop useless last entry of aTokenTableTakeshi Abe
2016-05-08Translate German commentJulien Nabet
2016-05-08Updated coreOlivier Hallot
2016-05-08tdf#99258 bail out if we fail to reserve the textureTomaž Vajngerl
2016-05-08Updated includes pathAndrea Gelmini
2016-05-08Updated file path.Andrea Gelmini
2016-05-08Remove useless typedef DescriptorContainerJulien Nabet
2016-05-08loplugin:redundantcastTor Lillqvist
2016-05-07tdf#84394: add testcase and unit testGiuseppe Bilotta
2016-05-07tdf#84394: xls load: delay cell-anchoring of object groupsGiuseppe Bilotta
2016-05-07New LOKDocument callback queue to flush events lazily on idleAshod Nakashian
2016-05-07Typo: SYSTEN_LIBGLTF->SYSTEM_LIBGLTFJulien Nabet
2016-05-08No need to cast the same thing twiceMaxim Monastirsky
2016-05-07Updated coreChristian Lohmaier
2016-05-07tdf#88502 Firefox Theme URL in custom theme searchSusobhan Ghosh
2016-05-07tdf#89466: Switching between different fill types work nowKatarina Behrens
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-07BASIC: SbiParser Remove useless static_cast and indent the code correctly.Arnaud Versini
2016-05-07Updated coreAdolfo Jayme Barrientos
2016-05-07nuke the old ucalc perf testingMarkus Mohrhard
2016-05-07these static vars are cargo cult copy&pasteMarkus Mohrhard
2016-05-07actually propagate a match expression error, tdf#97831 follow-upEike Rathke
2016-05-07coverity#1359230 DEADCODE, detect missing parameter, tdf#97831 follow-upEike Rathke
2016-05-07coverity#1359229 handle PopDoubleRefOrSingleRef() as usualEike Rathke
2016-05-06vcl: oops, so there was a macro thereMichael Stahl
2016-05-06svx: replace boost::assign::list_of with C++11Michael Stahl
2016-05-06sd: replace boost::enable_shared_from_this with std::enable...Michael Stahl
2016-05-06basegfx,oox,slideshow: replace boost::next/prior with std::next/prevMichael Stahl
2016-05-06connectivity: replace boost::remove_reference with std::remove_referenceMichael Stahl
2016-05-06cppu: replace boost::is_same with std::is_sameMichael Stahl
2016-05-06xmloff: C++ is an imperative language, so let's write imperative loopsMichael Stahl
2016-05-06coverity#1359233 Unchecked dynamic_castCaolán McNamara