summaryrefslogtreecommitdiffstats
path: root/drawinglayer
Commit message (Expand)AuthorAgeFilesLines
* rename Primitive2DDecompositionVisitor methodsNoel Grandin2021-12-049-17/+17
* tdf#145874: fix "Drop deg2rad/rad2deg conversions" for gradient export in a pdfJulien Nabet2021-11-241-1/+1
* tdf#145538 Use range based for loops in EnhancedShapeDumper.cxxHarjot2021-11-231-43/+30
* tdf#145538 Use range based for loopsHenrik Palomäki2021-11-231-2/+2
* Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski2021-11-194-10/+10
* Drop F_2PIMike Kaganski2021-11-194-7/+7
* Use M_PI* instead of F_PI*Mike Kaganski2021-11-198-19/+19
* Removed useless semicolonsAndrea Gelmini2021-11-101-2/+2
* osl::Mutex->std::mutex in TubeBufferNoel Grandin2021-11-101-7/+7
* rtl::Static to thread-safe staticNoel Grandin2021-11-0920-95/+113
* extend XML dumpig for primitives to support fontwork objectsTomaž Vajngerl2021-11-084-0/+504
* crashtesting: failure on conversion of fdo74498-1.doc to pdfCaolán McNamara2021-10-311-0/+8
* add o3tl::span ctor from std::vectorLuboš Luňák2021-10-312-4/+2
* tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin2021-10-301-1/+1
* tools::Long->sal_Int32 in the DX arraysNoel Grandin2021-10-303-4/+4
* Prepare for removal of non-const operator[] from Sequence in drawinglayerMike Kaganski2021-10-291-1/+2
* pass DX array around using o3tl::span instead of pointerNoel Grandin2021-10-293-11/+9
* Move variable declaration to its use in if() conditionMike Kaganski2021-10-271-18/+13
* Use range based for loopsHossein2021-10-192-5/+5
* Simplify vector initialization in drawinglayerJulien Nabet2021-10-162-19/+19
* loplugin:moveparam in variousNoel Grandin2021-10-121-15/+13
* Clean StringFormatFlags() in emfpstringformat.cxxHossein2021-10-071-50/+14
* loplugin:moveparam in drawinglayerNoel Grandin2021-10-0618-63/+62
* drop 'using namespace std' in drawinglayerJulien Nabet2021-10-031-1/+0
* new loplugin:moveparamNoel Grandin2021-10-023-8/+8
* loplugin:constmethodNoel Grandin2021-10-012-2/+2
* gives names to all the Idles and TasksNoel Grandin2021-09-281-2/+1
* vcl: rename OutDevState to StackChris Sherlock2021-09-285-45/+45
* recursive_mutex -> mutex in BasePrimitive2DImplBaseNoel Grandin2021-09-269-2/+14
* reduce copying in drawinglayerNoel Grandin2021-09-249-15/+15
* Related: tdf#144091 svx: fix interaction of transp cell fill and transp shadowMiklos Vajna2021-09-233-66/+19
* reduce copying in BufferedDecompositionPrimitive2DNoel Grandin2021-09-221-1/+1
* reduce cost of BasePrimitive2D (tdf#125892)Noel Grandin2021-09-2112-18/+76
* tdf#144091 svx: fix unwanted blur of shadow from table cell fillMiklos Vajna2021-09-203-17/+95
* clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák2021-09-201-2/+2
* clang:optin.performance.PaddingNoel Grandin2021-09-112-16/+16
* fix std::move same object more than onceNoel Grandin2021-09-091-1/+1
* tdf#144052 reduce Primitive2D copyingNoel Grandin2021-09-0937-146/+158
* no need to call expand() hereNoel Grandin2021-09-081-9/+5
* use std::vector for fetching DX array dataNoel Grandin2021-09-042-4/+5
* Remove some unused includesMiklos Vajna2021-09-031-1/+1
* clang-tidy:readability-redundant-member-initNoel Grandin2021-08-3186-287/+89
* tdf#101083 speed up SVG rendering with pattern fillNoel Grandin2021-08-273-1/+120
* no need to use unique_ptr for ViewInformation3DNoel Grandin2021-08-222-2/+2
* -Werror,-Wunused-private-fieldStephan Bergmann2021-08-201-6/+0
* loplugin:unusedmethodsNoel Grandin2021-08-202-197/+0
* loplugin:unusedfieldsNoel Grandin2021-08-201-7/+0
* use visitor callback to avoid container construction (tdf#105575)Noel Grandin2021-08-181-16/+20
* undo changes to TextAlignCaolán McNamara2021-08-182-4/+4
* drawinglayer: remove recurring def. of namespace wmfemfhelperTomaž Vajngerl2021-08-171-12/+0