- 29 Tem, 2014 40 kayıt (commit)
-
-
Matúš Kukan yazdı
Set "LinkNumberFormatToSource" to false, so that format code is not ignored. Also, do not inherit format code common for all labels, if there is specific format code for a data label. Change-Id: I505311d5df641d61e616e354734bd332609fa122
-
Matúš Kukan yazdı
Usually, "General" is "0.00" number format, but in this case, when we want to show percent value, MSO writes that instead of "0%". Change-Id: I748719765f58e66f9f3fb43c2b527c6823ef6fa1
-
Michael Stahl yazdı
... by 5 degrees to starboard, which lets the row in the bugdoc appear, altough the height is a bit insufficient still. Why that works, is a nautic mystery to me, i'd say this whole btLr emulation nonsense needs to be keel-hauled, but after this patch i'll need some rum, arrrr... (regression from commit 0208ead7 and commit 970160f7) Change-Id: Ie0c6ec88b6d6635379b9127f6460647f14776aad
-
Michael Stahl yazdı
... was evidently not a Hungarian speaker. Change-Id: I87b0690d839057272c9653b222ed4dc61a75963a
-
David Tardon yazdı
Change-Id: I68edf70e41023d3056859d49005c684b7c4e24d6
-
David Tardon yazdı
Change-Id: I39dd1d10f086fd17fd9cf3a511452831a06bf81a
-
Stephan Bergmann yazdı
Change-Id: Iad6a0e5e04dd899827f7dc5dcdbde360ce34716d
-
Kohei Yoshida yazdı
This reverts commit 14277af5. There is a reason why we do this, to allow misspelled word outside the cell area to be right-clickable.
-
Tor Lillqvist yazdı
Add a patch to mangle the project files a bit so that they work better on a machine with only VS2013 installed. At least in my case. But why we still need to *also* have those /p:PlatformToolset=v120 /p:VisualStudioVersion=12.0 in the ExternalProject_coinmp.mk I don't know. Change-Id: Ieebd729c3ba89cf22231fb943f3739d6be5c7acd
-
Miklos Vajna yazdı
Change-Id: I4a5eb77ff14bb033061ce8214ef7f65d587b159a
-
Miklos Vajna yazdı
Change-Id: I9cf482b10b719d40ab553616099d04c7b1572986
-
Miklos Vajna yazdı
Previously the type of the SDT was used to decide if the SDT will be a character or paragraph property. Improve this situation by always mapping <w:sdt> elements outside paragraph to paragraph properties. In practice, this means that if the SDT was a rectangle (as it wasn't only around a run), then it remains so, while previously it could become a polygon instead (when painted). Fix several testcases that tested that a <w:sdt> outside a paragraph is exported as a character property. Change-Id: Ia26c1a4cf6bc553b46224e4b17ee40725c5f3622
-
Michael Stahl yazdı
Change-Id: I7c776faa74a61b0d263c3b446972da9461b3d4f6
-
Noel Grandin yazdı
by converting the bit munging to use bitfields. Remove unused return values. Add asserts to check that AddRef() is not called after the object is deleted. Fix the code in SfxObjectShell to not call AddRef() after SfxObjectShell is deleted. Change-Id: I3a3565a0bc45fc9d1d086222265ab8b8175818a7
-
rbuj yazdı
Change-Id: I56ee6583e0e5d82db018b40882a64b0dc00ec90f Reviewed-on: https://gerrit.libreoffice.org/10575Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Alexandre Vicenzi yazdı
Change-Id: I66f9d2912202ba1393d0c65189f8a945bca4fcaa Reviewed-on: https://gerrit.libreoffice.org/10603Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Noel Grandin yazdı
Change-Id: I2640cfe1f9606d992f622b99ff3c607555771e23 Reviewed-on: https://gerrit.libreoffice.org/10298Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I6d73e4d732da36bcd446b1d10273d88d941b9c1a
-
Tor Lillqvist yazdı
Change-Id: Id1a8f91b6c74c19c3b14b24a86580d06cec3dd97
-
Tor Lillqvist yazdı
Change-Id: Id1321766532eab6ee49e418b0597e62d14b5b33c
-
Tor Lillqvist yazdı
Change-Id: If2bf31494f1354ff3856ad8b32f6799042e23b18
-
Tor Lillqvist yazdı
This time use a patch to mangle the project files a bit so that msbuild likes them. Change-Id: I1293f4a92164ec6431b96c39f118cbdedbe5fe32
-
Stephan Bergmann yazdı
Change-Id: I5035db31ce3cb3d07dca86aa77552274c02f695a
-
Stephan Bergmann yazdı
Change-Id: If4a8761cecde449baa90fff173cc0f094eb755e5
-
Kohei Yoshida yazdı
Otherwise the user name is set to the name of the user in the last revision record, which will be used when recording new revisions. Change-Id: I9b5e39c3b3a85614af67f86db9ed2bb3509a9e2b
-
Yogesh Bharate yazdı
Problem Description: This issue is reproducible. Step to reproduce : 1. Create .docx contains page break on first page. 2. Second page contains '&'(ampersand) with some character like 'x','z','#' etc. 3. Changes the size or font of '&character' which is on second page. 4. Precaution will be take all this i.e page break and '&character' contains in single paragraph'. Solution: Added a check for Context Type which must be CONTEXT_CHARACTER for deferring character. Change-Id: I27989d2ca8d62fbd9efafe5ba7f4a65d56467c1e Reviewed-on: https://gerrit.libreoffice.org/10532Reviewed-by:
Luboš Luňák <l.lunak@collabora.com> Tested-by:
Luboš Luňák <l.lunak@collabora.com>
-
Marcos Paulo de Souza yazdı
Change-Id: Ib1fb5108a858c35a5bbe8ba865e15660639725e3 Reviewed-on: https://gerrit.libreoffice.org/10593Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I827fd727eb49ce19da847327d78bca531a11bc1a
-
Charu Tyagi yazdı
Change-Id: Ife96b8313595f4a4e52f46e11130bd37a994c397 Reviewed-on: https://gerrit.libreoffice.org/10454Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ia0f0282c4418288adf14997234ef393f44fbdabf
-
Charu Tyagi yazdı
Change-Id: Ieb9cba7b8969787140d6db3b77765e3a15bf89e1 Reviewed-on: https://gerrit.libreoffice.org/10381Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ia6437852a5ecd208510af20915bc982d1014458d
-
Stephan Bergmann yazdı
Change-Id: Iaa5df366118b8766b47e7bd4e9875c44c0e5d8d9
-
Joren De Cuyper yazdı
Change-Id: Ic749119931db569bf26c8d8a58da7d468811f927 Reviewed-on: https://gerrit.libreoffice.org/10598Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I2b8662ec85b8f710aa17a2c6f59c4b35af7685f3
-
Stephan Bergmann yazdı
Change-Id: I5986efd3d5690cb63ea44afaba7705c6f747e7f8
-
Rachit Gupta yazdı
Also, removed the unused hrc/src files. Change-Id: Ice45dde1af7492e40e0847ead06bb26f4e58ed9c Reviewed-on: https://gerrit.libreoffice.org/10595Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I2f3bb2e85457356a0e1ca313f3988eec40f362e7
-
Szymon Kłos yazdı
Change-Id: I5d14fc4bd051c37802c0689d55d8557e26312a5d Reviewed-on: https://gerrit.libreoffice.org/10606Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Joren De Cuyper yazdı
Change-Id: If2749e604d0375fa0af0eac9244c533e177f09ab Reviewed-on: https://gerrit.libreoffice.org/10599Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-