summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/msdffimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-09-07tdf#48083 Handle mso_fillBackground directly when processing the shapeSamuel Mehrbrodt1-1/+1
2023-09-04tdf#48083 Import mso_fillBackground from pptSamuel Mehrbrodt1-1/+12
2023-06-26new loplugin:constexprliteralNoel Grandin1-6/+6
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)1-4/+4
2023-03-23tdf#114441 Convert sal_uLong to better integer typesArvind K1-2/+2
2023-03-19MCGR: Model data changes for ColorStepsArmin Le Grand (allotropia)1-2/+6
2023-03-07clang-tidy dead-storeNoel Grandin1-1/+0
2023-03-02tdf#114441: replace sal_uLong with sal_uInt8 as all of them are small constantsYomnasalama1-3/+3
2023-02-07improve readability of VirtualDevice constructorNoel Grandin1-1/+1
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-1/+1
2022-12-19crashtesting: asserts with outsized object positionsCaolán McNamara1-1/+37
2022-11-04SplineLine and SplineFill have never been implementedNoel Grandin1-2/+0
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-1/+1
2022-08-29ref-count SdrObjectNoel Grandin1-60/+59
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao1-3/+1
2022-08-01ofz: Use-of-uninitialized-valueCaolán McNamara1-4/+4
2022-07-25loplugin:moveitNoel Grandin1-1/+1
2022-07-16ofz#48643 Indirect-leakCaolán McNamara1-17/+17
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-4/+4
2022-06-01clang-tidy modernize-pass-by-value in filterNoel Grandin1-4/+5
2022-05-24avoid some unnecessary work when importing graphicNoel Grandin1-1/+1
2022-05-11only instantiate SfxFilterMatcher when we need itNoel Grandin1-1/+3
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-28Add initial support OfficeArtBlip TIFF formatBartosz Kosiorek1-33/+63
2022-04-14ofz#46630 Indirect leakCaolán McNamara1-62/+60
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin1-3/+1
2022-02-17tdf#145700 Improve lighting in extruded custom shapesRegina Henschel1-40/+81
2022-02-09related tdf#79186 filter: value is more than just LayoutInCellJustin Luth1-3/+3
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-22/+23
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin1-37/+36
2021-12-15tdf#145904,tdf#145956 improve extrusion of custom shapesRegina Henschel1-2/+3
2021-11-22Use less DegreeN::get()Mike Kaganski1-10/+7
2021-11-22Generalize DegreeNMike Kaganski1-1/+1
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski1-3/+3
2021-10-30Prepare for removal of non-const operator[] from Sequence in filterMike Kaganski1-39/+45
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin1-6/+4
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-1/+1
2021-08-22no need to use unique_ptr for PolygonNoel Grandin1-2/+2
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-2/+2
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-1/+1
2021-07-15tdf#143315: restore the stylesheet after clearing outliner objectMike Kaganski1-0/+3
2021-06-03no need to allocate these on the heapNoel Grandin1-4/+4
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl1-1/+3
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-6/+6
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara1-15/+5
2021-01-11loplugin:loopvartoosmall msdffimp (filter)Julien Nabet1-1/+1
2021-01-09dynamic_cast followed by static_castCaolán McNamara1-4/+4
2021-01-03Degree10->Degree100 in XPolygonNoel Grandin1-1/+1