summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-27bnc#817956 DOCX import of document background colorMiklos Vajna
See wwSectionManager::SetSegmentToPageDesc(), this has to be applied to every page style. Change-Id: Iea2707ae665a55eabda3ed7575cf3658f7af5237
2013-05-27be case-insensitive for open/starsymbol comparisonThomas Arnhold
Change-Id: I7a342c809a723f5f9c03271c6145d9c367cea6de Reviewed-on: https://gerrit.libreoffice.org/4015 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-27x86 register vs memory accuracy double pitaCaolán McNamara
with x86 gcc-4.1.2-54.el5 the sd import test fails while x86-64 passes. Tracked it down eventually to this double equality test failing on x86. Apparently excess precision in registers compared with memory. Change-Id: I61b43b2f0e9c9aded570448a1c5a7c9dbad8986e
2013-05-27Fix bnc#795857 Use correct sizes for EMF+ bitmap renderingRadek Doulik
Fix pdf export wrong size issues for embedded EMF+ images. Change-Id: I998c9535bde32fc9f452d61d7cb7609c95f5528d (cherry picked from commit 4c676625d4016d428e9becd5512b7cfc8b0c4b24) Conflicts: vcl/inc/vcl/gdimtf.hxx vcl/source/gdi/gdimtf.cxx
2013-05-27Typo in optsecuritypage.uiJoren De Cuyper
Thanks to Lionel. Change-Id: Ib37c3cf9d8f53e941fc557dc9d4a4ba9b00e486d Reviewed-on: https://gerrit.libreoffice.org/4056 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-05-27Updated coreAndras Timar
Project: translations f3546694e706114bcccd978f444f0800a382dbf9
2013-05-27Use a maximum fuzz factor of 1 for our patches to 3rd-party codeTor Lillqvist
Change-Id: Id4639f1b0eefe5d433c84f48b7a1093fa17a3ba4
2013-05-27writerfilter: update READMEMiklos Vajna
Change-Id: Icd098ab4efcd307c83fe42d2f5815b48d1bff669
2013-05-27Updated coreCaolán McNamara
Project: help 56fb45d986561dde4a9675a2bd7495b7feb1df32
2013-05-27inscldlg.ui widgetManal Alhassoun
Change-Id: Ia931e330303e9f5baf7ae92a8d69bc460327425d Reviewed-on: https://gerrit.libreoffice.org/4049 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-27we need a reference to the DifParser.aData, fdo#64920Markus Mohrhard
regression from 6191fa0847ac5b27083efe1a8c6cd84d080a638c Change-Id: If7fc18e7d0bcbf1075a0ecdb1c0dcf3d207f1bda
2013-05-27Generalize the check for a recode tableCaolán McNamara
I think we can distill this down to a "if the source or target is a symbol font check for a recode table" Change-Id: I6c674f10d9f1ab7fbe7274abfafb9082bae88218
2013-05-27fix fdo#64872 infinite loop saving as docLuke Deller
When loading from odt, table cells which are covered (due to merging of cells) are replaced with an empty cell by SwXMLTableContext::ReplaceWithEmptyCell. However if there is a sequence of cells covered from above then their replacements are accidentally inserted in reverse order, which produces this infinite loop problem when saving as doc. The reverse ordering in SwXMLTableContext::ReplaceWithEmptyCell was because the insert position came from SwXMLTableContext::GetPrevStartNode which was very careful to skip previous covered cells. However those cells have already been replaced with an empty cell so they should not be skipped. Change-Id: I6a022cd1490afa181dbc3e4b2d6ed4af3077b363 Reviewed-on: https://gerrit.libreoffice.org/4008 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-27fdo#64632 If a Symbol font is missing, ensure that conversion is doneSean Young
ImplDevFontList::ImplFindByFont() will nearly always return a font, so we do not go through the code path which sets up conversion. Change-Id: Ice361f183c9f42aa562d4caab1d589417ad3fc9a Reviewed-on: https://gerrit.libreoffice.org/4037 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-27The MT Extra font mapping is incompleteSean Young
Many points are missing. Replace entire table with the mapping provided by the original creator. Note that point 0xe7 ("Apple Logo") is not in unicode so no mapping is provided for that. http://www.dessci.com/en/support/mathtype/tech/encodings/mtextra.htm Change-Id: I05acd36772ae6432614ff3b284e43b86049bed66 Reviewed-on: https://gerrit.libreoffice.org/4036 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-05-27eliminate type ambiguity for std::accumulate() invocationHerbert Dürr
else clang/libc++ cannot decide between bool and a reference into a bit-vector specialization (cherry picked from commit 6a88a21257124d953637c4b8ead9c9771e15b899) Change-Id: I694bbad82b1a05ebe86c5c941f3ac85c71f5fc9e
2013-05-27make sure class MIP is complete before it is usedHerbert Dürr
(cherry picked from commit c8ed66993a98faa4730d507903f110dc80c61445) Conflicts: forms/source/xforms/model.hxx Change-Id: Iec9e999b1568ad422ea2118c04b770000bdbfd75
2013-05-27Fix issue #i120654: Number range variable filed shows in AOOJian Hong Cheng
* sw/source/filter/ww8/ww8par5.cxx MS Word Binary compatibility Patch by: Jane Kang,<kangjane2012@gmail.com> Found by: Yan Ji,<yanji.yj@gmail.com> Review by: Jian Hong Cheng,<chengjh@apache.org> (cherry picked from commit 720fc77527377968a45631d1c6a711b4cae02d39) Change-Id: I428fadd46bbd5b57081e35dcbfd6bb0c10c08282
2013-05-27range names need to be checked upper case, fdo#64031Markus Mohrhard
Change-Id: I540821fd7058bf0da27d955c9d966a10dd21ec94
2013-05-27Add an icon for .uno:AutoPilotMenuAriel Constenla-Haile
(cherry picked from commit c1954d6e72071c12aa4eda412d4370a22f91f787) Conflicts: officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu Change-Id: I623febfcbdb642fe4b5b0b42e7e89054e3db45de
2013-05-27Make .uno:Open a drop-down toolbar itemAriel Constenla-Haile
(cherry picked from commit b38a51d67373daf9a45a4701e7c760c7b3571a66) Conflicts: chart2/uiconfig/toolbar/standardbar.xml dbaccess/uiconfig/dbapp/toolbar/toolbar.xml sc/uiconfig/scalc/toolbar/standardbar.xml sd/uiconfig/sdraw/toolbar/standardbar.xml starmath/uiconfig/smath/toolbar/standardbar.xml sw/uiconfig/sglobal/toolbar/standardbar.xml sw/uiconfig/sweb/toolbar/standardbar.xml sw/uiconfig/swform/toolbar/standardbar.xml sw/uiconfig/swreport/toolbar/standardbar.xml sw/uiconfig/swriter/toolbar/standardbar.xml sw/uiconfig/swxform/toolbar/standardbar.xml Change-Id: Iac0c7e8e474e8d217ca4daf47232019c64ca888f
2013-05-27Resolves: #i120158# fix picture shadow lost after saved as doc in some caseLei De Bin
Reported by: Yan Ji Patch by: Chen Zuo Jun Review by: Lei De Bin (cherry picked from commit fe549458ef04384ba777e4a36f34b68efc5b8b6d) Conflicts: filter/source/msfilter/msdffimp.cxx sw/source/filter/ww8/wrtw8esh.cxx Change-Id: I863ea7193f3dee563a892a6d857ee2385f58a862
2013-05-27reintroduce removed line, fdo#62402Markus Mohrhard
This line was removed with dd3e879cfdacbc8b9fff7556ae2d8698a22e9235 but is needed. Special thanks to Joren for bibisecting and bisecting. Change-Id: Id2b3de4098db75571006e6e62b77efe8c491b06f
2013-05-27Recent files menu in the StartModule should be the same as in the menubarAriel Constenla-Haile
(cherry picked from commit cbf0812a9bcd4287af1f5db0f2c30caf1508baa6) Conflicts: framework/source/services/backingwindow.cxx framework/source/services/backingwindow.hxx Change-Id: I49dc11e1cf9bd6831c16e53d24a131de4d565373
2013-05-27Plain "make" hopefully works fine tooTor Lillqvist
Might make it a little bit easier for new contributors. Change-Id: If4475c1ea7f55c34971beecd7573aaaf545e7106
2013-05-27fix typos reported by localizersAndras Timar
Change-Id: I0b9a36f0c6f081ff35f0b8bc6e420d881036576c
2013-05-27Typo (and don't shout at me)Stephan Bergmann
Change-Id: Id5ad3af1fd70de6b0e9d2640d12011362e7c34ef
2013-05-27Resolves: #i119753# fix audio video object lost when save .ppt fileSun Ying
Reported by: Li Feng Wang Patch by: Ying Sun Review by: Jian Yuan Li (cherry picked from commit fbb7e8d8957877922f2f3a971e88685589f43939) Conflicts: filter/inc/filter/msfilter/escherex.hxx filter/source/msfilter/escherex.cxx Change-Id: I545a9e95c23cfba0cc918c9c4243528570734b2d
2013-05-27cast double to sal_Int64 can throw EXCEPTION_FLT_INVALID_OPERATION on WindowsYuri Dario
cherry picked from commit eb34ba3c343807201c62a49a19d7616e1011c118) Conflicts: vcl/source/control/field.cxx Change-Id: I2fb03b1b03ea23259e9eca7305c3f86d80d79f21
2013-05-27testcase for bfb93ffc6d72d22a833acf9d8c9d166153dad7c0Miklos Vajna
Change-Id: If61739d54cb2572f20b118a2cf56ab2bd0f306e5
2013-05-27Updated coreAndras Timar
Project: translations 40e56fe83f5a05f8c87821d0c30ef1585b601fc8
2013-05-27Include frmatr.hxx instead of directly format.hxxStephan Bergmann
...as otherwise this can result in "inline function [...] used but never defined [-Werror]" for SwFmt::GetULSpace and SwFmt::GetLRSpace. Change-Id: I9de3422953b38c978af1e7d2fc07398b83236ed6
2013-05-27fdo#64671 Some special RTF characters were not skipped correctlyUrmas
Some special characters, like { and }, were not skipped when they occured as a replacement character for \uN keyword. Change-Id: I19b66a290cd9880924774fa89bb29df280e44a3c
2013-05-27Fix fdo#64685 - Superscript broken in masterKhaled Hosny
After f22006dc6ac34a35a060e15466cf6b2d2058617d the position member of SwDrawTextInfo is no longer a pointer, so changing the passed Point after calling SetPos() has no effect, but some code seems to be relying on it being pointer. Moving SetPos() to after changing the point seems to do the trick, but there may be other similarly broken code like SwSubFont::_DrawStretchText() below. Change-Id: I2f563c1543ff7bff68e573f69fce39694181b370 Reviewed-on: https://gerrit.libreoffice.org/4032 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-27sw: unused includes in atrfrmMiklos Vajna
Change-Id: Ia57b28ed60ca8c9a4b00009c2abf1e2ba2f8ed92
2013-05-27sw: unused includes in anchoredobjectMiklos Vajna
Change-Id: Ic7034ed384448a273517f3bf9795adfbbcaeba7b
2013-05-27sw: unused includes in anchoreddrawobjectMiklos Vajna
Change-Id: I57fdc7413c5caf09dbe279b502d94e36a46d5f64
2013-05-27vcl: Check SH_MenuBar_MouseTracking when menubar is drawn on KDEIsamu Mogi
If QStyle::SH_MenuBar_MouseTracking is 0, it makes a mouse rollover effect minimize. By this, a menubar item of CDE and Motif styles becomes closer to standard behavior. Change-Id: I87dccbd30bf7b9f0d82d1a6e67355c1b25d22dc8 Reviewed-on: https://gerrit.libreoffice.org/4018 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-27vcl: Implement drawing CTRL_MENUBAR and PART_MENU_ITEM on KDEIsamu Mogi
Currently, menubar's background is drawn in window's background color and no menubar's specific background color. To fix this, The patch calls QStyle::drawControl() with QStyle::CE_MenuBarEmptyArea. Change-Id: I89b9decc016a926a0f00b9663ec1a5bce81daac1 Reviewed-on: https://gerrit.libreoffice.org/4025 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-27vcl: Add sink effect (QStyle::State_Sunken) to menubar on KDEIsamu Mogi
A selected menubar item of cleanlooks, gtk+ and plastique styles becomes closer to standard looks by passing QStyle::State_Sunken with QStyle::CE_MenuBarItem to QStyle::drawControl(). It is currently not documented on QT developmet resources. But these styles interpret that. Change-Id: Ic7835bf0bf7af374ebdf8330d15b462d056de8a5 Reviewed-on: https://gerrit.libreoffice.org/4017 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-27respect element order in OOXML chart export, related fdo#63114Markus Mohrhard
Change-Id: I591a63c38ab18b03a2f86428defbdac0cb96a1c0
2013-05-27remove chart listener when chart is deleted, fdo#64639Markus Mohrhard
Change-Id: I7ebf75f49c89edcb0bba3a597ba24ac1c0a655ef
2013-05-27String to OUString and small stylistic clean-upMarkus Mohrhard
Change-Id: Ic479945c143d3dbd647078b17bcca9cab2ad3e5f
2013-05-26Recent file list: small fix when no documentsAriel Constenla-Haile
(cherry picked from commit da18984094aa5ae4a66731bf581103298b133738) Change-Id: I56413b68d28b206212561dcbf662940862cebeb7
2013-05-26svt::ToolboxController clean-upAriel Constenla-Haile
Some small clean-up to use the PopupMenu ToolbarController (cherry picked from commit e1687ce159e787d98f79d29a3d2131cca4b6ec71) Conflicts: svtools/inc/svtools/toolboxcontroller.hxx svtools/source/uno/toolboxcontroller.cxx Change-Id: Ie5e0397c32352d52cf2664bdbab920923e74bd03
2013-05-26Delete double whitespace in optsecuritypage.uiJoren De Cuyper
Found this double whitespace during translations. So lets fix it right away. Change-Id: Ifecfc15b5d0aead34b09df4cfb2c5a2c17c6b633 Reviewed-on: https://gerrit.libreoffice.org/4040 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-05-26Resolves: #i119866# ppt default outline area bullet lostSun Ying
Reported by: Li Feng Wang Patch by: Ying Sun Review by: Jian Yuan Li (cherry picked from commit 8d04823a6038d32f6ac9821925616da7c5cc44c9) Conflicts: filter/inc/filter/msfilter/svdfppt.hxx sd/source/filter/ppt/pptin.cxx Change-Id: I222003a9e8d474ebc4dd9bc83cdcceded88a79f4
2013-05-26typo + branding: s/LiberOffice/%PRODUCTNAME/Andras Timar
Change-Id: I8007b4b1b1d620c05c9977d7bd3b8eb28b77f2be
2013-05-26Escape quotes during stringex exportZolnai Tamás
Change-Id: If53afd3743f44bcfffab33122657d14c0f4aba1e
2013-05-26fix OUString conversionThomas Arnhold
no idea why hgminchob and hgpminchob are/were not handled this way. Change-Id: Ia69ab790cc961645a806d971ddc4238d8288b573