summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/formatclipboard.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-04-30loplugin:makeshared in swNoel Grandin1-5/+4
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-2/+2
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen1-1/+0
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-1/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-15/+15
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-6/+5
2018-11-09loplugin:useuniqueptr in SwDoc::GetRowHeight and GetRowSplitNoel Grandin1-2/+1
2018-10-30Simplify containers iterations in sw/source/ui*Arkadiy Illarionov1-7/+4
2018-02-21Fix some IWYU warningsMiklos Vajna1-0/+1
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-08-17drop unused SdrCustomShapeReplacementURLItemJochen Nitschke1-1/+0
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-4/+4
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-06-27loplugin:oncevar in swNoel Grandin1-4/+2
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-37/+48
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-11/+7
2017-06-15Use unique_ptr for SwFormatClipboard membersStephan Bergmann1-26/+17
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in swNoel Grandin1-4/+3
2017-04-12convert SelectionType to scoped enumNoel Grandin1-25/+25
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-2/+2
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-3/+10
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-12/+12
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-09-13boost->stdCaolán McNamara1-4/+3
2015-08-21loplugin: defaultparamsNoel Grandin1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-47/+47
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-02-24Typo: curently->currentlyJulien Nabet1-1/+1
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-05use unique() for checks for multiselectionBjoern Michaelsen1-1/+1
2014-12-02loplugin: cstylecastNoel Grandin1-3/+3
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-11/+11
2014-06-17Avoid possible memory leaks in case of exceptionsTakeshi Abe1-8/+5
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl1-0/+601