summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Expand)AuthorAgeFilesLines
* just make the VirtualDevice a parser memberCaolán McNamara2017-03-081-5/+5
* Fix typosAndrea Gelmini2017-03-021-1/+1
* loplugin:sallogareasStephan Bergmann2017-02-281-2/+2
* new loplugin unoanyNoel Grandin2017-02-284-45/+45
* loplugin:loopvartoosmallStephan Bergmann2017-02-272-8/+5
* fix crash in pdfimportMarkus Mohrhard2017-02-241-3/+10
* vector::data seems more natural than &vector::frontCaolán McNamara2017-02-241-1/+1
* change intervall -> intervalDavid Tardon2017-02-234-18/+18
* loplugin:subtlezeroinit: sdextStephan Bergmann2017-02-213-5/+5
* PaneDescriptor::mbNeedsClipping is never readStephan Bergmann2017-02-172-3/+0
* remove unused Right from Anchor enumNoel Grandin2017-02-152-2/+1
* "Unicode" is a proper noun and should not be used in pluralTor Lillqvist2017-02-121-4/+4
* Add missing #includesStephan Bergmann2017-02-064-0/+4
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-319-18/+18
* tdf#105536: PDF image should be v-flipped unconditionallyMike Kaganski2017-01-283-2/+21
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-2811-18/+12
* Remove dynamic exception specificationsStephan Bergmann2017-01-2664-1009/+378
* loplugin: unnecessary destructor scaddins..sdextNoel Grandin2017-01-259-46/+0
* tdf#105382 Set URL-decoded default filename for minimized presentationTakeshi Abe2017-01-242-18/+10
* New loplugin:dynexcspec: Add @throws documentation, sdextStephan Bergmann2017-01-1915-6/+15
* new loplugin: useuniqueptr: sdextNoel Grandin2017-01-174-22/+22
* loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann2017-01-111-1/+1
* Some loplugin:conststringvar/stringconstant improvements: sdextStephan Bergmann2017-01-111-1/+1
* New loplugin:conststringvar: sdextStephan Bergmann2017-01-101-6/+6
* New loplugin:externvar: sdextStephan Bergmann2017-01-091-1/+1
* ODR violation (base class must be the same across compilation units)Stephan Bergmann2016-12-2119-155/+117
* Revert "verify SolarMutex when ref-counting VclPtr" seriesNoel Grandin2016-12-134-4/+0
* OSL_TRACE->SAL in avmedia..canvasNoel Grandin2016-12-131-9/+9
* OSL_TRACE->SAL in sd..sdextNoel Grandin2016-12-127-41/+7
* verify that we hold the SolarMutex when ref-counting VclPtrNoel Grandin2016-12-084-0/+4
* loplugin:unnecessaryoverride (dtors) in sdextStephan Bergmann2016-12-057-54/+2
* presenter console: fix STL assert when exiting slide showMichael Stahl2016-11-231-1/+5
* spelling mutext->mutexNoel Grandin2016-11-091-1/+1
* loplugin:unnecessaryvirtual in sd..sdextNoel Grandin2016-11-072-4/+3
* loplugin:unusedmethodsNoel Grandin2016-11-041-8/+0
* loplugin:singlevalfieldsNoel Grandin2016-11-022-12/+1
* style fixes for cppcheck noExplicitConstructorJochen Nitschke2016-11-011-1/+1
* loplugin:oncevar in sd..svgioNoel Grandin2016-11-011-17/+8
* Make stable sort more stable :)Mike Kaganski2016-10-311-8/+20
* Omit comparator which is the same as default std::less<key_type>Takeshi Abe2016-10-314-19/+5
* loplugin:expandablemethods in sdextNoel Grandin2016-10-2714-126/+50
* loplugin:expandablemethodds in scaddins..sdextNoel Grandin2016-10-201-6/+1
* '>>=' with rhs Any is a copy assignmentJochen Nitschke2016-10-191-1/+1
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-181-1/+1
* clang-cl loplugin: sdextStephan Bergmann2016-10-162-4/+4
* xmlsecurity: add initial PDFSignatureHelperMiklos Vajna2016-10-131-1/+1
* CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann2016-10-061-6/+5
* Fix typosAndrea Gelmini2016-10-011-1/+1
* loplugin:unusedmethods in sc..vclNoel Grandin2016-09-225-51/+0
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1342-79/+79