summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2018-08-17loplugin:useuniqueptr in PDFGrammarNoel Grandin1-15/+15
2018-08-16loplugin:returnconstant in PresenterFrameworkObserverNoel Grandin2-21/+3
2018-08-14create appendCopy method in OUStringBufferNoel Grandin4-5/+5
2018-08-07simplify TimerSchedulerNoel Grandin1-9/+2
2018-07-30Add missing sal/log.hxx headersGabor Kelemen14-0/+15
2018-07-29loplugin:stringloop in sdNoel Grandin2-15/+14
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-06-27Break HashedStyle::RefCount out into new RefCountedHashdStyleStephan Bergmann2-45/+39
2018-06-27tdf#118374: fix crash from loplugin:useuniqueptr in sdextJulien Nabet2-3/+0
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov1-7/+4
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin5-49/+35
2018-06-07vcl: svx: misc improvements to pdfium importingAshod Nakashian1-1/+1
2018-06-07sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian5-27/+17
2018-05-17loplugin:unusedfields in sdNoel Grandin2-2/+0
2018-05-16loplugin:constantparamNoel Grandin4-12/+9
2018-04-24fix build with poppler 0.64Rene Engelhard2-0/+14
2018-04-20loplugin:constantparamNoel Grandin1-21/+15
2018-04-11new loplugin:unusedvariablemoreNoel Grandin2-10/+1
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin2-2/+4
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-27loplugin:expressionalwayszero improvementsNoel Grandin1-12/+0
2018-03-21pdf: refactor poppler importerAshod Nakashian1-0/+21
2018-03-18fix crash on pdf import of fdo30892-1Caolán McNamara1-1/+0
2018-03-16fix crash on pdf import of tdf59883-2Noel Grandin1-1/+0
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem5-0/+7
2018-03-13change minimizer extension to not use GraphicUrl and FillBitmapUrlTomaž Vajngerl3-9/+6
2018-03-07sdext: document the secondary screen of Presenter ConsoleMichael Stahl1-0/+5
2018-03-06loplugin:useuniqueptr in sdextNoel Grandin9-269/+263
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-43/+36
2018-02-15sdext: disable the warnings TWICE because they're sneaky bastardsMichael Stahl1-2/+12
2018-02-15sdext: MSVC 2015 is trashMichael Stahl1-4/+2
2018-02-15sdext: if all else fails USE BIGGER HAMMERMichael Stahl1-4/+4
2018-02-15sdext: suppress another MSVC warningMichael Stahl1-0/+1
2018-02-15sdext: disable MSVC 2017 warnings from boost headersMichael Stahl1-0/+11
2018-02-02Simplify sortElements in pdfiprocessor (sdext)Julien Nabet2-25/+5
2018-02-02Blind fix for MSVC warning C4101: 'rError': unreferenced local variableStephan Bergmann1-0/+2
2018-02-02sdext: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski3-22/+2
2018-02-01Fix typosAndrea Gelmini1-4/+4
2018-01-25loplugin:datamembershadow in PresenterPaneNoel Grandin6-21/+9
2018-01-24loplugin:constparamsNoel Grandin1-1/+1
2018-01-23new loplugin: pointerboolNoel Grandin1-1/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-2/+2
2018-01-22gbuild: always compile as C++17 with MSVC 2017Michael Stahl1-0/+6
2018-01-22boost: upgrade to release 1.66.0Michael Stahl1-0/+1
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin4-7/+4
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-16tdf#114939 sdext: don't use StarOffice MD5 in PDF importMichael Stahl2-38/+35
2018-01-15More loplugin:cstylecast: sdextStephan Bergmann1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: sdextStephan Bergmann17-117/+117