summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-17basct: prefer passing OUString by referenceNoel Grandin
Change-Id: Ide803f793e829767fad89ab2aef776ef24fedb37
2014-03-17sd: prefer passing OUString by referenceNoel Grandin
Change-Id: Ide21e1f51284fb2d4c7aaaa358417c6080b2fdde
2014-03-17sw: prefer passing OUString by referenceNoel Grandin
Change-Id: Iaa846ec8f19567f0a9f30154d74cc53df93eff16
2014-03-17writerfilter: prefer passing OUString by referenceNoel Grandin
Change-Id: I5f296d4df6c09e88674cf9aa6d1b831ec2b0c2f2
2014-03-17sc: prefer passing OUString by referenceNoel Grandin
Change-Id: I85e8823e872bf53182ce90576225e462edb1930a
2014-03-17chart2: prefer passing OUString by referenceNoel Grandin
Change-Id: I685b1dc3d7c735bc70be29252f55c082546f3cb1
2014-03-17lotuswordpro: prefer passing OUString by referenceNoel Grandin
Change-Id: Ic94616a7bc34ec5a85ea84178c7d798194201ebe
2014-03-17Fix fdo#75936 set limit for decreasing indentabdulmajeed ahmed
Change-Id: I566f93f7e6f9a5bcff75094b51aaa4ee79e6890e
2014-03-17Fix whitespace.Jan Holesovsky
Change-Id: I3156581bb0cf9c23b8d643d6d0c787feac56d266
2014-03-17fdo#47355: partially revert c5a8a2c3cbcee0175127a0662e3d820ea4deea22Bjoern Michaelsen
- that commit claimed to fix i#84870 - however that example document _still_ loops for me on current master even with the change - this caused the fdo#47355 regression in addition - thus reverting to heal fdo#47355, expecting i#84870 unchanged as broken before and in need of a proper fix Change-Id: I067a8ef222ee2af6cd97579451c40ddba53ca294 Reviewed-on: https://gerrit.libreoffice.org/8606 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2014-03-17DocxSdrExport: m_pImpl->m_rSdrExport == thisMiklos Vajna
Change-Id: I0c058a1042f5235d19d5ede2426ace8e13d2a853
2014-03-17fdo#76122: File Corruption-doc contains nested alternateContents.YogeshBharate
Problem Description: - After roundtrip, files contains <mc:AlternateContent> in <mc:Choice>. - Due to this document gets corrupted when we open it in MS Office 2010. - Added unit test. Change-Id: Ic64b815eda4a42cd59f522ac4570ae145b0b38e1 Reviewed-on: https://gerrit.libreoffice.org/8575 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-03-17oox: try to fix incremental buildMiklos Vajna
The problem was that the input of the generated vmlexport-shape-types.cxx got changed, but it was only built when building from scratch. Fix this by depending on the makefile as well. Change-Id: Ia2d7f059aae2f5819bb8a1329fefa74c56660607
2014-03-17fdo#76098 ContentType for .xlsm external data file is wrongRavindra Vidhate
1. Open a File which has Pie Chart in LO. 2. The content type of Pie Chart should Macro Enabled. 3. using LO, SAVE this file. 4. Opened the Save file in MS-Office. 5. The file gets corrupted due to the ContentType gets changed. Conflicts: sw/qa/extras/inc/swmodeltestbase.hxx Reviewed on: https://gerrit.libreoffice.org/8572 Change-Id: I20f92f52cc79df4fc5e10c4e4867e2e704ba3c86
2014-03-17fdo#75604: File Corruption - Issue related to the nested AlternateContent.YogeshBharate
Problem Description: - If the document contains, text box & group shape having text, after roundtrip file get corrupted. - Due this the text box exported inside the another group shape. (i.e nested alternateContent which is not allowed in MS office 2010.) Implementation: - Use the variable which avoid the nested alternateContent. - This keeps the various text frame on same level in different run. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8555 Change-Id: Ia18eb2b8cf17a451ebe344a811efae1328134215
2014-03-17FDO#76013 : If original file has image whose link is broken RT gets corrupted.umeshkadam
- The original file contains an image which has invalid link. - since the link is invalid the import throws an exception while loading the image & the link is lost. - while exporting the system used to write an empty image for an unhandled graphic type, which is incorrect and the RT file would result in corrupt. - Fixed this issue and added UT. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8549 Change-Id: If884f154d1fba921280d63930e7fccb979ea5608
2014-03-17fix another wrong transparency calculationMarkus Mohrhard
Change-Id: I963e6c69f34f07f797dd98810195fd58e79e494f
2014-03-17fix rendering of invisible bubbleMarkus Mohrhard
Change-Id: Iee14035b44ef808cca2ee426684733f20c1771ac
2014-03-17n#862510: Adding unit test case for baseline=0Muthu Subramanian
Change-Id: Ia8281ddc31b653ecf47c6bb5030db74de75b2e8d
2014-03-17fdo#67808 Fix Outline Font Effect support with CoreTextNorbert Thiebaud
We add a new DrawTextSpecial() virtual to SalLayout that allows to attempt to delegate font effects to the underlying native graphic system. The function return false if it was not capable of handling the effect, true otherwise. Right now only Outline Font effect on Coretext is actually handled that way. OutPutDevice is augmented to attempt to delegate the font decoration work, if the task was not handled properly it fallback on the generic code. Note: ideally these effects should really be part of the FontSelector info that is given during layoutting, and the layout should indicate which of these decorations it was able to manage natively but that is a much bigger architectural change.. this will do for now. Change-Id: I5eb1a15e985cc3f234ec3dee899f349f309b42cb Reviewed-on: https://gerrit.libreoffice.org/8599 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-03-17Add vcl.openglTor Lillqvist
Change-Id: I9c809cae0420e73d2e4a447b9d8a3a03e42dc723
2014-03-17move DummyXShape.hxx to the cxx fileMarkus Mohrhard
Change-Id: Idc99da66de907dd104fc3193087f556418e1ef58
2014-03-17fix multisample support in OpenGLMarkus Mohrhard
Change-Id: I7e530f5ae8d83d275df554781847b525b38bf4c7
2014-03-17windows fixes for openglMarkus Mohrhard
Change-Id: I2ee3bcf9f87b46c14af26adb82eabd43d9164adb
2014-03-17no need for OpenGLRender in OpenGLContext anymoreMarkus Mohrhard
Change-Id: I8506bcea49792cd1ef6ca451ca515b4669326c29
2014-03-17move the windows multisample code to OpenGLContextMarkus Mohrhard
Change-Id: I531d058ff00b3b6eaf2bf7c889589058b1be7bd0
2014-03-17Revert "Move OpenGLRender to vcl"Markus Mohrhard
This reverts commit 04b70c682e2cdc52b144961a83d05fd203de6884. The OpenGLRender is not abstract enough for vcl. Leave it in chart2. Conflicts: chart2/source/view/inc/DummyXShape.hxx chart2/source/view/main/OpenGLRender.hxx vcl/Library_vclopengl.mk Change-Id: I5392c8ee34462ff49059126ca2284d8ebe1eb379
2014-03-17remove element that was only written for binary formatsMarkus Mohrhard
Change-Id: Ic930fc6e12912ead8d6b1daa79894c968d99d988
2014-03-17remove whitespaceMarkus Mohrhard
Change-Id: I131de4b10674dceee821e2ab580b32d107134335
2014-03-17property mapping importMarkus Mohrhard
Change-Id: I0859699b3639b6f7d5d15865e6ec1591b3d36f06
2014-03-17we also need to translate from ui to internal rolesMarkus Mohrhard
Change-Id: Id66f2f015d1eabe469a944f2bbafe2afbb360464
2014-03-17oox: prefer passing OUString by referenceNoel Grandin
Change-Id: Iace276878e7ae668bba5bb6e36af1e5d5d72d6cb
2014-03-17sal,toolkit,unotools: prefer passing OUString by referenceNoel Grandin
Change-Id: Ie62a59fd9ff3d6f6a34240fd562fbc91a143bf3a
2014-03-17filter,formula: prefer passing OUString by referenceNoel Grandin
Change-Id: I332f1a593853283b72ecf4dfd82b36cc091661b4
2014-03-17codemaker,editeng: prefer passing OUString by referenceNoel Grandin
Change-Id: If3e2dd3905cc33f1e7fc9fbfbb9f2bb49a756a34
2014-03-16WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
Change-Id: I44ea80e5e8e6bb568eb91c29a2adf73b110fb660
2014-03-16sal_Bool to bool + make a local function staticMatteo Casalin
Change-Id: I8285f69e175dd10f6128a1d9b39bdc646c51df43
2014-03-16SwapIn/SwapOut can return bool + sal_Bool to boolMatteo Casalin
Change-Id: Ia5477d6bb83af38435b9ac44359fe2f46b00807c
2014-03-16Fix indentation/formatting and 2 typos in a commentMatteo Casalin
Change-Id: I863f82fb9ddf136778ab5934312859dcac2370f9
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: I01986d22cfc6544cbad39c3276d272d0520e3f53
2014-03-16Remove redundant inlineMatteo Casalin
Change-Id: I1846523359104a00c4fb84dc0d4df4251e4c43b6
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: I5c134bce37e1be05618b14e7dbb22911cd6656c1
2014-03-16bLoadLowResGrf is never readMatteo Casalin
Change-Id: I1dd1b1ccf0981f118ac66d867f75528d15017ffe
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: Iadb3c137813039b64a909e2be5693656ae35db45
2014-03-16Simplify evaluation of returned booleansMatteo Casalin
Change-Id: I429d410cf735d4c1dd37ae71513b2e0d6332c50a
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: I3548bdc15cf779495a966b4b36bb6d209fd3ee8f
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: I6a1fb3daf5e41c55c2174ae5996302123e613511
2014-03-16Simplify expression and fix typo in a commentMatteo Casalin
Change-Id: Ie5074b19380f8c0f432932eb9ebb6005ee26cc99
2014-03-16Fix indentationMatteo Casalin
Change-Id: I768699854c4e657e2d1b67d1a9b5ca5a925a05bd
2014-03-16sal_Bool to boolMatteo Casalin
Change-Id: Ib19ecab287396dc6d6cf4a77dcf7072c5c4c84f8