- 30 Nis, 2015 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I4dff83941df62bcd5ec5a70a87f59e9ce17c979d
-
Miklos Vajna yazdı
The "own" filter of Base has FileFormatVersion=6200. Change-Id: I3bbd28ebcf4d517ea9cefe692b01b688358c51e8
-
Eike Rathke yazdı
For us our own configured locale is even more important. Change-Id: Idfab979e868f49e2323dc9f516996393112b0689
-
yogesh.bharate001 yazdı
Problem Description: - CharKerning i.e spacing between characters/letter is not exported after roundtrip. XML Difference: Original: <a:rPr lang="en-IN" sz="6000" b="1" kern="0" spc="2000" baseline="0"> After Roundtrip: <a:rPr b="1" lang="en-IN" sz="6000" strike="noStrike"> spc is missing after RT. Change-Id: I8bcefd6f0d0e3a1825618bece6f563792633a272 Solution: added support for spc. Reviewed-on: https://gerrit.libreoffice.org/15575Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Ravindra_Vidhate yazdı
Problem Description : The xlsx file has the extended document property <TotalTime>#n</TotalTime> in /docProps/app.xml LibreOffice appears to read this as a a total editing time of in second_ but according to ECMA-376 2nd edition: 22.2.2.27 TotalTime (Total Edit Time Metadata Element) Total time that a document has been edited. The default time unit is minutes. (ECMA-376 1st edition has the same statement in 7.2.2.27) XML difference: None After RT : None Solution : As LO uses the TotalTime in seconds, while importing the TotalTime, the TotalTime mentioned in the app.xml [which is in minutes] converted it to seconds. TODO: Writing a UT seems to be tricky for this change. Need to analyze and will raise the UT in separate CL. Change-Id: Icbe998b9881ac241a9147628573bab6ef63582c4 Reviewed-on: https://gerrit.libreoffice.org/15479Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
scito yazdı
This patch fixes only a part of the issue. It respects the header if chosen by the user in the autofilter dialog showing when the first row contains empty cells or numbers. With minimal effort a lot is fixed (80-20-rule). With headers, the autofilter sorting works with empty or number cells in the header row. (The main part of the issue.) What this patch does not solve: If there is no header row, but only data rows. If the user's choice in the dialog is no header for the autofilter, then the first row is sorted too. The autofilter buttons will move toghether with the first row. The autofilter buttons should stay at the first row, even if the data of the first row changes. In conclusion, this patch improves the autofilter sorting code, though it does not address everything of the issue. Change-Id: I9cc56577a90586bf8575c9630e5c03871198c04c Reviewed-on: https://gerrit.libreoffice.org/15277Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Id34a655c554e78476e3bd83c87de3cbe1b557980
-
Takeshi Abe yazdı
Change-Id: I87311d8989c23538983d45ad9b12a64080441d78 Reviewed-on: https://gerrit.libreoffice.org/15569Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Michael Meeks yazdı
Change-Id: I7a7d9cc7948ee08211cbfaa3df8197c1ede148b7
-
Stephan Bergmann yazdı
...in light of the various UNO integer types Change-Id: Ie525e8cdd1d155446985ddfb2667714be2dd4904
-
Stephan Bergmann yazdı
Change-Id: I29ade324b4bb5eb34ce05107794f0ac9a4834c6e
-
Stephan Bergmann yazdı
Change-Id: Ic9eebca9d8fe3e9173b1873bdc7800e5161f9999
-
Stephan Bergmann yazdı
Change-Id: Ib03c6ba0eac9400eba89674ca92f638baf65b203
-
Caolán McNamara yazdı
Change-Id: Ifc82f42ff8d82cfe094701ace57ff7cadabc59d9
-
Caolán McNamara yazdı
Change-Id: I6af270f1c7ae5348b96a1fb2948b6aa675d39ace
-
PriyankaGaikwad yazdı
Problem Description: After RT 'rtl' tag of <a:pPr> are not exported XML Diff: Original : <a:pPr marL="457200" indent="-457200" algn="r" rtl="1"> RT : <a:pPr algn="r"> Change-Id: I307bc748c73127c311cabd127bb98e43bd298271 Reviewed-on: https://gerrit.libreoffice.org/15428Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Sushil Shinde yazdı
In case of 'no fill' for vml textboxes, MS office rendered as transpanrent textbox. When opened same file on LO, it rendered it as textframe with white background. (Even if the fillstyle is type of 'no fill' and 'backcolortransparency ' is 100%) So, Fixing this issue by applying 100% 'FillTransparency' if it gets above situation. Change-Id: Ied2d3855354ada994288c29c78d9ccb4e5b0b4d6 Reviewed-on: https://gerrit.libreoffice.org/15390Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Mike yazdı
If a line happens to be invisible (e.g. in too thin cell of a table) then aLine.FormatLine(nStart) returns nStart, and aLine.Insert( new SwLineLayout() ) is executed until OOM. Change-Id: I9b12cf2f1f3f1987cd8ce380b1d85196ffe95e5e Reviewed-on: https://gerrit.libreoffice.org/15542Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Turn the Link class into a template abstracting over the link's argument and return types, but provide default template arguments that keep the generic, unsafe "void* in, sal_IntPtr out" behvior. That way, individual uses of the Link class can be updated over time. All the related macros are duplicated with ..._TYPED counterparts, that additionally take the RetType (except for LINK_TYPED, which manages to infer the relevant types from the supplied Member). (It would have been attractive to change the "untyped" LinkStubs from taking a void* to a properly typed ArgType parameter, too, but that would cause -fsanitize=function to flag uses of "untyped" Link::Call.) Change-Id: I3b0140378bad99abbf240140ebb4a46a05d2d2f8
-
Miklos Vajna yazdı
These were added by commit cfc4650c (Added some teaks to 'model.xml', 2014-09-16), but the matching dmapper part is missing, so they aren't useful in practice, and cause a crash on import of crashtest's File_953.docx. Change-Id: I3d1c138534a37dc9ba500f1134ca4bb9ebae0e96
-
Stephan Bergmann yazdı
Change-Id: I6bedf840c9fc0596b2dccbeb2f304738b74317b2
-
Miklos Vajna yazdı
Change-Id: I429c876c4e0bba04e39c806670a828178ca811ef
-
Stephan Bergmann yazdı
Change-Id: I68f674dcdb16a507e962945ed90caf796daa48d3
-
Stephan Bergmann yazdı
Change-Id: I556a0fc4e47e51880b12c7e1ae25a588f576cd7c
-
Markus Mohrhard yazdı
Change-Id: Id1a4dcbc25b78afe123d529413ac8873b6452d2e
-
Markus Mohrhard yazdı
Change-Id: Ib8af3f17db019dcddca58173806ee6499b50b416
-
Markus Mohrhard yazdı
Change-Id: Iaad4aa553564e31726b31ebf890ef0376c8f1690
-
Markus Mohrhard yazdı
Change-Id: I9b6478c75af5c959b52e501aff9c01d68860a295
-
Markus Mohrhard yazdı
Change-Id: I2dc49ec1c10da97f9b57ebff804cf403d2802beb
-
Markus Mohrhard yazdı
Change-Id: I0b0a5df307bc5478283fbbe48a0016256b9cf7cd
-
Markus Mohrhard yazdı
Change-Id: Icf37ac292b49246e879331ba72cc8aa831c7edba
-
Markus Mohrhard yazdı
Change-Id: I8886c022d709acfd0f65453e36f29c1c953b4b1c
-
Markus Mohrhard yazdı
Change-Id: Idedf9155605df529f496ceb1ac6b740bc4b2101c
-
Markus Mohrhard yazdı
Change-Id: I7357ad7e01270653f67ec2140643f5542e7da7ad
-
Markus Mohrhard yazdı
Change-Id: Idee9ce707d852efb56657eff7d565893f99e4da3
-
Markus Mohrhard yazdı
Change-Id: Iee541f180d9c569246e7ca8271b65f0717877e4f
-
Markus Mohrhard yazdı
Change-Id: I729b4dd0527ad5b0823532a115416bfff8c2db15
-
Markus Mohrhard yazdı
Change-Id: I4e604be8e40b4e47f4036d7fe66e50d5f0823525
-
Markus Mohrhard yazdı
Change-Id: Id3f398e52f7f6b93626f6a067aceb5fb25048658
-
Markus Mohrhard yazdı
Change-Id: I7381e9987257325c7aad387ee0a2781a883be829
-