summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objxtor.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-08replace double-checked locking patterns with thread safe ...Jochen Nitschke1-12/+2
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-21fix shutdown crash when SfxApplication has already been destroyedMarkus Mohrhard1-2/+2
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-20coverity#1338604 Uninitialized scalar fieldCaolán McNamara1-0/+1
2018-05-08convert DELETEX to DELETEZNoel Grandin1-2/+2
2018-04-20tdf#42949 Remove unnecessary localization headers of svtoolsGabor Kelemen1-1/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-02-22weld native message dialogsCaolán McNamara1-1/+2
2018-02-01tdf#42949 Remove unneeded helpids.h headers (2/3)Gabor Kelemen1-1/+0
2017-11-14Translate German comments and debug stringsJohnny_M1-1/+1
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-2/+2
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-8/+8
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-4/+4
2017-08-03Delete nonsense commentTor Lillqvist1-2/+0
2017-07-23Removed duplicated includesAndrea Gelmini1-1/+0
2017-07-21loplugin:unusedfields in sfx2Noel Grandin1-3/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-3/+3
2017-06-21loplugin:unusedfields in sfx2 part2Noel Grandin1-10/+5
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-06Eliminate dynamic_cast<const SfxVoidItem*>, use SfxPoolItem::IsVoidItem()Eike Rathke1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-03-29loplugin:singlevalfieldsNoel Grandin1-1/+0
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-02-15remove unused PREVIEW from SfxObjectCreateMode enumNoel Grandin1-1/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-7/+5
2016-12-20convert SFX_EVENT constants to scoped enumNoel Grandin1-5/+5
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-5/+5
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-11-28tdf#104106 Enable save whenever edit mode activeMaxim Monastirsky1-1/+1
2016-11-03remove pParentFrame from SfxFrameNoel Grandin1-1/+1
2016-10-27loplugin:expandablemethods in sfx2Noel Grandin1-8/+3
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+1
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-1/+0
2016-08-26loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann1-1/+1
2016-07-08GSoC notebookbar: container with prioritySzymon Kłos1-0/+3
2016-07-04remove comphelper::string::removeNoel Grandin1-1/+1
2016-06-24loplugin:singlevalfields in sfx2Noel Grandin1-2/+0
2016-06-13loplugin:sallogareasStephan Bergmann1-5/+5
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-5/+5
2016-06-06tdf#89329: use unique_ptr for pImpl in objshXisco Fauli1-58/+56
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin1-2/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-04-11clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin1-2/+2