summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-02tdf#88899: sw: fix expanding of SwDocInfoField with DateTimeMichael Stahl
The lcl_TimeToDouble function produced very small numbers that round to zero. (regression from 9830fd36dbdb72c79703b0c61efc027fba793c5a) Change-Id: I091da9c2a913fae0c2bbf229942db3c1bd3598f4 Reviewed-on: https://gerrit.libreoffice.org/14282 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2015-02-02drop now fixed OOoEmbeddedObjectFactory::createInstanceLinkUserInit from listCaolán McNamara
Change-Id: Ic9480340e2a9255aae6d0f97e180e3e68cf97e42
2015-02-02unwind the casts to initial entry pointsCaolán McNamara
Change-Id: Id8d90569c079a753314ba88b419de9a08b0b6a8b
2015-02-02coverity#705106 rearrange the assert and conditionCaolán McNamara
Change-Id: I40c0f00af941d0aa25e99bdd772b1ac4258cddd6
2015-02-02coverity#1267629 Logically dead codeCaolán McNamara
Change-Id: I5ac6fd2507bda0c985abb54e2269563ed79afc6a
2015-02-02WaE: unused variableNorbert Thiebaud
Change-Id: I0acb3209c4ed22088911bcade4c4f20f957294e7
2015-02-02oox: 89 DPI is not such a great defaultMiklos Vajna
Using the DPI from Application::GetDefaultDevice() is a much better idea, especially that now oox::GraphicHelper::GraphicHelper() and oox::drawingml::DrawingML::WriteSrcRect() are in sync. Should fix the testCropPixel() failure in CppunitTest_sw_ooxmlexport that appears on HiDPI systems. Also, fix all the rounding problems that now became visible when the DPI is the same for both import and export. Change-Id: Iceb34a8a5a1eaa8ce0824491521ad6b4d2f6949c Reviewed-on: https://gerrit.libreoffice.org/14280 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-02-02add disabled test code for tdf#40110Markus Mohrhard
Change-Id: I44eb0d4ecde55cb9c29c39782488e673c8b582e9
2015-02-02disable failing testMarkus Mohrhard
I don't see the error outside of the unit test Change-Id: I56f3d757c4b78e04a3cd340d54612f0b33537a73
2015-02-02fix tdf#43700 test case codeMarkus Mohrhard
Change-Id: I2bb6aa16e7f3a752208b139527807e03bd962eb7
2015-02-02add test for tdf#43534Markus Mohrhard
Change-Id: Ib707c418bc501449fa5dab70d56b3b961f6e6169
2015-02-02add test file for tdf#43534Raal
Change-Id: Icdcf1928bcec25c655baeeeafb7962e07a82e5cf
2015-02-02implement test for tdf#43700Markus Mohrhard
Change-Id: Ifcdee2fb31fef635003e62020dd92adfe5d72b2f
2015-02-02add test file for tdf#43700Raal
Change-Id: I60adc8b07d4c387a04baad0979bc338ffcb17d1d
2015-02-02implement test for tdf#36933Markus Mohrhard
Change-Id: I39fdda39c5fa0fea71ecdefe4df8b956de98868a
2015-02-02add test file for tdf#36933Raal
Change-Id: If1163bb72d9411d8d1f92fe0ff255244c674c34b
2015-02-02add test for tdf#64229Markus Mohrhard
Change-Id: I8f83aa311d5196504eeb61c0797f882b617474ea
2015-02-02add test file for fdt#64229Raal
Change-Id: I3bb728c07ddd06e57d034b7a07fea6bbc5437108
2015-02-02add a new calc testMarkus Mohrhard
Change-Id: I2634bd6039ad1a0bf6b2d06b232203130f42f329
2015-02-02crash on toggling "empty" menu in basic's language toolbarCaolán McNamara
tools->macros->organize->basic->edit drag language toolbar to undock, click down arrow in pseudo-title bar to get "no selection possible" entry. click down arrow again to dismiss it. get debug stl iterator error the mpSalMenu goes out of sync with its owner Change-Id: If82aac004e623787389dd415c2006b99778f710d
2015-02-02add an explicit virtual keyword here, like the other onesCaolán McNamara
Change-Id: I4c5acf42d5ec33df1dd18dc3a70be7de838c9ff3
2015-02-02Revert "fdo#55997: Work around slight offset causing sc_unoapi failure"Stephan Bergmann
This reverts commit ed851f1316d34d1ecd60e75d04ed21b7bffdbf00, the underlying problem causing JunitTest_sc_unoapi's > checking: [sc.ScModelObj::com::sun::star::sheet::XDocumentAuditing] is iface: [com.sun.star.sheet.XDocumentAuditing] testcode: [ifc.sheet._XDocumentAuditing] > Shape Type: com.sun.star.drawing.LineShape > LOG> Execute: refreshArrows() > Shape Type: com.sun.star.drawing.LineShape > Shape Type: com.sun.star.drawing.LineShape > Method refreshArrows() finished with state OK to fail appears to be fixed meanwhile.
2015-02-02don't need this caseCaolán McNamara
Change-Id: Ib4445031b62248207e3eee257e2b71c446aa5b9d
2015-02-02Resolves: fdo#88970 fix Incorrect Extended-tips with dodgy ahelp tagsCaolán McNamara
ahelp puts the tip on the previous bookmarks with hid branches but has a scattergun effect if those previous bookmarks have nothing to do with the current element being described. So take the hid attribute of the ahelp and if its hid="." use the current set of bookmarks as the context otherwise believe it and apply the tip just to the stated hid Change-Id: I00648daadf5673e1abc96f222a4526959f1f7d7a
2015-02-02Updated coreCaolán McNamara
Project: help 8cc178e568781e3f4fe9a79579074532ccc00ec4
2015-02-02add back typedef (regression from fe480d8136b204c8dc6c68916cce7e816f8b9c48)Andras Timar
Change-Id: Ia367fcd3b204b9dd96f5fa6d3a52d0895bd9c0c9
2015-02-02tdf#68183 sw: config option for disabling the creation of automatic RSID marksMiklos Vajna
It was a problem since the initial commit 062eaeffe7cb986255063bb9b0a5f3fb3fc8e34c (sw: Improved document comparison based on RSIDs., 2011-12-22) that this new feature -- which is annoying for some use-cases -- could not be disabled, let's allow that. Change-Id: I33fa77382919586fb00198246f737caa68dcbd85 Reviewed-on: https://gerrit.libreoffice.org/14277 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-02-02OOoEmbeddedObjectFactory does implement optional XLinkFactoryStephan Bergmann
regression from 251f1b0b38be7d1267339898e44e320f05849e22 "fdo#46808, Adapt embed::*EmbeddedObjectCreator UNO services to new style" Change-Id: Id8b49c04183d3bc98f22398a8e43c80909c1ea11
2015-02-02callcatcher: remove some unused methodsCaolán McNamara
Change-Id: Id3ca991e9ede13512a39865496429aabb7e71088
2015-02-02fdo#88826: replace MM100toEMU() by convertHmmToEmu()Juan Picca
Change-Id: I9ca79dfa0c214e3f58b7f45a78ad0877d4c7d10a Reviewed-on: https://gerrit.libreoffice.org/14266 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-02-02warning C4701: potentially uninitialized local variable 'Addr' usedStephan Bergmann
Change-Id: I63c22fb682175edc450b1ce3b6ea78cf5a5bc2f1
2015-02-02coverity#1266492 Untrusted value as argumentCaolán McNamara
Change-Id: Idbe205df445b29e7a121e93dbd74b2578199699b
2015-02-02coverity#1244944 Untrusted value as argumentCaolán McNamara
Change-Id: If50a20e9fbb0bf55488b3ccc8ea28f2a54aa62e0
2015-02-02coverity#1242895 Untrusted loop boundCaolán McNamara
Change-Id: I2d38746e8ed23a5fb51ee94a72b5676bae3c8710
2015-02-02coverity#1242704 Untrusted loop boundCaolán McNamara
Change-Id: I88c8ff03361aa83b23c811b5d693864360f31f7f
2015-02-02coverity#1242653 Untrusted loop boundCaolán McNamara
Change-Id: Ic5f9837531bc95526bb29b4e248e413754f630be
2015-02-02coverity#1242632 Use of untrusted scalar valueCaolán McNamara
Change-Id: I91b8505fdbd4ebc77a76279b8c6476daf422319f
2015-02-02coverity#1242624 Untrusted loop boundCaolán McNamara
Change-Id: Idf52c09828c2bab767e9ff0d07b61befd6bfc64b
2015-02-02coverity#1242531 Untrusted value as argumentCaolán McNamara
Change-Id: I86e872251f7b8b0818a91c4a133f363e76be5f34
2015-02-02coverity#736943 Untrusted loop boundCaolán McNamara
Change-Id: I18a19770f7bb328b889b8da1fb73d20bc1ca9064
2015-02-02coverity#1266460 Argument cannot be negativeCaolán McNamara
Change-Id: I715b27b507926e2670cc094d4ebaa429e502232c
2015-02-02coverity#1267656 Logically dead codeCaolán McNamara
Change-Id: I37c59a0bc2d7a62535f4f4951f8378c291f2affa
2015-02-02coverity#735323 Unchecked return valueCaolán McNamara
Change-Id: I907b2fb0024b104cc008cbf4c75f30513c7eb57d
2015-02-02Kill superfluous vertical whitespaceTor Lillqvist
Change-Id: I97ec8fa7849540c86ea99633bd74fb71ecdb3108
2015-02-02Use our standard include guard naming conventionTor Lillqvist
Change-Id: Ida8aed52b57ca27cd7af7c3dd117345127efeb3c
2015-02-02tdf#88711 add binding for BasicStepOutKishor Bhat
Assigned Ctrl+Shift+F8 to .uno:BasicStepOut Change-Id: I2fe2b125bf859cb8179f8fb797a13841c5207b81 Reviewed-on: https://gerrit.libreoffice.org/14230 Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org>
2015-02-02tdf#76291 write encoded URL as href in html outputVasily Melenchuk
INetURLObject class is used to create correctly encoded URL Change-Id: Icc9e71e848fd8a0b487f74232b9ad3e7ddde50b4 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2015-02-02RTF export: need to take care of fill attributes when building the color tableMiklos Vajna
Change-Id: Iab7b4941e9b41249f2a30fa6139313239a98c501 Reviewed-on: https://gerrit.libreoffice.org/14276 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-02-02vcl: add SAL_OVERRIDE attributes to Windows-specific classesNoel Grandin
and fix a bug where SalObject::Enabled(bool) should be virtual, introduced by my commit b44cbb26efe1d0b0950b1e1613e131b506dc3876 "new loplugin: change virtual methods to non-virtual" Change-Id: I08cdddb36eed887ea7bd01f6260fa5fd89d12429 Reviewed-on: https://gerrit.libreoffice.org/14273 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-02-02Resolves: #i105692# rearrange the order of the controls and fix name of typeCaolán McNamara
Change-Id: I8f0cc916fc09af68436e7daafce9288097fe3be2