summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
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
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 Grandin4-7/+14
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-3/+2
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-1/+1
2019-03-05tdf#105445 Change label "Export comments" to "Comments as PDF annotations"Roman Kuznetsov1-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
2019-03-01tdf#123780: Fix SVG export of Writer imagesTamás Zolnai2-9/+7
2019-02-28tdf#115549 Check xPropset is exist.Gülşah Köse1-8/+11
2019-02-28remove some unused typedefsNoel Grandin1-6/+0
2019-02-28Translate German variable namesJohnny_M1-11/+11
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin4-9/+10
2019-02-26Translate German variable namesJohnny_M1-10/+10
2019-02-26svdtrans: nPi -> M_PI; nPi180 -> F_PI18000 to remove duplicatesMike Kaganski2-8/+8
2019-02-24tdf#122582: Add touch gestures to iOS app slideshow, also for exiting itTor Lillqvist1-0/+2668
2019-02-22tdf#122582: Add ways to exit the slideshow in the iOS appTor Lillqvist1-1/+21
2019-02-22Handle arrow keys (from a hardware keyboard) on iOSTor Lillqvist1-0/+22
2019-02-21CppunitTest_filter_textfilterdetect: use CPPUNIT_TEST_FIXTURE()Miklos Vajna1-19/+2
2019-02-19More loplugin:simplifyboolStephan Bergmann1-1/+1