summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-3/+2
| | | | Change-Id: I1167d0ce6b6f6e48309d0551c1d2a283d79546a7
* use VclPtr<>::CreateDavid Tardon2015-06-131-1/+1
| | | | Change-Id: I4b3abbd390e7b6cb449ccd7f0fb956266fd0b5c8
* dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna2015-06-091-1/+1
| | | | Change-Id: I27547009862b50a1cb0244c144c46c0aadef65f3
* extensions: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna2015-06-091-1/+1
| | | | Change-Id: I005d398c1c9bdcf84815340e83e826740c1fc651
* loplugin:unnecessaryvirtualsNoel Grandin2015-06-091-1/+1
| | | | | | | | Improve the plugin a little. Create a python script to process the output. Run it again. Change-Id: I05c21d8a21c8f4243af739c412fda0a521f9b5f0
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-089-22/+22
| | | | Change-Id: I4c3c6bfce836ddc35ba6b277e240f5ed7e652e57
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-061-2/+2
| | | | | | | | | | Omit the plugin, and sw's FrameControlsManager for now. Change-Id: Ifb98a2e6e03a9d099efc1668305b96bd9142ca5f Reviewed-on: https://gerrit.libreoffice.org/16117 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
* abpilot: fix relative reference of embedded data sourceMiklos Vajna2015-06-051-1/+2
| | | | | | | With this, not only the MM wizard, but the address book data source wizard can create relative references correctly. Change-Id: Id7357dbcc4503ca69595992ee7ebd6b1234d386a
* abpilot: refer embedded data source from doc settingsMiklos Vajna2015-06-041-0/+6
| | | | | | | So that even if the address book data source wizard creates the embedded data source, next time the document is loaded, we can find it. Change-Id: Ibb11fa119fb27976437e54bed1d590cfd9863236
* abpilot: embed the data source definition, if possible + requestedMiklos Vajna2015-06-043-5/+52
| | | | Change-Id: I0e70459e331995388b36c77c351bff89ece004a6
* abpilot: store embedding preference in AddressSettingsMiklos Vajna2015-06-043-0/+3
| | | | Change-Id: I83235f79d30e5f573fee95a525b4cfe1211a24b7
* abpilot: add checkbox to embed data source in datasourcepageMiklos Vajna2015-06-043-4/+37
| | | | Change-Id: Iea9984af3f08ed214815b9477019695f2339a7f3
* uno::Sequence provides now begin and endNoel Grandin2015-06-045-11/+8
| | | | | | | | | | | | use begin() and end() when calling std::copy on an uno::Sequence Inspired by commit b34b648fc3262c5d9aa295f621e8fe9c97d4c6b2 "uno::Sequence provides now begin and end" Change-Id: I08e8c3fd6144e77b95a26f85bc0daf6a9edeeb0b Reviewed-on: https://gerrit.libreoffice.org/16057 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-024-7/+7
| | | | Change-Id: I636c05a34afc857c75a35e4c6fefedbce3e99c06
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-05-291-1/+1
| | | | | | | Change-Id: I62dd164e281911d9db3de453789a5badc7cd5fd7 Reviewed-on: https://gerrit.libreoffice.org/15954 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
* loplugin:redundantcast: const_cast to same typeStephan Bergmann2015-05-295-9/+9
| | | | Change-Id: Ifdb1c4174b89b273dd240d3d0f542ec4a871c7e0
* Fix Windows 64-bit buildStephan Bergmann2015-05-291-1/+1
| | | | Change-Id: Ie02b1b51463aa9d6c5e80001eb089909995d5b5b
* loplugin:loopvartoosmallNoel Grandin2015-05-2911-15/+15
| | | | Change-Id: I5518e40a30bdad53470cc52b59eff04ab6d873d4
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-282-2/+2
| | | | | | | | | | | | | Replace all calls looking like ADialog(some params).Execute() by ScopedVclPtrInstance<ADialog>::Create(some parms)->Execute() Change-Id: I0b6f0a9ea5ef0a749ffa30ce131e9dc989604639 Reviewed-on: https://gerrit.libreoffice.org/15915 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
* tdf#91671 avoid use of already disposed controlDavid Tardon2015-05-281-1/+2
| | | | Change-Id: I9cf5feeb2fc0ea91c7684aaf8adc2809907fa5d7
* convert SCROLL constants to scoped enumNoel Grandin2015-05-261-2/+2
| | | | Change-Id: I5696fa39b2d032735cea7abe039349d4f83cf68d
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-262-2/+2
| | | | | | | fixing a bug in Window::ImplMoveAllInvalidateRegions, and improving the IDL docs for XWindowPeer Change-Id: Idb774ac913945db2ac7c492c11cf86c370624c3d
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-252-2/+2
| | | | | | Hold a reference on the VclPtr while we're waiting for the UserEvent. Change-Id: I55c2671ca12eb14761c6a7dffd551af71547ecbd
* convert WINDOW_ZORDER constants to scoped enumNoel Grandin2015-05-253-7/+7
| | | | Change-Id: I91a583fe7d4195ee6bc73b4854f757517b38408b
* convert SHOW constants to scoped enumNoel Grandin2015-05-251-2/+2
| | | | Change-Id: I2712a0901049885502cade31f9757f712048bb33
* convert WINDOW_POSSIZE constants to scoped enumNoel Grandin2015-05-221-1/+2
| | | | Change-Id: Id85137ffc7309a66b04132d588d289db136117b9
* convert POINTER constants to scoped enumNoel Grandin2015-05-221-2/+2
| | | | | | | Change-Id: Iea29ce5fd6c620535197d3ca8538335078430e19 Reviewed-on: https://gerrit.libreoffice.org/15825 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* convert SWIB constants to scoped enumNoel Grandin2015-05-212-4/+4
| | | | | | | Change-Id: If64368f22e748cc646a726cb962e60ad29a66df9 Reviewed-on: https://gerrit.libreoffice.org/15840 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-202-5/+5
| | | | Change-Id: Ic0f7f8fa236bb478b3598ae3fd3c1b30ebbf1a01
* loplugin:staticmethodsStephan Bergmann2015-05-181-27/+30
| | | | Change-Id: I11dfc42c11c4a689e4bde6f511751e5fb89471ca
* refactor scanner ext. to use RenderContextTomaž Vajngerl2015-05-182-117/+132
| | | | Change-Id: I31e4ea09b3a7bd65e589481c4c128275a8a7c1b7
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-1575-508/+30
| | | | | | | Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4 Reviewed-on: https://gerrit.libreoffice.org/15712 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* tdf#91240 - cope with state-change after dispose and dispose fixedtext.Michael Meeks2015-05-142-20/+2
| | | | Change-Id: Iba204fbeebbc4ea0982036159507b755cedd544e
* convert FLOATWIN_POPUPMODE constants to scoped enumNoel Grandin2015-05-131-1/+1
| | | | Change-Id: I744d430ef6a506977eb10b892582c8969ec27524
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-122-3/+2
| | | | Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-112-2/+3
| | | | | | | | Behaves oddly; not ready yet. This reverts commit 9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c. Change-Id: I30d746eac29d1dbe78d3072b10d2e22c051e3f4e
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-112-3/+2
| | | | Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-111-3/+3
| | | | | | | Change-Id: I88e67f89dbbab0646e8f106dfeb32c6ee1bb0b95 Reviewed-on: https://gerrit.libreoffice.org/15671 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-1011-14/+14
| | | | Change-Id: I70598072c1d492e360ef46dd7b5ef5a2fa4be495
* No more need for EMPTYARG in C++11Stephan Bergmann2015-05-101-1/+1
| | | | Change-Id: I8a6abc563fa80a801d1907100d0b1138d260c36e
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-104-6/+6
| | | | Change-Id: I1a8a07623c264154451d36b55db1986be4a6f54c
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-094-17/+8
| | | | Change-Id: Id05266810760f73db2daba10d1efa14aa9f88dd9
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-0/+1
| | | | Change-Id: Ib27854a8470f3ff5b208cb949a7bd02f2a86c969
* Clean up checks of sal_Bool valuesStephan Bergmann2015-05-081-2/+2
| | | | Change-Id: Ia05565077823d6efaeaeb35d3d80b51dd9a10d4c
* convert CONFIG_MODE constants to scoped enumNoel Grandin2015-05-061-1/+1
| | | | Change-Id: I1b0fb976e7bf8d7de06da0c30012e8bba1320498
* Use various typed ToolBox::Set*Hdl LinksStephan Bergmann2015-05-062-3/+2
| | | | Change-Id: Iddfd36ae0de86fdd2d4febb2c05d1fe0c02801f0
* vcl: rename other members of StateChangedType for consistencyMichael Stahl2015-05-051-1/+1
| | | | Change-Id: Ifd3339813e5d3dfb54566fd226aaf2d2a199d59a
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-055-11/+6
| | | | Change-Id: I189937950325dc4ef663f7f49cb45f38f8537de9
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-4/+2
| | | | Change-Id: Iaaf0c93e5b28c0f7dbe4f02eda8beeae30708100
* Use typed TabControl::SetDeactivatePageHdl LinkStephan Bergmann2015-05-042-4/+4
| | | | Change-Id: I487aad5217cb685ece971717445a68b4fb3d2b3a