- 23 Ara, 2013 37 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I34b98d4c98b3f9af062473f254ffeadb05130471
-
hongyu zhong yazdı
AMLOEXT-300 Change-Id: I01f16fb5a00e1c96e40bfcf99e417519cb27e765 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
yangzhang yazdı
AMLOEXT-270 Change-Id: I460354ede9a9666a7b5dcd7c5d125b605e3b3b2d Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
yangzhang yazdı
AMLOEXT-269 Change-Id: I10d33b50f743630ed91daa743017e431754e5659 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
yangzhang yazdı
AMLOEXT-349 Change-Id: Ifd9532d7b73afee1a0d6eb8f2d4522e0356006f5 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
yiming ju yazdı
AMLOEXT-376 Change-Id: I067819191f5926cef31ab50f1ad46d64a1e58a5c Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
minwang yazdı
AMLOEXT-279 Change-Id: I6d4d9f3fc67aeeb32b571998ef9ddeba66184449 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
mulei yazdı
AMLOEXT-283 Change-Id: I10541f33f65a68d87931d92f520653d7751ae507 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
mulei yazdı
AMLOEXT-277 Change-Id: I05b2d703820dab3e284a2356a3e9b1cd9b797247 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
mingli yazdı
AMLOEXT-278 FIX Change-Id: I59bf06c1e8ef138e08a7699fa167034442780322 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
Wei Wei yazdı
ISEVEN and ISODD Change-Id: If16b13a22d336d7d21c9034157be0aa38f2415be Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
Markus Mohrhard yazdı
Broadcast might result in calling Remove on the same object which erases the entry from the listeners vector. If we create a copy we can still iterate through the vector as all iterators are still valid.
-
Matúš Kukan yazdı
Group logic from include/osl/detail/component-mapping.h has been duplicated here for now. The plan is to reuse this for iOS too if possible. We don't need component-declarations.h now, which is good because the list of implementation constructors is going to grow a lot over time. Also, something needs to be done to avoid component-defines.h. --constructor parameter was removed because it was not used and also does not make sense. __attribute__ ((visibility("default"))) is removed too. Change-Id: I5e3f988800303d31e1d78220cbd25339bcbc482a
-
Caolán McNamara yazdı
Change-Id: Ib7be4172e2d9b80869dbfa47674b13f1e03877d3
-
Miklos Vajna yazdı
This is the export part of 51a61bd4. Change-Id: I9f7459e99ada8f5f73e9075d249c4e508c941d44
-
Miklos Vajna yazdı
It turns out drawingml requires using different XML elements in case the groupshape is a toplevel one or a nested one. Change-Id: I9b76f9d0ae48cd80aaf0d6d41f1eb071cdc8cc07
-
Jacobo Aragunde Pérez yazdı
Created method DocxAttributeOutput::AddToAttrList which encapsulates a piece of code that was widely repeated in that class: if( some attribute list does not exist ) create the list add some value to the list add some other value to the list Change-Id: Ibef031395927a7cedbf84a372008cb2e2677ae36 Reviewed-on: https://gerrit.libreoffice.org/7187Reviewed-by:
Jacobo Aragunde Pérez <jaragunde@igalia.com> Tested-by:
Jacobo Aragunde Pérez <jaragunde@igalia.com> Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
For bookmarks, at the start we omit all attributes (name, id), and at the end we emit only the id. Do the same for moveFromRangeEnd / moveToRangeEnd, which didn't emit an id at the end before. This is just the tokenizer part, dmapper should still handle them, which is missing. Change-Id: I3f42fdbd86785adb36a8ef1bffe9af14c4d81fa2
-
Miklos Vajna yazdı
This was only available in experimental mode previously. Also note that export of shapes (including group shapes) was already enabled previously, this commit just enables the same for Writer Text Frames. Change-Id: I53e7f3fac84328cea316a9811ecd5eecec79b23d
-
Miklos Vajna yazdı
CppunitTest_sw_ooxmlexport's testTextframeGradient is a reproducer for this problem. Change-Id: I8a0a1e8728cd82d96bdc7167e57cae72932429c5
-
Caolán McNamara yazdı
Change-Id: I775c87422f05552b7283f9c6f7103a72262f764e
-
Caolán McNamara yazdı
Project: help 458e6f18f0a93701748ef8754dc6f4acd7d2aaf0
-
Eike Rathke yazdı
Change-Id: Ic9809beead66cf0d0e6a6a28bb97b220fb667578
-
Tor Lillqvist yazdı
Change-Id: I7842d9d0e5786647d14d0c30be5230c05883ada2
-
Tor Lillqvist yazdı
Change-Id: I71b04086ae0418f0a6c988fc71c1e5fee6eed690
-
Tor Lillqvist yazdı
Change-Id: Ic4cdf6b91f2a71fc556c8d9c2ba3808f0d953754
-
Tor Lillqvist yazdı
Change-Id: I62ade513bd98e5410c1df14e890e8cc964f1eb25
-
Tor Lillqvist yazdı
Change-Id: If07fe2ddc99bf2d2a9a4bc242be22fe615a5b1f9
-
Tor Lillqvist yazdı
Change-Id: I7db16b3736a83b9372aba11ac9ff302bc087e008
-
Tor Lillqvist yazdı
Change-Id: Ibf1ed5ee1d7ab8319b393475c49655708e9a6d61
-
Miklos Vajna yazdı
Change-Id: I6f6726dd99a3f894ae86de279c74270e19b49d0e
-
Matúš Kukan yazdı
Change-Id: I0cb66814c3dcbe38a92ada0dfcc0374313784a2b
-
Matúš Kukan yazdı
Change-Id: I0881c0994342816b8f0ac0281d884ce618d5e285
-
Matúš Kukan yazdı
Change-Id: Idb4cdfcdc8e06dca070bda5dd63e4291bb582e0f
-
Matúš Kukan yazdı
Change-Id: Idb14acb8fdb737b592a358eaa221ca9b1e14e589
-
Matúš Kukan yazdı
So, merge these files. Change-Id: Icc8e221a40c70dc24a9fb048e06cf4fe7635fd02
-
Julien Nabet yazdı
Change-Id: I27ada8b5154968e521d9e67f21473aa85776e70e
-
- 22 Ara, 2013 3 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I8bc165b0ff706c7a3f7963aa72f421caa1b6d153
-
Caolán McNamara yazdı
Change-Id: Iccd4f2c8b628589c6a184cc561a1e6225c1a9441
-
Andrea Pescetti yazdı
(cherry picked from commit bc449473) Change-Id: I28bf684b030e46bcc8c19767c6d6f6280fe3799d
-