summaryrefslogtreecommitdiff
path: root/filter/source
AgeCommit message (Expand)AuthorFilesLines
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-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 McNamara8-394/+150
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-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 Behrens3-17/+24
2019-03-16filter: Replace needless std::deque with simpler std::vectorTakeshi Abe4-7/+5
2019-03-16Help cppcheck on filter/icgm/elements + optimize a bit operator =Julien Nabet1-1/+4
2019-03-16clarify that set_visible(true/false) is just show/hideCaolán McNamara1-4/+4
2019-03-14Use indexed getToken()Matteo Casalin1-5/+5
2019-03-14Avoid using index for single getToken() callMatteo Casalin1-4/+2
2019-03-14Avoid using index for single getToken() callMatteo Casalin1-4/+2
2019-03-14tdf#122899 use unsigned integer for mso_sptArcRegina Henschel1-8/+21
2019-03-11weld ODocumentLinkDialogCaolán McNamara1-4/+4
2019-03-08new loplugin constvarsNoel Grandin2-9/+8
2019-03-07log nice exception messages whereever possibleNoel Grandin3-6/+12
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-3/+2
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-03-05nPara[1] needs clamping too, after allStephan Bergmann1-1/+4
2019-03-05Check svg URLs before exportingSamuel Mehrbrodt1-7/+13
2019-03-03Avoid unnecessary conversion to sal_uInt16Stephan Bergmann1-1/+1