- 22 Kas, 2013 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ib7ee3188b87b9b4216214b65347e34970e1b92a5
-
Stephan Bergmann yazdı
Change-Id: I7faa689c803f83687cfcc39dc7c4fd145584e849
-
Stephan Bergmann yazdı
Change-Id: Icd156745da10011611590b6b62cd0ec2df2b1266
-
Stephan Bergmann yazdı
Change-Id: I93b9fcc2b20ed7a7c160a9ef3294b6e578678f53
-
Stephan Bergmann yazdı
...and the hack to locally introduce a bogus pupblished forward declaration of XFormOperations with which this has been worked around in cf5c3691 "INTEGRATION: CWS dba23b: work around idlc limitation, which does not allow to refer unpublished interfaces as optional entities in published services" no longer works in offapi/type_reference/offapi.idl. So given FormController is a (deprecated, even) old-style service (i.e., little more than glorified commentary), the best fix probably is to demote the problematic optional property to a comment. Change-Id: Ia38483c817dc1762ba73315abcd4f9f063db3093
-
Stephan Bergmann yazdı
Change-Id: If46e98f54b916c312193ef7d931e120c53d047c0
-
Stephan Bergmann yazdı
* byte only accepts singed literal values < 128 now Change-Id: If557b5212e349fe115948f72b5558fee338db659
-
Stephan Bergmann yazdı
* global exception names no longer clash with local names * repeating the same exception in a raises spec is caught now Change-Id: I388aae4de59bddc1c69bf4c263297d0b92b47106
-
Stephan Bergmann yazdı
Change-Id: I653522d8ebaac3329f368c102d14041c6b49d41d
-
I-Jui (Ray) Sung yazdı
Change-Id: Ic714074a22847fbe4ac39cd035d4924fb0525efd
-
I-Jui (Ray) Sung yazdı
AMLOEXT-243 BUG Change-Id: I97e2dab35b40f4f7fcd4975ae7c5907e97e19fd9
-
I-Jui (Ray) Sung yazdı
AMLOEXT-243 FIX Change-Id: I1a356f9a591c1f5a99d2675065b63a7673217ac6
-
Caolán McNamara yazdı
Project: help 1fbc93982ca787e8be5b38b6a6729850009c7866
-
Christian Lohmaier yazdı
and not only when gdb is installed / the postprocess script succeeds Change-Id: I36e2fcdb81296252d7402d77154e45614cb70038
-
Caolán McNamara yazdı
Change-Id: I01946f979fc043c5b1ca2777f0af1769e2c8a362
-
Miklos Vajna yazdı
Change-Id: I3f9d69ddbb2144c60a724e4242128b65ae167455
-
David Tardon yazdı
Change-Id: Ie828de19cc35228cd332ecbb5e11f2edb281bad8
-
David Tardon yazdı
Change-Id: I7fa5d7f7e9af9e0e785a58f942cf0a401394bafd
-
Eike Rathke yazdı
Change-Id: If996e57a616adfb21f09463ac305e64c4e2fa4cc
-
Tor Lillqvist yazdı
Change-Id: Id2bef2696d0bdc618d2fc53658ad8ba23bbad310
-
Tor Lillqvist yazdı
Thus the output can also be used in makefiles where a list of actual files is needed. Change-Id: I23396dc2e98c47b99cbf53926f247bd834119976
-
Tor Lillqvist yazdı
Change-Id: Ifa9d755ff223f310881cece4d6dcfdd690ee8c78
-
Miklos Vajna yazdı
The problem was that previously the shape text was imported normally, and the shape itself was simply appended after the text. In case of the VML import, the following mechanism made it possible to have the shape earlier: OOXMLFastContextHandlerShape::sendShape() is called twice, early in OOXMLFastContextHandlerWrapper::lcl_createFastChildContext(), in case the shape had text, and later in OOXMLFastContextHandlerShape::lcl_endFastElement(), in case the shape didn't have text. This works because the parent element of v:textbox (v:shape) is already something that isn't handled in writerfilter, so the parent of the w:txbxContent's parent was a OOXMLFastContextHandlerWrapper. In case of WPS, the problem was that the parent of w:txbxContent is wps:txbx, and the parent of that is wps:wsp, which is something (unlike v:shape) we do handle in writerfilter. Fix this by adding an early call to sendShape() in OOXMLFastContextHandlerShape::lcl_createFastChildContext() as well. Change-Id: Ia24678871d7bbad89d18b1d5f468c17f68feec10
-
Muthu Subramanian yazdı
Reverting: 55c63ccf Seems some other fix, fixes the bug as well.
-
Tor Lillqvist yazdı
Change-Id: If3e97386793f14bec9aae6c95500461177c18570
-
Tor Lillqvist yazdı
Change-Id: I15605228af82f421ad40465a82661b98c91a3370
-
Tor Lillqvist yazdı
Hopefully this script can be used instead of the current many separate ways to get the same list. Change-Id: I9b84d70f37e5819140c3a3a2c8a002cfdbac4364
-
Tor Lillqvist yazdı
Change-Id: I916aa32fcd8ab4b8ef13cfb2870e29c45ad8b60c
-
Kohei Yoshida yazdı
No need to fetch string size with this change. Change-Id: Iae5f6c60430fc57985a0fec5bfec59727e5a8f0f
-
Kohei Yoshida yazdı
This also avoids unnecessary row height adjustments. Change-Id: Icfecf0a5fdf7ef18db368ebadcf9d0b8700c0b65
-
Kohei Yoshida yazdı
Change-Id: I8c68308394a64eee0985d7d1f8c8b34637a6da74
-
Kohei Yoshida yazdı
Change-Id: I27628314337ae4df31420d63d7c09148369a6759
-
Kohei Yoshida yazdı
Change-Id: I2561ede5a42ad1f0f3bb74f7b9375f87010eddc3
-
Kohei Yoshida yazdı
Change-Id: I01dcd6d421c1f648b4cd8413e3baf50fd26d4c8f
-
Kohei Yoshida yazdı
Change-Id: I66b16e9767369fd54611f92d66cd1b43f4e8c5a8
-
Caolán McNamara yazdı
See also rhbz#958300 Change-Id: I5c3cf9652adb7b1c9ec53a32ed39f231a09ae1d7
-
Tor Lillqvist yazdı
Change-Id: Iefb00e72f2700503ea33a28c9f7e2150f0d1e06e
-
Tor Lillqvist yazdı
The intent hopefully is that the MobileLibreOffice project should be buildable in a freshly cloned or otherwise clean tree, where Xcode has not been used interactively (which automatically creates a scheme for each target, it seems). Change-Id: I690513ecf54bb824dd3c3b0ef1735cc5cdff6d60
-
Tor Lillqvist yazdı
Change-Id: Ic21750744794b4721c28f4e2b23e5e5ca5d74db5
-
Winfried Donkers yazdı
EXPON.DIST, HYPGEOM.DIST, POISSON.DIST, WEIBULL.DIST Change-Id: Ib9f648739ec0af90cdf2f576c7f548a6acb7b4a6 Reviewed-on: https://gerrit.libreoffice.org/6748Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-