summaryrefslogtreecommitdiff
path: root/sd/source/ui/annotations/annotationtag.cxx
AgeCommit message (Expand)Author
2019-09-27loplugin:virtualdead in sdNoel Grandin
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-03-07tdf#42949 Fix IWYU warnings in sd/source/ui/[a-c]*/*cxxGabor Kelemen
2019-02-15loplugin:flatten in sd/source/ui/[a-c]*Noel Grandin
2019-02-09loplugin:indentation in sdNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-11-27Refactor calc non-linear ViewToDevice transformArmin Le Grand
2018-10-24clang-tidy performance-unnecessary-copy-init in sdNoel Grandin
2018-09-25loplugin:useuniqueptr in SdrHdlListNoel Grandin
2018-09-07tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[t-z]*Gabor Kelemen
2018-08-15loplugin:useuniqueptr in OverlayObjectListNoel Grandin
2018-07-29loplugin:stringloop in sdNoel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-16Revert "loplugin:changetoolsgen in sd" and reapply the plugin...Noel Grandin
2018-02-15loplugin:changetoolsgen in sdNoel Grandin
2018-01-12More loplugin:cstylecast: sdStephan Bergmann
2017-12-13sal_uIntPtr->sal_Int32 in SdrMarkViewNoel Grandin
2017-12-13sal_uIntPtr->sal_Int32 in SdrDragStatNoel Grandin
2017-11-29loplugin:countusersofdefaultparams in sdNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-14Fix typosAndrea Gelmini
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-08-03loplugin:constparams in sdNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-26loplugin:oncevar in sdNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-23pass ownership by pointerJochen Nitschke
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in sdStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sd)Stephan Bergmann
2016-05-24Resolves: tdf#99712 Crash in impress annotation context menuCaolán McNamara
2016-04-26tdf#99388 suppress close comment when PopupMenu is activeArmin Le Grand
2016-02-18[API CHANGE] add Author Initials to XAnnotationCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20afl-eventtesting + VclPtr: missing dispose on impress annotation windowCaolán McNamara
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-20convert Link<> to typedNoel Grandin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-13convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-08Silence sal_Bool -> sal_IntPtr Link return value mismatches for nowStephan Bergmann
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist
2015-04-20sd: convert new to ::Create.Noel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks