summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)Author
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-07-28Related: ofz#36348 ubsan runtime error: value outside representable rangeCaolán McNamara
2021-07-27ofz#36348 Integer-overflowCaolán McNamara
2021-07-26tdf#143543 Fix extended tip for pdflinkspage.uiOlivier Hallot
2021-07-26Bump Glade version to 3.38 for pdflinkspage.uiOlivier Hallot
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski
2021-07-15tdf#143315: restore the stylesheet after clearing outliner objectMike Kaganski
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt
2021-07-06Fix extended tip after translation cycle for filter/Olivier Hallot
2021-07-05ofz#35800 TimeoutCaolán McNamara
2021-07-02can allocate these SfxItemSet on the stackNoel Grandin
2021-06-30ofz#35504 clamp input values in cgm filterCaolán McNamara
2021-06-30reduce cost of allocating and copying SvxNumRuleNoel Grandin
2021-06-30indexing: add indexing export as an export filter for WriterTomaž Vajngerl
2021-06-29filter: remove rReserved1 completely in WrapOle1InOle2()Miklos Vajna
2021-06-29filter: avoid unnecessary string copyMiklos Vajna
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-25ofz#30930 each picture triggers accumulating codesetsCaolán McNamara
2021-06-22no need to make copies of these map entriesNoel Grandin
2021-06-19use more TellEnd()Noel Grandin
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-14only one of the radiobuttons in a group should be activeCaolán McNamara
2021-06-14spurious image position of right in CheckBoxes that don't use imagesCaolán McNamara
2021-06-14ofz#33769 Integer-overflowCaolán McNamara
2021-06-11Simplify Sequence/vector initializationsJulien Nabet
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet
2021-06-04tdf#142483 filter: xhtml: fix substitution of fo:border attributeMichael Stahl
2021-06-03no need to allocate these on the heapNoel Grandin
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-21fix leak in XSLTFilterNoel Grandin
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-13dispose component in testNoel Grandin
2021-05-03tdf#123476: also use filter by extension when its service is the sameMike Kaganski
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin
2021-04-16SVGFilter::implGenerateMetaData check page before useSzymon Kłos
2021-04-14Fix typosAndrea Gelmini
2021-04-13tdf#134736 RemoveTransparenciesFromMetaFile ruins PDFExtOutDevData groupsCaolán McNamara
2021-04-13no need to make copies of these objectsNoel Grandin
2021-04-09remove vcl/waitobj.hxxCaolán McNamara