summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/msdffimp.cxx
AgeCommit message (Expand)Author
2022-11-04SplineLine and SplineFill have never been implementedNoel Grandin
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao
2022-08-01ofz: Use-of-uninitialized-valueCaolán McNamara
2022-07-25loplugin:moveitNoel Grandin
2022-07-16ofz#48643 Indirect-leakCaolán McNamara
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-06-01clang-tidy modernize-pass-by-value in filterNoel Grandin
2022-05-24avoid some unnecessary work when importing graphicNoel Grandin
2022-05-11only instantiate SfxFilterMatcher when we need itNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-28Add initial support OfficeArtBlip TIFF formatBartosz Kosiorek
2022-04-14ofz#46630 Indirect leakCaolán McNamara
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin
2022-02-17tdf#145700 Improve lighting in extruded custom shapesRegina Henschel
2022-02-09related tdf#79186 filter: value is more than just LayoutInCellJustin Luth
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin
2021-12-15tdf#145904,tdf#145956 improve extrusion of custom shapesRegina Henschel
2021-11-22Use less DegreeN::get()Mike Kaganski
2021-11-22Generalize DegreeNMike Kaganski
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-10-30Prepare for removal of non-const operator[] from Sequence in filterMike Kaganski
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-22no need to use unique_ptr for PolygonNoel Grandin
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-15tdf#143315: restore the stylesheet after clearing outliner objectMike Kaganski
2021-06-03no need to allocate these on the heapNoel Grandin
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-01-20ofz#29691 revert throw SvStreamEOFExceptionCaolán McNamara
2021-01-11loplugin:loopvartoosmall msdffimp (filter)Julien Nabet
2021-01-09dynamic_cast followed by static_castCaolán McNamara
2021-01-03Degree10->Degree100 in XPolygonNoel Grandin
2021-01-02introduce Degree100 strong_int typeNoel
2021-01-01ofz#29151 short readCaolán McNamara
2021-01-01use more NbcRotate utility methodNoel Grandin
2020-12-30use Degree10 in XPolygonNoel Grandin
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-12-23add utility NbcRotate methodNoel Grandin
2020-12-23fix ppt gradient importNoel Grandin
2020-12-18throw exception in SvStream when reading past end of fileNoel
2020-11-20SvStream::{Tell,TellEnd,remainingSize} all return sal_uInt64Stephan Bergmann
2020-11-20Lengths passed into the SvxMSDffManager::Get*Data functions are all sal_uInt32Stephan Bergmann
2020-11-19nChain should presumably be sal_uInt32 hereStephan Bergmann