- 16 May, 2013 2 kayıt (commit)
-
-
Jan Holesovsky yazdı
Change-Id: I5430fed06ea1a81a68ddfaafa595d7d5b0167f3b
-
Takeshi Abe yazdı
Change-Id: I0247e462b648b0dc7fc9ea12723415fbf6dcaff5
-
- 15 May, 2013 38 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
-
Tor Lillqvist yazdı
Change-Id: I34a2726123001de0b867b4f54d6f37c55dbc79f5
-
Tor Lillqvist yazdı
Change-Id: Id5d712364c3c8a1e4305ad036d9f51c30c2f9e80
-
Caolán McNamara yazdı
This reverts commit 8c23e31a. wrong one
-
Andre Fischer yazdı
when an ellipse is involved. Reported by: liupingtan Patch by: Jianyuan Li Review by: Andre Fischer (cherry picked from commit da2c3ed5) Change-Id: Iff8195365823b60a70641b9efeb9c9f6c86d5341
-
Olivier Hallot yazdı
Conflicts: sc/inc/scabstdlg.hxx sc/source/ui/attrdlg/scdlgfact.cxx sc/source/ui/attrdlg/scdlgfact.hxx sc/source/ui/inc/hfedtdlg.hxx sc/source/ui/pagedlg/hfedtdlg.cxx Change-Id: I6aa0f055f89c05c3d799b5ed1b21188f7f3a8268 Reviewed-on: https://gerrit.libreoffice.org/3911Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
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 Change-Id: I7e610b754ff7215201bc1ac47d618869e4e8fe2b
-
Stephan Bergmann yazdı
Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
-
Stephan Bergmann yazdı
Change-Id: Ibae79a962ef9d2ea6cf72b70df62c6fa170e05e9
-
Ricardo Montania yazdı
Signed-off-by:
Luboš Luňák <l.lunak@suse.cz> https://gerrit.libreoffice.org/#/c/3892/ Change-Id: I12175a81f0a74546b5e00633176f204b9a3fb35c
-
David Tardon yazdı
Change-Id: I1091b4ff6b700513c7ef5ac41d94972dbb33dcb2
-
David Tardon yazdı
The definition of Auto_File_Libs_ALL was not known in module_hidden_ooo.scp, so it was left unexpanded and the unattached files were assigned to the gid_Module_Root. Change-Id: Ie7064da6e02394261a47e88526c073941625dc8c
-
Michael Meeks yazdı
Change-Id: I4dcb563dc2368b7979df3da5e0691cd3633cb5a9
-
Jan Holesovsky yazdı
Change-Id: Id401feed7d629cbc0c24428b0c1273afdb31be89
-
Andras Timar yazdı
Change-Id: I9037aa31cbb93d38a656ce463e0a73f8b39245ff
-
Herbert Dürr yazdı
support for recursive STL containers is not required by the standard. Boost TR1 containers allow them explicitly though but for some compiler/stl combinations there are constness issues that prevent the default assignment operator to work. Adding a small helper function solves this problem in a clean way. (cherry picked from commit 58d20429) Conflicts: configmgr/source/partial.hxx Change-Id: I301765e47db12f3b158d4525e896e090f4b81bbb
-
Tor Lillqvist yazdı
It used to be mis-spelled PATH_SEPERATOR. Now, after correcting the spelling, it breaks the build of 3rd-party libraries using autoconfigury on Windows. The value of PATH_SEPARATOR is ";" on Windows, and the configure scripts of those libs run in Cygwin and assume that a PATH_SEPARATOR environment variable should be correct for Cygwin. Which ";" isn't. Rename the variable to LIBO_PATH_SEPARATOR. Change-Id: Iff0eb93bf11d9f844a28be7ea4456e4c0ae10844
-
Michael Meeks yazdı
Change-Id: Id5798c97d3dcfd997ce56f7a7ea72660c9b86c63
-
Oliver-Rainer Wittmann yazdı
implementation for method <RtfAttributeOutput::WriteExpand(..)> Found by: ej197us at gmail dot com Patch by: yuanlin <yuanlin.ibm at gmail dot com> Review by: Oliver <orw at apache dot org> (cherry picked from commit 4536f0b9) Conflicts: sw/source/filter/ww8/rtfattributeoutput.cxx Change-Id: I1cde654dadd26e214a1c097fe2e0aeaa376195c2
-
Andras Timar yazdı
Change-Id: I9a4fc068e522dd7129b66652c193626075b460bf
-
Miklos Vajna yazdı
Change-Id: Ib4a18dafe4a0b5679e0a015f8208207ae482e720
-
Michael Meeks yazdı
Change-Id: I5d179ab3d8591bb01799dcb2b8eb6b5c2bd90110
-