- 16 May, 2013 24 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: I606e99e80ace5b086210e5a724a3e979e2b98cbf
-
Michael Stahl yazdı
Change-Id: I078cccd57331d40118bcc40fb4eb66b113848caf
-
Michael Stahl yazdı
Change-Id: I5d64ecd625821694ec85c5081609cfb777338755
-
Michael Stahl yazdı
Change-Id: Ic9209b5db0990bc9433d82ef95ca64179e888f51
-
Michael Stahl yazdı
Change-Id: I94d15fc2e367a2fe474cd4e10109bef0d9029b28
-
Michael Stahl yazdı
Change-Id: Ib58198ad0ec638bd92d0e7d8301709654c93ea54
-
Michael Stahl yazdı
Change-Id: I78d5b83b5d98c1c37b9b95d3504533dabb449e09
-
Michael Meeks yazdı
Change-Id: Ie154eadd9960b159f5a250cde93c4bd7a8a948cf
-
David Tardon yazdı
Change-Id: I9686ef445dde2e2f1e2e88a93ec681251fe3093d
-
David Tardon yazdı
Change-Id: Id80540174ccd141eaf89854da6f80bcc0659b59c
-
Matúš Kukan yazdı
- RepositoryModule_build: add modules necessary to build gengal and libraries used at run-time - add dependencies to gb_Executable__register_gengal.bin - use gb_Helper_OUTDIR_FOR_BUILDLIBDIR Change-Id: I4a88c1786b1ee2ee2b75b1a5dd75009ef70ed353
-
Michael Stahl yazdı
These happen when enabling change tracking, deleting a full paragraph (incl. paragraph break) and then copying the deleted paragraph to the clipboard; the "rPos" and "aCpyPam" SwPositions are registered at a node that is deleted by lcl_DeleteRedlines. Change-Id: I3e9e29548d23377807c26fdd401b3c9637fddf25
-
Tor Lillqvist yazdı
Change-Id: If50acc088402487d8185198ee3841e3d82cd904c
-
Tor Lillqvist yazdı
Change-Id: Ib080d0317ea0c34e12db27f6ed080b3928cb165d
-
Tor Lillqvist yazdı
In GNU cp, -r and -R are equivalent. For the cp in OS X: "Historic versions of the cp utility had a -r option. This implementation supports that option; however, its use is strongly discouraged, as it does not correctly copy special files, symbolic links, or fifo's." Using cp -r meant that the symlinks in the LibreOfficePython.framework were not properly re-created in instdir. Change-Id: I8367269a77b876c063fd21ceb919936215fb7d37
-
Michael Meeks yazdı
Change-Id: I20addd47e79bec6a260baf391fbb495da6fdaf57
-
Tor Lillqvist yazdı
Not really useful to see such messages for stuff that does not depend in any interesting way on the LibreOffice or system configuration but is trivially hardcoded based on just the "prefix". Change-Id: I83ec78bb32891a18318d9f174e4efef901c74846
-
Stephan Bergmann yazdı
Change-Id: I108882af13fa97fa094547ec4efb468f988f337d
-
Fridrich Štrba yazdı
Change-Id: Icfb2eea611ed50e76753a71c73f5d43172aa8a9a
-
Jan Holesovsky yazdı
Change-Id: I60c072720392822eb5866310f3607271d72815b7
-
Jan Holesovsky yazdı
Change-Id: I19cbae855996bffb18206b9003e22a2bcc0c75d9
-
Jan Holesovsky yazdı
Change-Id: I360ec44872dbb555870d7d3fc8a9ed81c95e8c07
-
Jan Holesovsky yazdı
Change-Id: I5430fed06ea1a81a68ddfaafa595d7d5b0167f3b
-
Takeshi Abe yazdı
Change-Id: I0247e462b648b0dc7fc9ea12723415fbf6dcaff5
-
- 15 May, 2013 16 kayıt (commit)
-
-
Xisco Fauli yazdı
Change-Id: I1025bb9766d6d6aad2d60467a72a15d3a3af97d4
-
Lei De Bin yazdı
they are inconsistent with MS word Reported by: Yan Ji Patch by: Lei De Bin Review by: Chen Zuo Jun Conflicts: sw/source/filter/ww8/ww8par6.cxx Change-Id: I48a6761a8e8fb1c052aa4f2a261aefb850d6c112
-
Caolán McNamara yazdı
This reverts commit 69c52bc5 I found one place where Y should have been X, but didn't clear the problem, so threw my hat at it and reverted the lot, its cosmetic anyway so no functionality lost be reverting.
-
Michael Stahl yazdı
For a new document the default is already effectively "false" due to SwDocShell::InitNew() and the ODF and WW8 filters set it explicitly to false... which is also the appropriate value for RTF and DOCX. But only OOoXML and (perhaps) HTML (not sure) want "true" as the default. It is also mysteriously reset to "true" in SwDoc::RemoveAllFmtLanguageDependencies() (which is called after loading a template) for no apparent reason. Change-Id: If5ad33c99f97412cb3ad4f9cec32f47825ed6f6b
-
Michael Stahl yazdı
It is not quite obvious what that commit attempts to do... especially since the bugdoc attachment does not actually exercise the code that was added in the commit, which changes the handling of the "IsFollowingTextFlow" property. The corresponding ODF attribute is style:flow-with-text, which has been added in OOo 2.0. Investigation revels that MSO's ODF filter does not support this attribute and acts as if it always had value "false". The code in FillBaseProperties effectively acts as a default if the value is not set; the ODF spec does not specify what the default should be. But when an ODF document was written by MSO, "false" makes more sense than the previous "true" default. Except when the document is not ODF but OOoXML format, which indicates it's likely written by OOo 1.x which did not support the attribute and acts as if it always had value "true". The Writer UNO API implementation is however not the right place for format specific handling, so replace that with an addition to the function reading the default graphic style that sets the "IsFollowingTextFlow" property to false as a default, which should have the same effect because all styles inherit from it. Note: MSO 2010 Word always writes a default graphic style into ODF docs. This has a side effect for loaded ODF documents: various newly inserted objects have the property turned off then. But it turns out this is actually an advantage, since the same behavior already exists for _new_ documents (see SwDocShell::InitNew) so it is more consistent now. Change-Id: Iba6444a0515fd583398ff052fc5018254da31c30
-
Michael Stahl yazdı
Change-Id: I9ccfe565bde1112f9f3cb8c666e901bf121862dc
-
Stephan Bergmann yazdı
...to work around MSVC 2008 Express (at least) "warning C4503: 'rtl::operator +' : decorated name length exceeded, name was truncated." Change-Id: If6838aaa45ecfc0c092f95228e8616e69ea1f0e0
-
Andre Fischer yazdı
Reported by: liupingtan Patch by: SunYing Review by: Andre Fischer (cherry picked from commit 8be0972c) Change-Id: Ic9a1325ccc9bc9c9a4501269df9de0f7e29a8e1d
-
Andre Fischer yazdı
Reported by: Steffen Grund Patch by: hanya: Review by: Andre Fischer (cherry picked from commit f42a0043) Conflicts: sc/source/ui/unoobj/cellsuno.cxx Change-Id: I43db011e138a79bd3a871e68a7331d26267e7899
-
Stephan Bergmann yazdı
Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
-
David Tardon yazdı
Change-Id: I8cd4a42a90e87446c9ef3744bf71f7734767078e
-
David Tardon yazdı
Change-Id: I781d02805ee0d526638f556794b852c6277922dd
-
David Tardon yazdı
Change-Id: I17e6a3923f3ee6cec22760f8c9f9410bbe742a7f
-
Chris Sherlock yazdı
* Fixed typos * Errant/missing commas fixed * autogen.lastrun -> autogen.input Change-Id: Ibc0d34f21de661139e622a34d760a6683f394643 Reviewed-on: https://gerrit.libreoffice.org/3916Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Andre Fischer yazdı
under certain conditions. Reported by: Li Feng Wang Patch and review by: Ma Bingbing and Armin Le Grand (cherry picked from commit f425d556) Conflicts: sd/source/filter/eppt/epptso.cxx (cherry picked from commit 8c23e31a) Change-Id: I7e610b754ff7215201bc1ac47d618869e4e8fe2b
-
Caolán McNamara yazdı
revert d2546346 and fix 8a9448aa Change-Id: Ide781e4f197d2fc1d42b0cda8e9d901ac1118d08
-