summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-19New loplugin:dynexcspec: Add @throws documentation, xmlsecurityStephan Bergmann
Change-Id: I2447c028add359952e4bd36dbdc1d5431fe48104
2017-01-19get rid of second hicontrast argumentCaolán McNamara
Change-Id: If68b6c8dac5ea4ff50edf90f2b1b8dbc2e0383b4
2017-01-19sw: try to fix MSVC build after a754294ac7a902fe96fbbd6b8b6824a360d6b248Michael Stahl
Change-Id: I20b381fd8dda3183df2034c481939b6318e64175
2017-01-19unbreak this wizard enough to run itCaolán McNamara
Change-Id: Ia957080165a060164317a5f7c9a46d065169314a
2017-01-19drop unused hicontrast arg to setImageUrlCaolán McNamara
Change-Id: I6befc077a79a944275e436ffa601b6c14d59977a
2017-01-19getImageUrl now returns its arg, so remove itCaolán McNamara
Change-Id: Iee39f7462c2f4f23dfbdc11aa7542af996001042
2017-01-19drop the long dead hicontrast res id uses from wizardsCaolán McNamara
Change-Id: Ia2fca72a1681d398bb85474981e224ef92d31d8a
2017-01-19clear ARRAY_VS_SINGLETON coverity warningsCaolán McNamara
experiment to see if this clears them Change-Id: I91a74e06f621d3012b564cad87586ba74b0367ca
2017-01-19Related: tdf#80731 bug in our own wizards revealed by new bracket testCaolán McNamara
Change-Id: Iec49bf80794a4ba61a70b22d0fc1769349ca4508
2017-01-19these used to OSL_TRACE, quiten them to SAL_INFOCaolán McNamara
Change-Id: Iec429b986a55a847baceb2e84752a380c6db831a
2017-01-19silence warning spew, these aren't seriousCaolán McNamara
Change-Id: I8c027a5ec0ed61722eb299d247d79032fd1dcd84
2017-01-19missed a conversion hereCaolán McNamara
Change-Id: I7c422c9700b960248450181c950394f72504e7ea
2017-01-19svx: load BitmapEx resources instead of Image onesCaolán McNamara
Change-Id: Id23523170f757361f3fc3d8a18b6db827f45d109
2017-01-19drop unused image idsCaolán McNamara
Change-Id: I433613a7c850ecf888be48153f81cca3f093b789
2017-01-19sfx2: load BitmapEx resources instead of Image onesCaolán McNamara
Change-Id: I9c5a0f1b23eadf15fee3ff78e5061474214fcc35
2017-01-19sd: load BitmapEx resources instead of Image onesCaolán McNamara
Change-Id: Ic3f416300194d8fa9dfebc2b7a700396ba5641a5
2017-01-19flatten resource, drop LocalResource classCaolán McNamara
drop cargo-cult second LocalResource use Change-Id: I0c655f8ca15ad146bb11290fdefad67846ec8006
2017-01-19can use Bitmaps directly hereCaolán McNamara
Change-Id: I75f4148ff864657e747b02d80a120177b469f28a
2017-01-19Expand and improve the output log in Session-ManagementJuergen Funk
in dependency of tdf#104101 Change-Id: I799f81adf4e4751fb505c84aa075363acf70f5a7 Reviewed-on: https://gerrit.libreoffice.org/33034 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-01-19framework: AutoRecovery uses Timer without SolarMutexMichael Stahl
This results in a SolarMutex assert when creating a new Base document. ... and also implts_startListening() is looking less thread safe than advertised. Change-Id: I4635064733c16416f903dab4caee59fb2de3cb00
2017-01-19fix windows buildNoel Grandin
Change-Id: I64d03ac9ea616a66bd556ea61e2c70f4021a07ef
2017-01-19fix windows buildNoel Grandin
Change-Id: I69da07e0e12d9bd03534b60a2ecd9a6c0cc61239
2017-01-19tdf#105417 sw hyphenation: avoid infinite loop on zero-length last lineMiklos Vajna
This hang happened when the user executed Tools -> Language -> Hyphenation -> Hyphenate All. This problem is visible only if all of these conditions are met: - a line in a paragraph has a word that already contains a soft-hyphen, but not at the position where the automatic hyphenation would insert it - the last line ends with a word that can be hyphenated - there is a fly frame in the document In this case it happens during hyphenation that the layout has an additional empty line at the end (which is removed by the time the layout finishes), so we hit the case when SwTextFormatter::Hyphenate() skips the "if( m_pCurr->PrtWidth() && m_pCurr->GetLen() )" block. Normally hyphenation terminates when it iterates over the portions of the line and no overrun nor any existing hyphen portion are seen, but in this case that never happened. Fix the problem by terminating not only when we reach the end of the portion iteration, but also when the portion list is non-existing (has zero length). Change-Id: I71d4b040a2d4692ae6eb92807dbbbb42b077a0f8 Reviewed-on: https://gerrit.libreoffice.org/33303 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-01-19new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin
Change-Id: I6966d44cff644112dd837adfe7d9c4f459457271 Reviewed-on: https://gerrit.libreoffice.org/33298 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-19use rtl::Reference in OClickableImageBaseModelNoel Grandin
instead of storing both a raw pointer and an uno::Reference Change-Id: I92dc79edef9046acc137a878d35dde935bb17674
2017-01-19use rtl::Reference in OComponentEventThreadNoel Grandin
instead of storing both a raw pointer and an uno::Reference Change-Id: I8cd4d04ffb9f40a48d48ade2b171a9a9942cf87f
2017-01-19use rtl::Reference in SdrOle2ObjImplNoel Grandin
instead of manual acquire/release Change-Id: I7110073e9ada8c034295133468c38754e9b55b69
2017-01-19use rtl::Reference in SwXTextFieldNoel Grandin
instead of manual acquire/release Change-Id: I15d151036f17641a7ac992feb4045b9e31df4dec
2017-01-19use rtl::Reference in SwPostItFieldNoel Grandin
instead of manual acquire/release Change-Id: Id14ac4731e513ae37f922db5d1e497aee10b3b35
2017-01-19use rtl::Reference in SwDocFacNoel Grandin
instead of manual acquire/release Change-Id: I40b4f6d2893fe0d4113032f638bce1793fc47cd7
2017-01-19use rtl::Reference in SwHTMLParserNoel Grandin
instead of manual acquire/release Change-Id: Ifdc04a9659d91d62da5715b24108927d1faf9c3e
2017-01-19use rtl::Reference in SwWriter::WriteNoel Grandin
rather than manual acquire/release Change-Id: Ic82e6528be66c2f4ff1248376285808c7323edf0
2017-01-19use rtl::Reference in ReaderNoel Grandin
rather than manual acquire/release Change-Id: If839bb45beb0d3573bff475a0b09ee4347c80c3e
2017-01-19use rtl::Reference in SwHTMLWriterNoel Grandin
instead of manual acquire/release Change-Id: I76176841738688dff9df2e7dc3077be7d32387e9
2017-01-19use rtl::Reference in ExtendedAttributesNoel Grandin
instead of manual acquire/release Change-Id: Ibf91b19ecace75b7c304f2a1b2acdd8a4ca28452
2017-01-19use rtl::Reference in ElementBaseNoel Grandin
instead of manual acquire/release Change-Id: Ie4d08dffa0b697e8308b4a3ad8e3504dc7a18e35
2017-01-19use rtl::Reference in OleEmbeddedObjectNoel Grandin
instead of raw pointer and manual acquire/release Change-Id: If626f34f3e0d7689567e2d64f94a84e5c8aae28f
2017-01-19vcl: Fix a small chance of memleaksTakeshi Abe
Change-Id: I4fe286486f9cad57c4220d10367442a51f077f00 Reviewed-on: https://gerrit.libreoffice.org/33294 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-01-19xmlsecurity: hold XMLEncryptionTemplateImpl by rtl::ReferenceMiklos Vajna
Going via UNO for a class in the same directory is an overkill. Change-Id: Ia06561a95cd10a7aa52a1b84598f88c43e57e7a1 Reviewed-on: https://gerrit.libreoffice.org/33300 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-01-19Resolves: tdf#105416 blank windows under HiDPI RTLCaolán McNamara
Change-Id: I819f06babd448c37ce2d58297562b640aba1c8c6
2017-01-19sc: load BitmapEx resources instead of Image onesCaolán McNamara
Change-Id: If10ae4238a580ab6d19287968aecbf29acbd550e
2017-01-19tweak to avoid coverity#1371169 Missing move assignment operatorCaolán McNamara
Change-Id: I0d29ce18c19c26a7526dad98d77db4670d0c5303
2017-01-19new loplugin: useuniqueptr: sot..toolsNoel Grandin
Change-Id: Ided435d016ae28e7c3f2726e41eedd981572ae10 Reviewed-on: https://gerrit.libreoffice.org/33263 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-19Using SfxDispatcher was not that good idea after allMaxim Monastirsky
Being a context menu it will append verbs if OLE object is selected. Also most existing clients of context menu interception check only current selection context, not the menu URL (because it didn't work prior to 5.2, see release notes), so again we might get unwanted items. For now, just instantiate the menu controller directly. Change-Id: Idfca6a81c12bfb6623805d5337e313eb8611f4bc
2017-01-19Updated coreGabor Kelemen
Project: help aab4216ec1ca25cc74e70f5cacb2294cbcfc3143 Fix ahelps on Agenda Wizards second page Change-Id: I42b1cd1af416d1a046c3ebdd5aa1c883a9773667 Reviewed-on: https://gerrit.libreoffice.org/33290 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-01-19Updated coreGabor Kelemen
Project: help 996d21944854229aea03609e69302bfb08ca1701 Fix Text Format (Search) page Correct bookmarks and ahelps Remove duplicate content and old comments Remove unnecessary switch from around the whole content Change-Id: I57a1ce99ea6509e321a8364c6d3dd1dd9c2cbc4d Reviewed-on: https://gerrit.libreoffice.org/33288 Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
2017-01-19Also consider saved exceptions when mbEnableThreads is trueMike Kaganski
Previously, saved exceptions are only checked in FastSaxParserImpl::parse(), which is used in case mbEnableThreads is false (when data in input stream is no more than 10000). This patch also enables the same check for the other case. Change-Id: Ie718556b7c01322e30698515ecd331b7ebad4105 Reviewed-on: https://gerrit.libreoffice.org/33249 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-01-19tdf#104718: Prompt user to continue on SAXExceptionMike Kaganski
Change-Id: Ib0f9a89c670f8d513ebee206a6a1487802f901ff Reviewed-on: https://gerrit.libreoffice.org/33181 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2017-01-19use rtl::Reference in AsyncExecuteInfoNoel Grandin
instead of storing both a raw pointer and an uno::Reference Change-Id: Ia52aae8b3894813c4169772eb4cf89ae7df0003a
2017-01-19use rtl::Reference in DicListNoel Grandin
instead of storing both a raw pointer and a uno::Reference Change-Id: I34bce1c6b3875fbb0dc56fefb79eb6b16f9818dd