summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)AuthorFilesLines
2015-08-28make PostUserEvent Link<> typedNoel Grandin5-22/+14
Change-Id: I13f10bda985d55d419a5bff481130a456ae2db8a
2015-08-27Clean up sEmptyStephan Bergmann1-4/+3
Change-Id: If1b2bfe308caa2bce92e73d2c5c86ee273faed93
2015-08-27Clean up aEmptyStephan Bergmann1-8/+7
Change-Id: I4c4294b7fb1cb537ba3ae3e6e7e747a3333b7469
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin7-56/+35
Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b
2015-08-22remove superfluous " at end of stringChristian Lohmaier1-1/+1
Change-Id: Id5280f3ea136e061f4c1e21a60aeedf2d56d0bea
2015-08-20loplugin: defaultparamsNoel Grandin8-18/+18
Change-Id: Ibf0ea539d2a95073a12f84964759d9c7a94baa7b
2015-08-19Consolidate isFileUrl checksStephan Bergmann1-1/+2
Change-Id: I1b74fdfaa09c4d0d6c296253958e83e78b546a9a
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-3/+6
together with 58d68a1bc9146334376206ae7ba8b1a6594a1040 "ConvertURLToSystemPath->getSystemPathFromFileURL" and 28f3464a571a23a2c16bd0980e9021b95d011511 "ConvertSystemPathToURL->getFileURLFromSystemPath," this replaces all those Convert... functionality with direct calls to the corresponding osl::FileBase functions. Change-Id: I2876171cd337a5eb939d25d8cf1e0c1253ff73a7
2015-08-18lok::Document getStyles methodMihai Varga1-0/+34
This method returns a JSON mapping of style families to a list of styles from the corresponding family. Will be used to know and apply styles in tiledrendering. Change-Id: I0aa395c40b9573920ade44255f97c077475ae5f1
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin1-2/+2
Change-Id: Ia4ae190da37351b8c2b7ee9fc953508c5b1ab062
2015-08-14loplugin: defaultparamsNoel Grandin2-9/+6
Change-Id: I455b200febc9939f3fb81597938b26c0e9eb5f74
2015-08-10cppcheck: badBitmaskCheckCaolán McNamara1-2/+2
Change-Id: I0a6787379317e5077c5a4520e5144fe091a01538
2015-08-06LOKit: set thread name lo_startmainHenry Castro1-0/+2
It is necessary the thread name for debugging LOKit threads. Change-Id: I713595eb1319234ff90a6eddebcac5ebad912b04
2015-08-04filter,desktop,dbaccess: inline some use-once typedefsNoel Grandin1-3/+1
Change-Id: I35f256a11b211c3cb977ae76b5b561efbfd13b9d
2015-07-27comphelper, desktop: fix MSVC mergedlib link failureMichael Stahl1-37/+4
Duplicate symbols are easily avoided by removing duplicate code. Change-Id: I9b598a44156d6ff71b0691e69ab8163b15e2e26f
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann7-12/+0
Change-Id: Ia1eb84b72cc9aa61639c3efbd55685d781196401
2015-07-23separate variables by scoping instead of reusingLionel Elie Mamane1-4/+6
Change-Id: I2cc889628f9ab25e382a9e891b99a795cd7d4c59
2015-07-23fix regression introduced by 21834f14c97071c5bcf13ef02bf940dc1922663fLionel Elie Mamane1-3/+3
Change-Id: I75b6329e2d308bd0d24201169dcef72301358d81 Reviewed-on: https://gerrit.libreoffice.org/17305 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe37-85/+82
with the variadic variants in desktop. Change-Id: I84d4c4b36fff95b5e1646f4df731d0b83ee1fe3e Reviewed-on: https://gerrit.libreoffice.org/17301 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-23inline a handful of use-once #definesNoel Grandin2-3/+1
Change-Id: Id2654555c4042f8c0bdbd6bab6507e705f08326b
2015-07-20tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
with the variadic variants, for comphelper. This also includes extra changes in other modules required accordingly. Change-Id: Id1537f46f1c90f760a0d8987a6dafa0e1da03b8f Reviewed-on: https://gerrit.libreoffice.org/16929 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-19Fix typosAndrea Gelmini1-1/+1
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-07-17loplugin:unusedmethods desktopNoel Grandin11-45/+0
Change-Id: I78d4cd362bebde05e5bec55eff5e38603cb3f813
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
Change-Id: I3ad64faba0e162d404668789ae4aa410004eaee2
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl3-19/+19
Change-Id: I530c5f95dda9aa80654e3a2a20a2e236221e7305
2015-07-15Revert "tools: replace boost::ptr_vector with std::unordered_map"Norbert Thiebaud3-19/+19
This reverts commit 218be53fe00aebed43df0b041de609b30f99ce95. MacOSX breaker
2015-07-16tools: replace boost::ptr_vector with std::unordered_mapMichael Stahl3-19/+19
Change-Id: I530c5f95dda9aa80654e3a2a20a2e236221e7305
2015-07-10do not include boost/utility.hppMichael Stahl2-2/+2
It just includes a bunch of other boost headers; mostly we need boost/noncopyable.hpp so include that directly. This eliminates 831 MB(!) of boost/preprocessor/seq/fold_left.hpp completely, which is the 2nd biggest header after ustring.hxx. Change-Id: I3df55770adcb46e56f389af828e8ba80da2dc1f2
2015-07-10desktop: misc: Add support for mips64.Heiher1-0/+6
Change-Id: If00f4438804777a977cd058bbb09603c4ff0d31c Reviewed-on: https://gerrit.libreoffice.org/16908 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-07-10desktop: update: Add support for mips64.Heiher3-0/+2
Change-Id: I48c6d717e30491171936e34210e8c60b1c7f9487 Reviewed-on: https://gerrit.libreoffice.org/16909 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-07-08loplugin:unusedmethods vclNoel Grandin1-1/+0
Change-Id: I98b88ca3369a2c888fd63796e39d42376d513002
2015-07-08Fix typosAndrea Gelmini1-3/+3
Change-Id: I70b03c152f63e48341dc5629a99b0eeab7b497c0 Reviewed-on: https://gerrit.libreoffice.org/16834 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-07-07LOK: Corner case with working dir as '/'.Jan Holesovsky1-1/+3
Change-Id: I3965966f0d3fe65389e8834d67452ac56f9df2d6
2015-07-06LOK: Cleanup absolutizing of URLs.Jan Holesovsky1-10/+25
Thanks to Stephan Bergmann. Change-Id: I22aa3bb827db28bce3eabebb9b8c514663fad860
2015-07-03LOK: Don't try to absolutize URL's.Jan Holesovsky1-5/+10
Based on a patch by Henry Castro. Change-Id: Ia7aca20feb8f6095adf7dfe510ed78b1e9882740
2015-07-03Fix typosAndrea Gelmini7-7/+7
Change-Id: Ideb5688a8c9e7cf10038f2e9d00991e8653b1875 Reviewed-on: https://gerrit.libreoffice.org/16706 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2015-07-03typo: therfore -> thereforeAndras Timar1-1/+1
Change-Id: I9dcc0ce882dfd533d98a4f71625bb85e44084283
2015-06-30Fix typosAndrea Gelmini1-1/+1
Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-06-29Partially revert "svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at all"Andras Timar1-0/+10
This reverts commit 601d7d38628bf93218fba15249c4654ae24e7396. desktop and svx need these flags in case of OS X sandboxing Change-Id: Ib811aa53bc2d71839961cdcea0dd4836ebdbc38c
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin1-3/+3
This reverts commit e57314f61f67b093510c5a8a8f34a62126ba8734.
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin1-3/+3
since most of the time we don’t need a heavyweight uno::Sequence. Adds a new method getElementsAsVector(). Change-Id: I9e72bef0c0c723ffd0dd7d4152db5baec6784a7a Reviewed-on: https://gerrit.libreoffice.org/15747 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-2/+2
Change-Id: Ifd3537f5478079f4a82ddd7c5e32170c2080df2d
2015-06-24cppcheck: noExplicitConstructorCaolán McNamara24-32/+32
Change-Id: I80cd2975f17bb7fa57fa669873ef1dd8f3595a11
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d. iff can mean "if and only if" so not a typo
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky2-2/+2
In the paints, we must use the size of the Window for the computations, not of the RenderContext - the RenderContext can be much bigger than the Window in the double-buffering case. Fixes for example the list boxes, and many others. Change-Id: I4c7607569f88b2d097587140858d0862e54b5ea6
2015-06-22Fix typosAndrea Gelmini1-1/+1
Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b Reviewed-on: https://gerrit.libreoffice.org/16408 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-06-19LOK: return used format in Document::getTextSelection()Miklos Vajna1-3/+14
This allows requesting text/html, with falling back to plain text if necessary. Change-Id: Ie6d4e0e173311ba018553043b6a869abf193bf6f Reviewed-on: https://gerrit.libreoffice.org/16377 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-06-19C++ solution of 'unopkg can't be used by root'Katarina Behrens2-18/+20
This way should cover all un*x-like OSes (unopkg.sh excludes e.g. OS X) This effectively reverts commits 723e099972c1645 and 9444ffc93a3335 Change-Id: I0b4425d1c9eff8e51e5d9a4dab35775084106a23 (cherry picked from commit faa2c06226146e3ab4b7fa8096cf213ea9d52a23)
2015-06-17LOK: add lok::Document::getTextSelection()Miklos Vajna1-0/+19
I.e. the copy part of copy&paste. Only the Writer bits for now. Change-Id: Ia003e76e3b234735f472cdef125514f9771d8640