summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Fix typoAndrea Gelmini1-1/+1
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski1-2/+2
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin5-13/+13
2019-05-11Removed duplicated includeAndrea Gelmini1-1/+0
2019-05-11Replace list by deque in xsltfilterJulien Nabet2-4/+4
2019-05-10an uno -> a unoCaolán McNamara5-5/+5
2019-05-10handle empty tools::Rectangle in filterNoel Grandin1-2/+2
2019-05-10an is used before a vowel soundCaolán McNamara3-4/+4
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen5-1/+21
2019-05-09Fix typoAndrea Gelmini1-3/+3
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin1-2/+3
2019-05-07tdf#62699 Drop pass-through header file include/svx/xattr.hxxGabor Kelemen2-2/+2
2019-04-30tdf#62699 Drop pass-through header file include/svx/xlineit.hxxGabor Kelemen2-0/+11
2019-04-30improve loplugin:stringconstantNoel Grandin2-4/+4
2019-04-30implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin1-15/+7
2019-04-30drop Graphic::operator boolNoel Grandin2-2/+2
2019-04-29tdf#62699 Drop pass-through header file include/svx/xfillit.hxxGabor Kelemen2-0/+6
2019-04-28Removed duplicated includeAndrea Gelmini1-1/+0
2019-04-28prefix member variables of AnimationBitmapTomaž Vajngerl2-5/+5
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl2-2/+2
2019-04-27tdf#62699 Drop pass-through header file include/svx/xsetit.hxxGabor Kelemen2-0/+9
2019-04-26Fix typo in codeAndrea Gelmini1-3/+3
2019-04-25Fix typoAndrea Gelmini1-7/+7
2019-04-24tdf#124197 Improve "Unexpected error" user-visible error message wordingDarkByt311-3/+3
2019-04-24lazy image loading shouldn't read the entire .xls file (tdf#124828)Luboš Luňák1-1/+5
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen1-0/+1
2019-04-20Fix typoAndrea Gelmini1-1/+1
2019-04-16fix usage of successful/successfully in commentsNoel Grandin1-1/+1
2019-04-15remove or change salbtype.hxx includes with the specific oneTomaž Vajngerl4-4/+1
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-04-13loplugin:sequentialassign in filter..fpickerNoel Grandin7-19/+9
2019-04-12filter: inline PptFontCollection to avoid inheritance of std::vectorTakeshi Abe1-5/+1
2019-04-09drop some unneeded includesCaolán McNamara1-3/+0
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2019-04-08improve combining in hash functionsNoel Grandin1-47/+50
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski7-83/+76
2019-04-07This looks unusedMike Kaganski1-1/+0
2019-04-06Avoid using index for single getToken() callMatteo Casalin1-3/+1
2019-04-03Fix typosJens Carl1-1/+1
2019-04-02weld XMLFilterSettingsDialogCaolán McNamara10-404/+211
2019-04-02Fix typoAndrea Gelmini1-1/+1
2019-04-01tdf#124029 Force correct import pos&size of mso_sptArc shapeRegina Henschel1-161/+173
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen3-0/+4
2019-03-25new loplugin:unoqueryNoel Grandin1-1/+1
2019-03-23tdf#123937 XML Filter Settings Dialog: Move "help" and "close" buttonsAlexander Farrow1-100/+120
2019-03-20Simplify by using indexed getToken()Matteo Casalin1-12/+4
2019-03-18Added tiled watermark export option for pdfmerttumer2-0/+77
2019-03-16tdf#62728 add PDF/A-2 support, change UI default to use thatThorsten Behrens4-19/+26
2019-03-16filter: Replace needless std::deque with simpler std::vectorTakeshi Abe4-7/+5