summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-252-2/+2
* convert WINDOW_ZORDER constants to scoped enumNoel Grandin2015-05-253-7/+7
* convert SHOW constants to scoped enumNoel Grandin2015-05-251-2/+2
* convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2015-05-221-1/+2
* convert POINTER constants to scoped enumNoel Grandin2015-05-221-2/+2
* convert SWIB constants to scoped enumNoel Grandin2015-05-212-4/+4
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-202-5/+5
* loplugin:staticmethodsStephan Bergmann2015-05-181-27/+30
* refactor scanner ext. to use RenderContextTomaž Vajngerl2015-05-182-117/+132
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-1575-508/+30
* tdf#91240 - cope with state-change after dispose and dispose fixedtext.Michael Meeks2015-05-142-20/+2
* convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin2015-05-131-1/+1
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-122-3/+2
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-112-2/+3
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-112-3/+2