summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann9-44/+44
2015-08-28Bin a few leftover (?) stderr printoutsTor Lillqvist2-9/+0
2015-08-28make PostUserEvent Link<> typedNoel Grandin20-47/+32
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin31-79/+51
2015-08-21tdf#39440 reduce scope of local variablesMichael Weghorn1-4/+4
2015-08-21loplugin:defaultparamsStephan Bergmann1-1/+1
2015-08-19Remove two silly typedefsStephan Bergmann9-17/+17
2015-08-19Consolidate isFileUrl checksStephan Bergmann3-4/+7
2015-08-17o3tl: rename compat_functional headerThorsten Behrens3-3/+3
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-5/+5
2015-08-14loplugin: defaultparamsNoel Grandin15-26/+26
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson3-4/+6
2015-08-08Explicit capture annotationsStephan Bergmann1-1/+1
2015-08-08tdf#92459 remove compat_functional from extensionsDaniel Robertson3-7/+5
2015-08-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe54-109/+101
2015-08-05loplugin:unusedmethodsNoel Grandin16-121/+5
2015-08-03new loplugin: refcountingNoel Grandin1-6/+6
2015-07-24loplugin:unusedmethodsNoel Grandin10-31/+1
2015-07-23Bin pointless #ifndef #define danceTor Lillqvist1-5/+0
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin1-1/+1
2015-07-16loplugin:simplifyboolStephan Bergmann1-2/+2
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann3-19/+6
2015-07-10extensions: convert boost::bindMichael Stahl1-3/+2
2015-07-10do not include boost/utility.hppMichael Stahl1-1/+1
2015-07-09tdf#92611 - unwind UNO lifecycle snafu.Michael Meeks3-7/+10
2015-07-09remove obsolete check for pre-MSVC2013 ATL library nameMichael Stahl3-3/+3
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-03Fix typosAndrea Gelmini4-5/+5
2015-07-03typo: therfore -> thereforeAndras Timar2-2/+2
2015-07-01tdf#67343 Arrange Help button in a seconday group (extensions)Adolfo Jayme Barrientos5-196/+74
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin2-4/+4
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-2/+3
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+2
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe9-38/+36
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15more untranslatable UI stringsAndras Timar1-4/+4
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin2-4/+2
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-3/+2
2015-06-13use VclPtr<>::CreateDavid Tardon1-1/+1
2015-06-09dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna1-1/+1
2015-06-09extensions: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna1-1/+1
2015-06-09loplugin:unnecessaryvirtualsNoel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann9-22/+22
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-06-05abpilot: fix relative reference of embedded data sourceMiklos Vajna1-1/+2
2015-06-04abpilot: refer embedded data source from doc settingsMiklos Vajna1-0/+6
2015-06-04abpilot: embed the data source definition, if possible + requestedMiklos Vajna3-5/+52