- 15 Kas, 2013 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I997356cc76c8ef9737309b3347f7a1969d306682
-
Caolán McNamara yazdı
Change-Id: I303684cd0d4e2f3092cc776cd0b77725d6741bc6
-
Caolán McNamara yazdı
Change-Id: I4ed22a776720bd6de64d08767a03a746276acba4
-
Caolán McNamara yazdı
Change-Id: Ib90364afebea4ff1b926f3c8b9fd949b155fa81f
-
Muthu Subramanian yazdı
-
Stephan Bergmann yazdı
No idea what the odd COLFUZZY SwWriteTableCol::operator == and < are supposed to be good for, so leave them alone for now. Change-Id: I52528a097f18ff12fac9725d802a3988c9dfa7e2
-
Miklos Vajna yazdı
Commit 5cf62a6a (First modification on the default template for the Writer, 2013-11-04) probably wanted to ensure that the footnote field (which is usually just a number) is superscript, but instead it modified the footnote itself. Having the footnote text itself as superscript doesn't make sense by default. Change-Id: Ic990d0afca356c2723eee0764b86b9c8c57c14b7
-
Stephan Bergmann yazdı
Change-Id: I69f69e4fa790969ac4e338dd6294ff9ef951d5b6
-
Jan Holesovsky yazdı
The fix for fdo#37758 was not correct, we shouldn't fiddle with the m_bVisible itself, but instead react on the m_bMasterHide flag; or at least that is my understanding of the related framework code (why is it so confusing?!) Change-Id: I791fcea9e5e5313b6a5b776cb3187cbd1a028386
-
Samuel Mehrbrodt yazdı
Change-Id: I82b81d2fd33be47987268fbd3b32d461a136acf8 Reviewed-on: https://gerrit.libreoffice.org/6479Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tushar Bende yazdı
Description: Some Documents were crashing LO During Roundtrip. This was because of setting wrong gridSpan value during export. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Change-Id: Ibcb6d4f00520500a98c16eb40dec3b052ad6b3f9 Reviewed-on: https://gerrit.libreoffice.org/6672Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Project: help fedee798f49ae39358c0b0c618aee3ab7c0d1687
-
Muthu Subramanian yazdı
Which would be a simple rect instead of the complicated shape.
-
Caolán McNamara yazdı
Change-Id: I0a2adcd606842c6b39665ecc641d2fd92c4eb7e7
-
Caolán McNamara yazdı
Change-Id: I4ed28ad5ba94c055fbab51148d9258624dcfdb14
-
Caolán McNamara yazdı
Change-Id: Ieb9e7f9d2b8ff89aa83e44f4f1d3f634adf71b25
-
Stephan Bergmann yazdı
Change-Id: I33f6bb8756a3bab054068a73c8e3d71b414ddfe0
-
Andrzej J.R. Hunt yazdı
Previously this conflicted with include/toolkit/helper/tkresmgr.hxx, breaking the Android build. Change-Id: I195e18e42a5978fd7d415a8afaa007b3bee33190 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I07cdd13eef09a84abca0d5204c6f55ca25b9d9c0
-
Andras Timar yazdı
Project: translations 1bb07277935bce4a9dcf1e0eeaf2ebdfcf4b2b11
-
Stephan Bergmann yazdı
...after 18d07b2a "Rework SvtListener and SvtBroadcaster internals" broke the case where SvtBroadcaster::Add/Remove is called from within SvtBroadcaster::Broadcast, and at least CppunitTest_sc_ucalc started to fail. It should be evaluated whether the original SvtBroadcaster logic to handle this was better than taking a copy here. Change-Id: Ie47bccb8c5789e405349a9c8b89f30b1dba3cfba
-
Tor Lillqvist yazdı
Change-Id: I93b4ccdf40ffa2f013764b6270bab9aa1dced7c7
-
Kohei Yoshida yazdı
And make it re-entrant for thread safety. This method should not modify the internal state of the token array object. The one with ScCompiler is not re-entrant. Still some way to go. Change-Id: I06de3637341727aef0963dddfb98527f415bf7fa
-
Kohei Yoshida yazdı
Change-Id: I8331251f77fb202375370a425e01862aa0f6310d
-
Kohei Yoshida yazdı
Change-Id: Ie63d93d51640bfb80dc02bb226d742c2f9be96d8
-
Kohei Yoshida yazdı
This helps debugging / profiling easier. Change-Id: I7834585bf2aa5d5f550bd218b9845ec964b06655
-
Kohei Yoshida yazdı
This helps file load performance at the slight overhead during editing. That said, the overhead during editing is only in theory (not measured) and shouldn't be that much even in theory. Change-Id: If22ea34acb0cda311575ac3ed8ce1a8eb69ae33a
-
Kohei Yoshida yazdı
Otherwise a crash would ensue. Change-Id: I9a52524cc205765d059745e9f7e914b636667cb6
-
Kohei Yoshida yazdı
The old code was simply awkward. Change-Id: I1a58a9af86c100be238d306570b40f70c5100314
-
fengzeng yazdı
Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-182 BUG Change-Id: I314e4b8cc4434d20346c908a7eb2f274838e0d11 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
fengzeng yazdı
AMLOEXT-182 FIX Change-Id: Iceab026b8945863280d2393f9beb4145dfe45fce Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
shiming zhang yazdı
Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-81 BUG Change-Id: I53e181c967b1ce7b2735539f4f714c9a7719cb7a Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
shiming zhang yazdı
AMLOEXT-81 FIX Change-Id: I77ea979ca1f046ecc8a865cc7d19cd676fa70cbd Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
fengzeng yazdı
Need to enable NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-59 BUG Change-Id: Ia6222c2f3b68c82949c9b4686f9db7ad7cc7bf75 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
fengzeng yazdı
AMLOEXT-59 FIX Change-Id: I33c8241febef766db4ff46e5ed875b46d5e1275c Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
hongyu zhong yazdı
Need to turn on NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-150 BUG Change-Id: I29324659b31d98905ead88d0d0cf44361ad1df16 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
hongyu zhong yazdı
AMLOEXT-150 FIX Change-Id: I2ea5128b4b116a91477c1a339a65d3a052f4ebca Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
hongyu zhong yazdı
Need to enable NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-173 BUG Change-Id: I630f4f7c994dacc601421e96290db5e2408ca569 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
hongyu zhong yazdı
AMLOEXT-173 FIX Change-Id: I04f09bf111f9dff50353beb4e4d094365574f8ba Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
yangzhang yazdı
Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-178 BUG Change-Id: Iab8988244328ab9be2ccf0d69ee862c82cf05738 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-