summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* 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
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-111-3/+3
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-1011-14/+14
* No more need for EMPTYARG in C++11Stephan Bergmann2015-05-101-1/+1
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-104-6/+6
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-094-17/+8
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-0/+1
* Clean up checks of sal_Bool valuesStephan Bergmann2015-05-081-2/+2
* convert CONFIG_MODE constants to scoped enumNoel Grandin2015-05-061-1/+1
* Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2015-05-062-3/+2
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-051-1/+1
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-055-11/+6
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-4/+2
* Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann2015-05-042-4/+4