summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Explicit capture annotationsStephan Bergmann2015-08-081-1/+1
* tdf#92459 remove compat_functional from extensionsDaniel Robertson2015-08-083-7/+5
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-08-0654-109/+101
* loplugin:unusedmethodsNoel Grandin2015-08-0516-121/+5
* new loplugin: refcountingNoel Grandin2015-08-031-6/+6
* loplugin:unusedmethodsNoel Grandin2015-07-2410-31/+1
* Bin pointless #ifndef #define danceTor Lillqvist2015-07-231-5/+0
* formatting of public/private/protected section qualifiersNoel Grandin2015-07-171-1/+1
* loplugin:simplifyboolStephan Bergmann2015-07-161-2/+2
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-133-19/+6
* extensions: convert boost::bindMichael Stahl2015-07-101-3/+2
* do not include boost/utility.hppMichael Stahl2015-07-101-1/+1
* tdf#92611 - unwind UNO lifecycle snafu.Michael Meeks2015-07-093-7/+10
* remove obsolete check for pre-MSVC2013 ATL library nameMichael Stahl2015-07-093-3/+3
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Fix typosAndrea Gelmini2015-07-034-5/+5
* typo: therfore -> thereforeAndras Timar2015-07-032-2/+2
* tdf#67343 Arrange Help button in a seconday group (extensions)Adolfo Jayme Barrientos2015-07-015-196/+74
* Fix typosAndrea Gelmini2015-06-301-1/+1
* remove some unnecessary typedefs to pointerNoel Grandin2015-06-302-4/+4
* Fix typosAndrea Gelmini2015-06-281-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-2/+3
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-251-2/+2
* Fix typosAndrea Gelmini2015-06-181-1/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-179-38/+36
* Fix typosAndrea Gelmini2015-06-161-1/+1
* more untranslatable UI stringsAndras Timar2015-06-151-4/+4
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-152-4/+2
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-3/+2
* use VclPtr<>::CreateDavid Tardon2015-06-131-1/+1
* dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna2015-06-091-1/+1
* extensions: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna2015-06-091-1/+1
* loplugin:unnecessaryvirtualsNoel Grandin2015-06-091-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-089-22/+22
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-061-2/+2
* abpilot: fix relative reference of embedded data sourceMiklos Vajna2015-06-051-1/+2
* abpilot: refer embedded data source from doc settingsMiklos Vajna2015-06-041-0/+6
* abpilot: embed the data source definition, if possible + requestedMiklos Vajna2015-06-043-5/+52
* abpilot: store embedding preference in AddressSettingsMiklos Vajna2015-06-043-0/+3
* abpilot: add checkbox to embed data source in datasourcepageMiklos Vajna2015-06-043-4/+37
* uno::Sequence provides now begin and endNoel Grandin2015-06-045-11/+8
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-024-7/+7
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-05-291-1/+1
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-295-9/+9
* Fix Windows 64-bit buildStephan Bergmann2015-05-291-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-05-2911-15/+15
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-282-2/+2
* tdf#91671 avoid use of already disposed controlDavid Tardon2015-05-281-1/+2
* convert SCROLL constants to scoped enumNoel Grandin2015-05-261-2/+2
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-262-2/+2