summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-07tdf#102997 Fix Error in OOXML Transparency Conversion Mathlbenes
This fixes the import logic for tdf#100830 to handle transparencies other than 50%. Change-Id: If4e2e369a9674488878bb0a4378d48292ea4e0cb Reviewed-on: https://gerrit.libreoffice.org/29581 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-10-07tdf#39256: Fix "Orientation treated as Escapement"Mike Kaganski
This fixes #5 issue of abovementioned bugzilla entry. As LO font doesn't support individual rotation of characters, now we simply ignore lfOrientation (as MS Word does). Change-Id: I36fd05f8e27f768ea690527360434df29e1d843f Reviewed-on: https://gerrit.libreoffice.org/28684 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-10-07loplugin:nullptrTor Lillqvist
Change-Id: I67fae694a27c68c37e1f687ceaee9ff19db0ce55
2016-10-07starmath: Simplify code with std::unique_ptrTakeshi Abe
Change-Id: I2f6f993b92ae7f2f89b2d9d6c89b51d827226a3d Reviewed-on: https://gerrit.libreoffice.org/29554 Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp> Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
2016-10-06xmloff: fix crash in ~XMLParaContext on fdo72541-1.fodtMichael Stahl
Change-Id: I3310699020bfea085eb62c50a7d5de25af51c1b1
2016-10-06Updated coreGabor Kelemen
Project: help 298738d4bdfd00f9e73d53d4821d740fab494a90 test-hid-vs-ui: Fix references to UI elements From source/text/shared/01/05280000.xhp, referenced items ['slantx', 'slanty'] were not found inside svx/uiconfig/ui/dockingfontwork.ui. Change-Id: Ie45282d59f51427e79a334e7d62588ac3bc62ac7 Reviewed-on: https://gerrit.libreoffice.org/29569 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-10-06Updated coreGabor Kelemen
Project: help 5e1ffc32d24ea75aa762a8b8c2b9f2b8ada0fa0e This ahelp path should not start with hid/ Change-Id: Ia36807f1d233b94e6c191ce8434ebd26cb8cbd76 Reviewed-on: https://gerrit.libreoffice.org/29562 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2016-10-07Base SvxLineWindow_Impl on ToolbarPopupMaxim Monastirsky
Change-Id: I93dbb180fc65bca77e0eb58f116d0a0a5266556a
2016-10-06tdf#102776 : fixed Notebookbar hidingSzymon Kłos
Change-Id: I86cdf2aa9fd5167073da215f5baf50bb4f64f4dd Reviewed-on: https://gerrit.libreoffice.org/29579 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Szymon Kłos <eszkadev@gmail.com>
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke
... so replace with a simple value == 0.0 also in other modules than sc. Change-Id: Ie7316505a1cf9c15100114b45d300facceb03b7e Reviewed-on: https://gerrit.libreoffice.org/29575 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2016-10-06tdf#95845 Use CommandInfoProviderMaxim Monastirsky
Change-Id: Ief823dd19bc1c56a4acf380bfec8d35bdb20ad96
2016-10-06We pass the controller anyway, so get the frame from itMaxim Monastirsky
Change-Id: Idd8fc19b24f4d55cd0f836761d5f155b9310c3ca
2016-10-06Fontwork controls should not allow tearoffMaxim Monastirsky
Change-Id: I243d29779247a8ebf622e989161d90a8b343704e
2016-10-06Just use a referenceMaxim Monastirsky
Change-Id: Ie070591ca92f8ab74c738bcf6a86b94329ab8b88
2016-10-06SidebarResource doesn't do anything usefulCaolán McNamara
Change-Id: Id716c9f9caa1a1e4f8ae0e7e05837bebdec4335a
2016-10-06no ValueSetWithTextControls are loaded from src filesCaolán McNamara
Change-Id: If19daf643a9dfcebe57d5d4860f1f4282b39e5fa
2016-10-06drop ResId from exampleCaolán McNamara
Change-Id: I55719033e6d130673b208b58305e8062031a0a47
2016-10-06de-src RID_JUMP_TO_SPEC_PAGE and RID_PVIEW_ZOOM_LBCaolán McNamara
Change-Id: Ideb8eff9d89dbc207dcf7d1228070b2e4a954723
2016-10-06drop unused HID_JUMP_TO_SPEC_PAGE hidCaolán McNamara
Change-Id: I746787eb0a4d961a00372bf40dc1bb98e8ef3607
2016-10-06Resolves: tdf#76836 use text format only for text contentEike Rathke
Numeric content is not to be formatted with the text format. Entering a value in such formatted cell still forces it to text content as usual and then it is displayed using the text format. The previous behavior displaying also numeric content using the text format was always wrong and neither Excel nor Gnumeric do it. A numeric content is displayed left aligned though, which also Excel does. Change-Id: I3038123b2bfdc4669a8f73840742da92a1df895d
2016-10-06Extrusion controls should not allow tearoffMaxim Monastirsky
Change-Id: Ie4e2b42d3f261ded4f2c8778e6a099103d7d3663
2016-10-06LOK: Calc: page-up/down - cursor moves far more than a pageMarco Cecchetti
Change-Id: I1253044f26553dab08bc2a38c706f634e9377c86 Reviewed-on: https://gerrit.libreoffice.org/29578 Reviewed-by: Marco Cecchetti <mrcekets@gmail.com> Tested-by: Marco Cecchetti <mrcekets@gmail.com>
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke
... so replace with a simple value == 0.0 Change-Id: I66bb05517467ff6f5e08852024ef6e067e6d6883 Reviewed-on: https://gerrit.libreoffice.org/29570 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2016-10-06tdf#101813 sw,sfx2: enable inserting master document as sectionMichael Stahl
Traditionally only ordinary com.sun.star.text.TextDocument could be inserted as a section but then commit 3da8f3680556e0163f660a0a159930337c8c32ff unintentionally enabled inserting everything, including master documents (com.sun.star.text.GlobalDocument). I'm really not sure if this should be allowed or not but apparently somebody finds it useful so here we add some crude hacks to enable it (to be reverted in case it causes trouble). (regression? from 805fd1ca343d6295b8114a24cc29bdac332f266d) Change-Id: I439b2516fcbe54977ff04e487a920acd38c27152
2016-10-06remove approxEqual() from OpenCLEike Rathke
It's only use was approxEqual(value,0.0) which doesn't yield true for any other value than 0.0, so replace with value==0.0 Change-Id: I9f4f496c94c2a24e934a1d33c070a070e4f2e1c6 Reviewed-on: https://gerrit.libreoffice.org/29576 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2016-10-06coverity#1373441 Side effect in assertionCaolán McNamara
Change-Id: I10a8298e5379fa93a5d3616202a7802c0eda1cbb
2016-10-06drop loading Colors from src filesCaolán McNamara
Change-Id: I43f2fda133371a1284a53beeeb774552210c7e3f
2016-10-06loplugin:fpcomparison: also look into member functionsStephan Bergmann
By accident, the plugin had only looked into non-member functions until now. However, for the vast majority of newly found cases, it is unclear to me whether the relevant code needs fixing or not, so I put all those into a giant whitelist for now. Maybe the plugin's sginal/noise ration just isn't worth it, anyway. Change-Id: I7997a0ebdb4211af208285611656a40ead97d935
2016-10-06Simplify AstExpression::compareStephan Bergmann
...to only work with LONG values, as it is only used to compare enumerator values. (But keep its general defensive-programming air that's so prevalent across the idlc code base; not sure whether it could rightfully be tightened, or whether this might be needed in parser's error recovery.) Change-Id: I15f1700834f9397f3c2e0ffdb00e2abeecb734f9
2016-10-06CPPUNIT_ASSERT[_DOUBLES]_EQUALStephan Bergmann
Change-Id: I417cea926abcc511e74a090ee90a851c138ac0c0
2016-10-06drop unused STD_MASKCOLOR definesCaolán McNamara
Change-Id: I9e6d499788467e5215464cf8f5146721b847909c
2016-10-06coverity#1373513 Uninitialized scalar fieldCaolán McNamara
Change-Id: Id035cb04c0cd7879d7075b7c1bcd0359564f2f0b
2016-10-06I can't see any evidence of any remaining magenta mask using image resourcesCaolán McNamara
Change-Id: I12865d743daa3e6479edb60584d5bd01f88e818d
2016-10-06Add FIXMETor Lillqvist
I just can't even. Change-Id: Iab3572847bcbe63cb3c19bb027c8a6388c90fd59
2016-10-06Add FIXME comment about the OpenCL approxEqual() we defineTor Lillqvist
Note that the OpenCL approxEqual() is used only in the implementation of the RATE function, which is not in the trusted subset anyway, so that won't actually be used. Change-Id: Ide30921b1e1f48abb68b5dc64bc2da2fa802038b
2016-10-06Undo bogus changes to OpenCL code in 3e22dfa5eb1ccebdc719a671d23bde7ccab256fbTor Lillqvist
Change-Id: Ieb6e6555f79c8030672a58a23248a2a5e7f8e09d
2016-10-06drop unused RscImageListFlags::MaskColorCaolán McNamara
Change-Id: Idb34feecb710c1415cf8863717809927665cd31b
2016-10-06drop unused bmp format imagesCaolán McNamara
Change-Id: I186d579671712a2bdd21ab2f4bd81fed403f67aa
2016-10-06ImageList just reads and discards the MaskColor, so drop itCaolán McNamara
Change-Id: I243e739fea28e3f38b91534182cc54c2aa660f0e
2016-10-06vcl: allow runtime disable/enable of pdf writer compressionMiklos Vajna
Replace the DEBUG_DISABLE_PDFCOMPRESSION ifdef with a VCL_DEBUG_DISABLE_PDFCOMPRESSION environment variable. The less build configurations we have, the better, I guess. Also remove the COMPRESS_PAGES define, which was exactly defined when DEBUG_DISABLE_PDFCOMPRESSION wasn't. Change-Id: Iaa5530317432e59dee0d3ea2cb606661e8283835
2016-10-06ScTransferObj::ObjectReleased: prevent ScModule nullptr accessEike Rathke
This happened when in the debugger sitting on a break, switching to the application, hitting Ctrl+Q to quit, the Gnome "application not responding" query box appeared, then continuing in the debugger, answered "quit without saving" in the application while the Gnome query box was still displayed (which usually disappears automatically if the application runs again). Apparently some race condition between system clipboard and the application being torn down. Change-Id: I6accc29a14dec15f9fc7c2aeadf57475de148b2d
2016-10-06no MetricFields are loaded from .src files nowCaolán McNamara
Change-Id: I4b30cbc7bc6a3a3a635c3889d43b7fa6513209f5
2016-10-06Replace DdeString conversion opreator with proper functionStephan Bergmann
Change-Id: Ia6a9b40ea33dd9bff8322d8cff1692926f6d1db0
2016-10-06drop now unused sfx2/sidebar/ResourceDefinitions.hrcCaolán McNamara
Change-Id: I151a37a37435a44e7331d957bd9d36f84cdf8677
2016-10-06drop unused hids and hrcsCaolán McNamara
Change-Id: Id9a49391de6283ee15cb6e12564c3f57762ddffc
2016-10-06convert AreaTransparencyGradientPopup to .uiCaolán McNamara
and 1) merge with AreaTransparencyGradientControl 2) grab focus for keyboard a11y like similar popups 3) use degree symbol instead of "degrees" text and it now grows nicely to fit everything in correctly Change-Id: I326f3393165f7a098d739be70b644b29dd5238f0
2016-10-06tdf#93782 Reversed line endings and tdf#92152 half-arrow headsHeiko Tietze
Artwork by Yanpas and Dipankar Niranjan Change-Id: I395b32953a791ae5f93e8e24120ca8c166677c50 Reviewed-on: https://gerrit.libreoffice.org/29555 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2016-10-06tdf#102852 Fixed BreakDlgArmin Le Grand
Needed to ensure correct return value in dialog and that it repaints Change-Id: I029d10b6699629b2f2f8651f6d96ceceba7a3d8c Reviewed-on: https://gerrit.libreoffice.org/29401 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
2016-10-06Resolves: tdf#103026 invalid dash causes CAIRO_STATUS_INVALID_DASH stateCaolán McNamara
Change-Id: I072635ff7c67022ebfd5bdb475e390f3aab7a51c
2016-10-06use a vector here instead of manual mem managementCaolán McNamara
Change-Id: Ic0944837bc49f4a0e86f67bcb5dccc8c1854a396