summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmark.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-23tdf#114441 convert sal_uLong to appropriate typesAmosAidoo1-2/+2
2023-12-30tdf#146619 Recheck svx/ with IWYUGabor Kelemen1-2/+1
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (svx)Julien Nabet1-3/+1
2023-10-18use more SdrObjList::begin/end in svxNoel Grandin1-10/+5
2023-06-11use internal iterator for SfxBroadcasterNoel Grandin1-36/+32
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-2/+2
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-1/+1
2022-11-01tdf#54857 elide more dynamic_castNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2020-08-06loplugin:flatten in svx/svdrawNoel Grandin1-102/+102
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen1-5/+0
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz1-1/+1
2019-09-27loplugin:virtualdead in svxNoel Grandin1-30/+27
2019-08-15replace ".get->" with "->"Noel Grandin1-1/+1
2019-08-12Fix typosAndrea Gelmini1-2/+2
2019-03-13translate some german var namesNoel Grandin1-2/+2
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-1/+1
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov1-9/+3
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-12/+15
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand1-4/+4
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-1/+1
2018-05-03loplugin:useuniqueptr in SdrMarkListNoel Grandin1-30/+15
2018-04-26Drop uses of ImpGetResStr l10n method from svxGabor Kelemen1-6/+6
2018-04-16Take care of E3DObjListArmin Le Grand1-4/+4
2018-02-12Translate German variable namesJohnny_M1-17/+17
2018-01-30Use for-range loop for SdrMarkList::ClearJulien Nabet1-3/+2
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-4/+4
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-2/+2
2017-10-23loplugin:includeform: svxStephan Bergmann1-3/+3
2017-09-28Remove dead code behind Calc "Live Data Streams" dialog's "scriptdata" buttonStephan Bergmann1-0/+2
2017-09-18svx: Assert that GetMarkedSdrObj() cannot be null hereTakeshi Abe1-1/+4
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-4/+4
2017-08-04rename Anz->Cnt in svxNoel Grandin1-11/+11
2017-07-27loplugin:constparams in svxNoel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-26tdf#39674 Translate some German variable namesJohnny_M1-5/+5
2017-06-05Improved loplugin:cstylecast to reference types: svxStephan Bergmann1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-02-20Resolves: tdf#106105 duplicate marks not merged when they are at the startCaolán McNamara1-1/+2
2017-02-20no need for return at endCaolán McNamara1-2/+0
2016-11-14related: if we're empty, we're back to initial 'sorted' stateMike Kaganski1-0/+2
2016-11-13if we're empty, we're back to initial 'sorted' stateCaolán McNamara1-1/+1
2016-11-08simplify mark points and gluepoints managementCaolán McNamara1-55/+9
2016-09-16loplogin:singlevalfields in include/Noel Grandin1-36/+2
2016-06-28loplugin:singlevalfields in svxNoel Grandin1-1/+0
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+2
2016-02-09Remove excess newlinesChris Sherlock1-4/+0
2016-02-08loplugin:unusedmethodsNoel Grandin1-26/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-25/+25
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-4/+4