summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* drop some unneeded includesCaolán McNamara2019-04-091-3/+0
* tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen2019-04-081-0/+1
* improve combining in hash functionsNoel Grandin2019-04-081-47/+50
* Don't use resettable/clearable guard where plain guard is enoughMike Kaganski2019-04-077-83/+76
* This looks unusedMike Kaganski2019-04-071-1/+0
* Avoid using index for single getToken() callMatteo Casalin2019-04-061-3/+1
* Fix typosJens Carl2019-04-031-1/+1
* weld XMLFilterSettingsDialogCaolán McNamara2019-04-0210-404/+211
* Fix typoAndrea Gelmini2019-04-021-1/+1
* tdf#124029 Force correct import pos&size of mso_sptArc shapeRegina Henschel2019-04-011-161/+173
* tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen2019-04-011-0/+1
* tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen2019-03-293-0/+4
* new loplugin:unoqueryNoel Grandin2019-03-251-1/+1
* tdf#123937 XML Filter Settings Dialog: Move "help" and "close" buttonsAlexander Farrow2019-03-231-100/+120
* Simplify by using indexed getToken()Matteo Casalin2019-03-201-12/+4
* Added tiled watermark export option for pdfmerttumer2019-03-182-0/+77
* tdf#62728 add PDF/A-2 support, change UI default to use thatThorsten Behrens2019-03-164-19/+26
* filter: Replace needless std::deque with simpler std::vectorTakeshi Abe2019-03-164-7/+5
* Help cppcheck on filter/icgm/elements + optimize a bit operator =Julien Nabet2019-03-161-1/+4
* clarify that set_visible(true/false) is just show/hideCaolán McNamara2019-03-161-4/+4
* Use indexed getToken()Matteo Casalin2019-03-141-5/+5
* Avoid using index for single getToken() callMatteo Casalin2019-03-141-4/+2
* Avoid using index for single getToken() callMatteo Casalin2019-03-141-4/+2
* tdf#122899 use unsigned integer for mso_sptArcRegina Henschel2019-03-141-8/+21
* weld ODocumentLinkDialogCaolán McNamara2019-03-111-4/+4
* new loplugin constvarsNoel Grandin2019-03-082-9/+8
* log nice exception messages whereever possibleNoel Grandin2019-03-074-7/+14
* remove some unnecessary typedef struct... sugarNoel Grandin2019-03-061-3/+2
* loplugin:unnecessaryparen improve member expressionNoel Grandin2019-03-061-1/+1
* tdf#105445 Change label "Export comments" to "Comments as PDF annotations"Roman Kuznetsov2019-03-051-1/+1
* nPara[1] needs clamping too, after allStephan Bergmann2019-03-051-1/+4
* Check svg URLs before exportingSamuel Mehrbrodt2019-03-051-7/+13
* Avoid unnecessary conversion to sal_uInt16Stephan Bergmann2019-03-031-1/+1
* tdf#123780: Fix SVG export of Writer imagesTamás Zolnai2019-03-012-9/+7
* tdf#115549 Check xPropset is exist.Gülşah Köse2019-02-281-8/+11
* remove some unused typedefsNoel Grandin2019-02-281-6/+0
* Translate German variable namesJohnny_M2019-02-281-11/+11
* loplugin:unusedfields look for classes where we can make all the..Noel Grandin2019-02-274-9/+10
* Translate German variable namesJohnny_M2019-02-261-10/+10
* svdtrans: nPi -> M_PI; nPi180 -> F_PI18000 to remove duplicatesMike Kaganski2019-02-262-8/+8
* tdf#122582: Add touch gestures to iOS app slideshow, also for exiting itTor Lillqvist2019-02-241-0/+2668
* tdf#122582: Add ways to exit the slideshow in the iOS appTor Lillqvist2019-02-221-1/+21
* Handle arrow keys (from a hardware keyboard) on iOSTor Lillqvist2019-02-221-0/+22
* CppunitTest_filter_textfilterdetect: use CPPUNIT_TEST_FIXTURE()Miklos Vajna2019-02-211-19/+2
* More loplugin:simplifyboolStephan Bergmann2019-02-191-1/+1
* Simplify containers iterations in [f-l]*Arkadiy Illarionov2019-02-185-53/+29
* [API CHANGE] add setParentWindow to XDocumentDigitalSignaturesCaolán McNamara2019-02-141-0/+1
* tdf#114441: Convert use of sal_uLong to better integer typesSalih Sariyar2019-02-121-5/+5
* new loplugin writeonlyvarsNoel Grandin2019-02-114-16/+4
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2019-02-111-1/+1