summaryrefslogtreecommitdiff
path: root/filter/source/msfilter
AgeCommit message (Expand)AuthorFilesLines
4 hoursHandle empty range properlyMike Kaganski1-3/+12
4 daysGeneralize basegfx::fround for templated return typeMike Kaganski2-3/+3
2024-04-02tdf#147021 Replace SAL_N_ELEMENTS with std::sizeRMZeroFour2-4/+4
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski5-37/+37
2024-03-08tdf#114441 change use of sal_uLong to better integer types in filterSteven Casey (SMCode)1-1/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-10cid#1546141 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2024-01-08cid#1545370 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-2/+2
2023-12-12tdf#147021 Use std::span to avoid SAL_N_ELEMENTS in CustomShapeDr. David Alan Gilbert2-8/+9
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin2-2/+2
2023-11-29Extended loplugin:ostr: filterStephan Bergmann1-2/+2
2023-11-20Extended loplugin:ostr: filterStephan Bergmann1-1/+1
2023-11-18tdf#157716 - Rename "Language settings" to "Languages and Locales"t-aswath1-1/+1
2023-10-24ofz: Use-of-uninitialized-valueCaolán McNamara1-1/+1
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: filterStephan Bergmann4-13/+13
2023-10-19use more SdrObjList::begin/end in variousNoel Grandin1-3/+2
2023-10-18tdf#157792 followupNoel Grandin1-1/+1
2023-10-05[API CHANGE] tdf#154077 Drop InternalMSExport config groupGabor Kelemen1-36/+1
2023-10-04tdf#145834 Consistency for "Fontwork"Bogdan B1-1/+1
2023-09-15Move nUnicode variable to for loop condition statement.Adam Seskunas1-2/+1
2023-09-14tdf#145538 Change traditional for loop to range based for loopAdam Seskunas1-2/+2
2023-09-07merge SvxFmDrawPage into SvxDrawPageNoel Grandin1-2/+2
2023-09-07tdf#48083 Handle mso_fillBackground directly when processing the shapeSamuel Mehrbrodt2-30/+3
2023-09-04tdf#48083 Import mso_fillBackground from pptSamuel Mehrbrodt2-11/+19
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin3-29/+31
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin1-2/+2
2023-06-26new loplugin:constexprliteralNoel Grandin2-15/+15
2023-06-26ofz: Use-of-uninitialized-valueCaolán McNamara1-2/+2
2023-06-17oox, writerfilter, xmloff: use frozen data structures for static dataTomaž Vajngerl1-53/+42
2023-06-12tdf#153109 Use any_of instead of loop to check a rangeParis Oplopoios1-6/+2
2023-06-07ofz: Use-of-uninitialized-valueCaolán McNamara1-1/+1
2023-05-18improved B2DHomMatrixNoel Grandin1-3/+4
2023-05-17tdf#154118: ppt: use SetTextLeft instead of SetLeftXisco Fauli1-10/+4
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)2-15/+15
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)1-1/+1
2023-04-11use more string_view in filterNoel Grandin2-7/+5
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski1-1/+1
2023-03-25loplugin:stringadd in editeng..frameworkNoel Grandin1-9/+5
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)2-5/+9
2023-03-07no need to allocate these separatelyNoel Grandin1-3/+3
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-07tdf#153083 writerfilter,sw: consolidate StyleName->StyleId in msfilterMichael Stahl1-0/+19
2023-02-07improve readability of VirtualDevice constructorNoel Grandin1-1/+1
2023-01-15tdf#117266 sc oox: export vml button with a correct nameJustin Luth2-8/+12
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-04ofz#53016 Undefined-shiftCaolán McNamara1-1/+1