summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/baseprimitive2d.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-12use more UNLESS_MERGELIBSNoel Grandin1-1/+3
2022-06-15clang-tidy modernize-pass-by-value in drawinglayerNoel Grandin1-2/+3
2022-01-03loplugin:unusedmethodsNoel Grandin1-12/+0
2022-01-02loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2021-12-24new comphelper::WeakImplComponentHelperNoel Grandin1-37/+3
2021-12-23Split BasePrimitive2D UNO interface into separate objectNoel Grandin1-1/+57
2021-12-23update PCHsTomaž Vajngerl1-0/+1
2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl1-6/+6
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen1-2/+3
2021-09-26recursive_mutex -> mutex in BasePrimitive2DImplBaseNoel Grandin1-2/+2
2021-09-21reduce cost of BasePrimitive2D (tdf#125892)Noel Grandin1-5/+36
2021-06-21drawinglayer: put BufferedDecompositionPrimitive2D in its own fileTomaž Vajngerl1-70/+4
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl1-9/+0
2021-01-30this method should be pure virtualNoel Grandin1-5/+4
2020-07-13tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxxGabor Kelemen1-1/+0
2020-05-10pragma once for the rest of primitive2d headersTomaž Vajngerl1-4/+1
2020-02-07remove use of macro DeclPrimitive2DIDBlock in everywhereTomaž Vajngerl1-4/+1
2020-01-04drawinglayer: extract classes from baseprimitive2d.hxx to own filesTomaž Vajngerl1-84/+3
2020-01-03drawinglayer: simplify namespaces in BasePrimitive filesTomaž Vajngerl1-33/+3
2020-01-01drawinglayer: clang-format BasePrimitive2D + remove from blacklistTomaž Vajngerl1-251/+289
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-2/+2
2019-08-22Move ctors/assignments need non-const rvalue reference to actually moveMike Kaganski1-2/+2
2019-08-22Use range ctor to avoid default-insertion of elements before assignmentMike Kaganski1-0/+2
2019-07-05Fix typoAndrea Gelmini1-1/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1
2018-08-04Fix typosAndrea Gelmini1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-3/+3
2016-12-22convert BasePrimitive2D::get2DDecomposition to use a visitorNoel Grandin1-5/+17
2016-11-09convert Primitive2DContainer to std::dequeNoel Grandin1-8/+9
2016-11-08reduce copying when decomposing drawinglayer primitivesNoel Grandin1-3/+3
2016-11-07vcl: improve accounting of SVG images in graphics cacheMichael Stahl1-2/+10
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin1-3/+3
2016-05-02Fix typosAndrea Gelmini1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-08revert part of "loplugin:unusedmethods"Noel Grandin1-0/+1
2016-02-08loplugin:unusedmethodsNoel Grandin1-4/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-26Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-21loplugin:unusedmethodsNoel Grandin1-10/+0
2015-12-15create a move append method for Primitive2DContainerNoel Grandin1-4/+8
2015-12-11loplugin:unreffunNoel Grandin1-3/+0
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-8/+26
2015-10-29remove boost::noncopyable from /includeNoel Grandin1-6/+4
2015-10-21com::sun::star->css in include/drawinglayerNoel Grandin1-7/+7
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-07-10do not include boost/utility.hppMichael Stahl1-1/+1