summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2021-07-15tdf#143315: restore the stylesheet after clearing outliner objectMike Kaganski1-0/+3
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-0/+2
2021-07-06Fix extended tip after translation cycle for filter/Olivier Hallot3-211/+157
2021-07-05ofz#35800 TimeoutCaolán McNamara1-1/+1
2021-07-02can allocate these SfxItemSet on the stackNoel Grandin1-3/+3
2021-06-30ofz#35504 clamp input values in cgm filterCaolán McNamara1-1/+6
2021-06-30reduce cost of allocating and copying SvxNumRuleNoel Grandin1-1/+1
2021-06-30indexing: add indexing export as an export filter for WriterTomaž Vajngerl4-0/+46
2021-06-29filter: remove rReserved1 completely in WrapOle1InOle2()Miklos Vajna1-3/+2
2021-06-29filter: avoid unnecessary string copyMiklos Vajna1-3/+3
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin7-99/+99
2021-06-25ofz#30930 each picture triggers accumulating codesetsCaolán McNamara1-2/+2
2021-06-22no need to make copies of these map entriesNoel Grandin1-7/+17
2021-06-19use more TellEnd()Noel Grandin1-2/+1
2021-06-17use string_view in the Translate APINoel Grandin3-5/+5
2021-06-14only one of the radiobuttons in a group should be activeCaolán McNamara1-1/+0
2021-06-14spurious image position of right in CheckBoxes that don't use imagesCaolán McNamara2-11/+0
2021-06-14ofz#33769 Integer-overflowCaolán McNamara1-79/+110
2021-06-11Simplify Sequence/vector initializationsJulien Nabet1-5/+7
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet3-18/+13
2021-06-04tdf#142483 filter: xhtml: fix substitution of fo:border attributeMichael Stahl1-4/+4
2021-06-03no need to allocate these on the heapNoel Grandin7-43/+45
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin1-20/+17
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara2-30/+30
2021-05-21fix leak in XSLTFilterNoel Grandin1-29/+37
2021-05-14Improve loplugin:stringviewStephan Bergmann1-4/+4
2021-05-13dispose component in testNoel Grandin1-0/+1
2021-05-03tdf#123476: also use filter by extension when its service is the sameMike Kaganski1-3/+15
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-10/+10
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann3-9/+9
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-19/+18
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin1-1/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-12/+12
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-7/+7
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin2-2/+2
2021-04-16SVGFilter::implGenerateMetaData check page before useSzymon Kłos1-0/+2
2021-04-14Fix typosAndrea Gelmini1-1/+1
2021-04-13tdf#134736 RemoveTransparenciesFromMetaFile ruins PDFExtOutDevData groupsCaolán McNamara1-0/+6
2021-04-13no need to make copies of these objectsNoel Grandin1-6/+6
2021-04-09remove vcl/waitobj.hxxCaolán McNamara1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-12/+12
2021-04-02tdf#139786 partial revert tdf#106181 XLSX export: output form controlsJustin Luth2-12/+12
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl1-1/+3
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel3-4/+4
2021-03-26vcl: add initializer_list constructor to BitmapPalette and use itTomaž Vajngerl1-4/+1
2021-03-25const OUString -> const OUStringLiteralMike Kaganski5-41/+41