summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2016-01-19Ensure irreflexivity of std::stable_sort predicateStephan Bergmann1-0/+4
2016-01-14loplugin:unusedmethods unused return value in sdextNoel Grandin10-27/+14
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann3-3/+3
2016-01-10Fix typosAndrea Gelmini5-5/+5
2015-12-26sdext: change instances of maName to more descriptive namesChris Sherlock2-3/+3
2015-12-21loplugin:unusedfields sdextNoel Grandin18-24/+0
2015-12-12TyposJulien Nabet1-1/+1
2015-12-11Get rid of StaticLibrary_pdfimport_sStephan Bergmann6-67/+31
2015-12-11Remove unused -DBASEGFX_STATIC_LIBRARYStephan Bergmann1-1/+0
2015-11-30loplugin:unusedfieldsNoel Grandin2-2/+0
2015-11-28Silence clang-cl warnings in gperf-generated codeStephan Bergmann1-0/+8
2015-11-28Missing includeStephan Bergmann3-0/+6
2015-11-26-Werror,-Wunused-private-fieldStephan Bergmann2-2/+0
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2-3/+0
2015-11-25loplugin:unusedfields variousNoel Grandin1-3/+1
2015-11-23loplugin:unusedfields in sdext/Noel Grandin3-4/+0
2015-11-17Use std::vector instead of boost::shared_arrayStephan Bergmann1-19/+19
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian2-151/+144
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-3/+1
2015-11-11new loplugin: memoryvarNoel Grandin3-12/+9
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann58-655/+655
2015-11-09new loplugin: oncevarNoel Grandin2-18/+10
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann6-22/+22
2015-11-05Remove unused PPPOptimizerTokenEnum enumeratorsStephan Bergmann2-238/+0
2015-11-05Remove unused stringsStephan Bergmann2-14/+0
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin28-80/+70
2015-11-04yyyyyNoel Grandin3-6/+4
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-2/+2
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin14-20/+18
2015-10-29com::sun::star->css in sdextNoel Grandin31-80/+80
2015-10-23Remove obsolete version map filesStephan Bergmann1-25/+0
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+1
2015-10-13Fix building with --enable-pdfimport on FreeBSD.Damjan Jovanovic1-2/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann51-621/+621
2015-10-06presenter console: add 'Restart Timer' buttonMiklos Vajna4-1/+63
2015-10-04Prefer getSelectedFiles to getFiles (sdext+qadevOOo)Julien Nabet1-1/+1
2015-09-30Fix typosAndrea Gelmini6-7/+7
2015-09-27cppcheck: noExplicitConstructorCaolán McNamara21-39/+39
2015-09-18boost->stdCaolán McNamara47-230/+226
2015-09-10Handle IOException during filter detectionStephan Bergmann1-51/+56
2015-09-07Work around bogus warning C4701: potentially uninitialized local variableStephan Bergmann1-1/+1
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+2
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-10/+10
2015-09-01sdext: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe40-89/+79
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann7-29/+29
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson3-0/+3
2015-08-20loplugin: defaultparamsNoel Grandin3-12/+12
2015-08-19Consolidate isFileUrl checksStephan Bergmann2-1/+3
2015-08-05remove unused SfxFilterFlags valuesNoel Grandin1-1/+1
2015-08-03sdext: replace boost::function with std::functionMichael Stahl17-56/+68