summaryrefslogtreecommitdiffstats
path: root/sdext
Commit message (Expand)AuthorAgeFilesLines
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1058-655/+655
* new loplugin: oncevarNoel Grandin2015-11-092-18/+10
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-066-22/+22
* Remove unused PPPOptimizerTokenEnum enumeratorsStephan Bergmann2015-11-052-238/+0
* Remove unused stringsStephan Bergmann2015-11-052-14/+0
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-0528-80/+70
* yyyyyNoel Grandin2015-11-043-6/+4
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-2/+2
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-3014-20/+18
* com::sun::star->css in sdextNoel Grandin2015-10-2931-80/+80
* Remove obsolete version map filesStephan Bergmann2015-10-231-25/+0
* loplugin:defaultparamsStephan Bergmann2015-10-201-2/+1
* Fix building with --enable-pdfimport on FreeBSD.Damjan Jovanovic2015-10-131-2/+0
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1251-621/+621
* presenter console: add 'Restart Timer' buttonMiklos Vajna2015-10-064-1/+63
* Prefer getSelectedFiles to getFiles (sdext+qadevOOo)Julien Nabet2015-10-041-1/+1
* Fix typosAndrea Gelmini2015-09-306-7/+7
* cppcheck: noExplicitConstructorCaolán McNamara2015-09-2721-39/+39
* boost->stdCaolán McNamara2015-09-1847-230/+226
* Handle IOException during filter detectionStephan Bergmann2015-09-101-51/+56
* Work around bogus warning C4701: potentially uninitialized local variableStephan Bergmann2015-09-071-1/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-071-4/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-071-10/+10
* sdext: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-0140-89/+79
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-317-29/+29
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-293-0/+3
* loplugin: defaultparamsNoel Grandin2015-08-203-12/+12
* Consolidate isFileUrl checksStephan Bergmann2015-08-192-1/+3
* remove unused SfxFilterFlags valuesNoel Grandin2015-08-051-1/+1
* sdext: replace boost::function with std::functionMichael Stahl2015-08-0317-56/+68
* new loplugin: refcountingNoel Grandin2015-08-032-9/+9
* loplugin:unusedmethodsNoel Grandin2015-07-304-20/+0
* formatting of public/private/protected section qualifiersNoel Grandin2015-07-176-10/+10
* Fix typoTakeshi Abe2015-07-081-1/+1
* Fix typosAndrea Gelmini2015-07-081-1/+1
* sdext: the PDF library, not the treeMichael Stahl2015-07-081-1/+1
* Improve sdext/ README.Michael Meeks2015-07-071-0/+19
* loplugin:unusedmethods sdextNoel Grandin2015-07-0717-51/+0
* Fix typosAndrea Gelmini2015-07-042-2/+2
* Work around const-ness issues in the GooString APIStephan Bergmann2015-07-011-4/+8
* Fix typosAndrea Gelmini2015-06-221-1/+1
* Fix check for broken standard libraryStephan Bergmann2015-06-192-3/+4
* Catch inadvertent uses of OUString(sal_Unicode) ctorStephan Bergmann2015-06-191-3/+3
* once more unto the breech dear fellowsNoel Grandin2015-06-192-3/+2
* workaround older compilers that do not have std::list::erase(const_iterator)Noel Grandin2015-06-192-4/+15
* fix older compilerNoel Grandin2015-06-191-27/+29
* add commentNoel Grandin2015-06-191-0/+1
* fix older compilerNoel Grandin2015-06-191-34/+35
* tdf#42374 - read PDF in larger chunksNoel Grandin2015-06-191-27/+67
* tdf#42374, improve perf by fixing bug in pdfi::HashedStyle::hashCode()Noel Grandin2015-06-191-1/+1