- 07 May, 2015 40 kayıt (commit)
-
-
Michael Meeks yazdı
Change-Id: I9b33d2a6a47ba210561317679fd8514a1b5cfd11
-
Miklos Vajna yazdı
Change-Id: I4576837da4b908ac0393be155758b6b60afc6c45
-
Miklos Vajna yazdı
Change-Id: I67223090a2a45e9519bd29e41e3e90eb847c5c19
-
yogesh.bharate001 yazdı
Problem Description: - Condensed character spacing i.e Spacing between characters/letters (negative value) is not preserved after roundtrip. XML Difference: XML Difference : Original: <a:rPr lang="en-IN" sz="6000" b="1" kern="0" spc="-1000" baseline="0"> After Roundtrip: <a:rPr b="1" lang="en-IN" sz="6000" strike="noStrike"> spc="-1000" is missing in roundtripped file. Change-Id: I02edbb31375c2406a6e39873b7b886f4786a3758 Solution: Added support for Condensed Character Spacing. Reviewed-on: https://gerrit.libreoffice.org/15635Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Id2f6bbfa549fd71258b1d875fef44f1833781a3a
-
Winfried Donkers yazdı
is not used apart from getting a value. Conflicts: sc/source/core/tool/odffmap.cxx Change-Id: I26e942f6357970c6d9de27b5d5cf00b451193732 Reviewed-on: https://gerrit.libreoffice.org/15658Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Mike Kaganski yazdı
This fixes two problems with WW8Export::TestOleNeedsGraphic: 1. not testing for NULL pGraphicsStream pointer, 2. not releasing that pointer in all cases. Change-Id: I67921aec3ce0cb131359e66ee3a6a136d76952a0 Reviewed-on: https://gerrit.libreoffice.org/15667Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
László Németh yazdı
Cherry-picked from e1fb63bb Change-Id: I2959ea8b1213d6dade1c2567365f177bf542e075
-
László Németh yazdı
Cherry-picked from e2ad83e2 Change-Id: I6dc337ec958c1e116fc9763877f331b751b64e6e
-
Michael Meeks yazdı
Change-Id: I1ddd3b804f82438e08ea7761a205fc4b784cdf00
-
Caolán McNamara yazdı
regression from... commit 39078c24 Author: Noel Grandin <noel@peralex.com> Date: Wed May 6 14:07:17 2015 +0200 cleanup DIALOG_NO_PARENT, follow on to tdf#91090 remove the DIALOG_NO_PARENT abomination and replace it with a flags parameter Change-Id: I1955531b41b01623ca94155c60794ae1771849ff
-
Michael Meeks yazdı
Change-Id: I1344e194f8fd5d2c0ffff4e8b075564df32706a8
-
Michael Meeks yazdı
Change-Id: I4a674b44bce1f3c3f5c3de2639863ff4b4fcd41e
-
Michael Meeks yazdı
Change-Id: Iaefba9f6f546c3ac22749aa0ff209cbc49f8a552
-
Michael Meeks yazdı
Fixes a number of TabPage related leaks. Change-Id: I7b904e9bbbce652d2dc645952e266cde102ed194
-
Michael Meeks yazdı
Change-Id: I7c730cf311900fe14a09081dd986f17d9b89e77f
-
Mike Kaganski yazdı
1. Now there's no fixed string length limit; see http://www.autodesk.com/techpubs/autocad/acad2000/dxf/group_code_value_types_dxf_01.htm The Autodesk's own DXF reference is inconsistent on this matter; the "Group Code Value Types Reference" tells opposite to "About Group Codes in DXF Files". AutoCAD itself easily creates lines 10 000+ characters long! This removes the hardcoded line length limit; also simplifies internal struct DXFGroupReader used to parse DXF codes. 2. Improved text import: honor unicode strings in AutoCAD 2007+ DXF; use more $DWGCODEPAGE values (note: when more codepages will be discovered, they should be handled in DXFRepresentation::ReadHeader()). Use LO locale when DXF doesn't specify one. Handle AutoCAD character names. 3. General fixes & simplifications. Change-Id: Ifde08978e2da7511696100520732bd76c1a660bb Reviewed-on: https://gerrit.libreoffice.org/15627Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
This reverts 5485ef70, which breaks JunitTest_toolkit_unoapi (toolkit.AccessibleMenu) Change-Id: Ic9021c23178f1598c08186e5cb24fde13a866579
-
Christoph Lutz yazdı
The fix fbd85c25 is not sufficient to build with an old GCC 4.6. The problem was, that underlying_type returned an int as default value for GCC 4.6 and int allows negative values that are forbidden in typed_flags_set. Changed it to alternative solution suggested in http://stackoverflow.com/questions/26148192/underlying-type-of-a-c-enum-in-c03 Change-Id: I20f44b8cef9c692efb583971bd251f1c34c289ab Reviewed-on: https://gerrit.libreoffice.org/15663Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> Tested-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Takeshi Abe yazdı
Change-Id: I37c4fd80780738b823c7928f22deaff0ea1c6bff Reviewed-on: https://gerrit.libreoffice.org/15585Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Takeshi Abe yazdı
Change-Id: Ife6ab3544f73b1de60f5241c68466045161a4d88 Reviewed-on: https://gerrit.libreoffice.org/15615Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Niklas Johansson yazdı
The accessible role (PANEL) is added as a prefix to the title bar in the sidebar. That is redundant and can even make things confusing for the users of screen-readers. Change-Id: I743defa0b1b9f3f278d0cabc7196054796fb3c47 Reviewed-on: https://gerrit.libreoffice.org/15636Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Niklas Johansson yazdı
The tab bar buttons (Properties, Styles and formatting, Gallery ...) should expose their name to accessibility tools. Change-Id: I5292ca848688cf93a046c3f5d8906ac35cee1cfe Reviewed-on: https://gerrit.libreoffice.org/15639Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Andrea Gelmini yazdı
Change-Id: I21d04451aa747f6d8d9560533674f1c0aa590e65 Reviewed-on: https://gerrit.libreoffice.org/15664Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Andrea Gelmini yazdı
Change-Id: I8874e38a4bed6adb409a954c15ce7c9e4348c572 Reviewed-on: https://gerrit.libreoffice.org/15665Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Andrea Gelmini yazdı
Change-Id: Ie8a7bc9800ed0122092f88cedadb126b7891f2a6 Reviewed-on: https://gerrit.libreoffice.org/15655Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I878c999611e1294d5107f1cf2c000d9ed5f88cb1
-
Noel Grandin yazdı
Change-Id: Iae363b8478ef2d560ae661af06ba989f27adc093 Reviewed-on: https://gerrit.libreoffice.org/15650Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: Icbf73fe55ad604f762dd2b98fd39189bab82f061 Reviewed-on: https://gerrit.libreoffice.org/15648Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Caolán McNamara yazdı
Change-Id: Iafcc7246a1149a25f6d6fdfb09cf3e85227580db
-
Caolán McNamara yazdı
not sure how this ever worked, the callback is called at the end of the ctor and the callback is in the parent obj which dereferences the pointer to this obj before that pointer has been set. Just split the ctor into a ctor and a follow up post ctor init method. Change-Id: I04855c8ac95592801f2ebf0b974a9a7b597d0327
-
Michael Meeks yazdı
Change-Id: I738f3ea1bf9f003f2b146cda0a8f986375eacd2b
-
Stephan Bergmann yazdı
Change-Id: Ibbcb6141cc8941dd4a40d9460e1d83550f21e9cc
-
Stephan Bergmann yazdı
Change-Id: I73fdb73a26f49acf058fcc4ffaa1dbfa92bd7261
-
Stephan Bergmann yazdı
Change-Id: I77a24613a645ca49c1a19953567e27da5fef9a41
-
David Tardon yazdı
Change-Id: I2298c9672b1b82f508f15b54d7f773a717df8364
-
Katarina Behrens yazdı
Change-Id: Ib7768e2bf7a9b9b8e1045dbce8d81ad68b94fb33
-
Stephan Bergmann yazdı
Change-Id: Ic8d5e8c82c19d21553fabadcb9949182e6162da0
-
Philippe Jung yazdı
Fix a crash that occurs when a locked doc is opened. Ask to open it read-only, then click on Edit the document in the info bar. Used to crash. Change-Id: Ic6e53853345e9e8431cae0eb2408ab0624d92cce
-
Michael Meeks yazdı
Change-Id: I4673dc03c214ca8f5c227a444e182a45f6199b9b
-