- 19 Eyl, 2012 40 kayıt (commit)
-
-
Tor Lillqvist yazdı
Rename the --enable-cl-x64 switch to --enable-64-bit and make its meaning more generic. Drop the CL_X64 config variable, introduce the more generic BITNESS_OVERRIDE instead. Does not build yet. Change-Id: Iac66afe31dceaf40c8262fec2e5aef6a751ba3d2
-
Rene Engelhard yazdı
Change-Id: I95d23e6728571b3f3a6421a05fec814f7c5d059c
-
Michael Meeks yazdı
-
Tomaž Vajngerl yazdı
Change-Id: I6c2bc67a2b837adf9c12c5e93200fc1567732da3
-
Tomaž Vajngerl yazdı
Auto correct / replace dialog supported only 65535 (2^16) entries (per language) due to using sal_uInt16 in the code. This restriction existed only because of legacy code which was meanwhile refactored to use dynamic containers (like std::set, std::vector). This fix changes usage of sal_uInt16 to sal_uInt32 to increase the number of entries to a much higher value. Change-Id: Ica77648915266fed67602a4e30b59a4e55e34efc
-
Michael Meeks yazdı
Store a dirty page hash to allow us to fix the LRU cache next. Change-Id: I67130af37ac1bc2d0a4abbb11f4d9871bb2bc306
-
Markus Mohrhard yazdı
Change-Id: I353df8e9d3ccabee32b82d04cdae402e3a83ed23
-
Stephan Bergmann yazdı
Change-Id: Ifb916e0c2935876b85fdb135538357f29cfab157
-
Michael Meeks yazdı
Sort only the pages we want to write out, at the end, using a std::sort instead of a hand-crafted linked-list mess maintained during use. Cleanup StgPage as well, de-friend it from StgCache, clean member names. Remove unused pCache member as well. Change-Id: I0f53d1f85be373fce0d504b226d34ccaf575b2b3
-
Miklos Vajna yazdı
Change-Id: I0d38edfe1bac8a6db0227d9bbd0d9fbf9cdd93fd
-
Luboš Luňák yazdı
Change-Id: I5a692b10f259cf95357b1b3da39e0cbc8e68c044
-
Stephan Bergmann yazdı
Change-Id: I213a9ac5b41c66cd039016315f4641773364fd7c
-
Stephan Bergmann yazdı
...causes "error: attempt to increment a past-the-end iterator." with debug-mode libstdc++. Change-Id: I89af3944b04ad6ab4ef3561d2aa91b5bab1edf20
-
Eilidh McAdam yazdı
A shape element with a path attribute is interpreted as a bezier. We can support both curve and line commands by using the correct co-ordinate flags when using the UNO interface (omit control points for lines). Alternatively, curves may be specified using the to, from, control1 and control2 attributes of a curve element. Note that when setting the PolyPolygonBezier property of the xshape, the shape size and position are set too large somehow. The workaround for now is manually forcing the pre-calculated shape size and position. Change-Id: If3563474df357d161a2ed2e7a20856d5aed80a94 Reviewed-on: https://gerrit.libreoffice.org/649Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Miklos Vajna yazdı
Change-Id: Ic59b4a68499bb68619cf72fdc17f5a77186274ae
-
Eilidh McAdam yazdı
Change-Id: Ibb90ff437f6de1cab98b64deeccfa38e0e30756b Reviewed-on: https://gerrit.libreoffice.org/648Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Stephan Bergmann yazdı
Change-Id: I3a6b2218cec77eabf05bc422258e672269440c7b
-
Stephan Bergmann yazdı
Change-Id: Ib2a8da9f837b0b91f980aacda9df1c6c5c691eef
-
Stephan Bergmann yazdı
Change-Id: If6dd2af2f71c467a8c69305433eb465457b38714
-
Michael Meeks yazdı
Change-Id: I3d011a1aae47b6961b1cea2bf544af2c88bd611e
-
Michael Meeks yazdı
Change-Id: Ic8df1012752e78d3326999a07dc15a99e982b896
-
Michael Meeks yazdı
Change-Id: Idd6616ac11e16b4c4631c607a3dc92417a796521
-
Miklos Vajna yazdı
Change-Id: I88ab87525945f81ad6e11756f43bc211f8d2b70a
-
Caolán McNamara yazdı
Change-Id: I05baf163cc00d3770b9a8b25b099ffcbd9623a2f
-
Luboš Luňák yazdı
Most probably not intended when introduced in 7c7267e8, and it certainly crashes xray installation for me. Change-Id: Ida64d4d2a706204989fc3c16d7487748747fb8fc
-
Luboš Luňák yazdı
Change-Id: Icc1dffc9b63453575ab927a3bdfa4b25cecfe8f2
-
Luboš Luňák yazdı
Change-Id: Ia3f971b065bf0fba361871cbed63833d76b462fe
-
Eilidh McAdam yazdı
Property \shpwrN, where N can be 1: Wrap at top and bottom (no wrap at sides) 2: Wrap around shape 3: None (wrap as though shape isn't there) 4: Wrap tightly around shape 5: Wrap text through shape Change-Id: Ic700e06bf9ef894a6efa7e8d033888ed80a7082f Reviewed-on: https://gerrit.libreoffice.org/647Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Eilidh McAdam yazdı
The RTF segment specifier seems to indicate the type of segment with the first two bytes and how many points the specifier applies to with the last two bytes. Note that without further test docs, this hypothesis is yet to be thoroughly tested. Change-Id: I6f85435f52ef244b9c417e67d54c236ef4c7f149 Reviewed-on: https://gerrit.libreoffice.org/646Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Michael Stahl yazdı
Change-Id: Iddec1bb9f1d0f4f31ecfc5bf6e6fccb0b65b3fd5
-
Michael Stahl yazdı
Change-Id: I1155cbee1e1cf28fdda5635d7151b28159befc15
-
Michael Stahl yazdı
Change-Id: Id2c6758055ad9c12b23bbb9dc8c84f0c4b65b83d
-
Tor Lillqvist yazdı
Change-Id: I7cb579b494adab0ab36cc86aa889132cf8e0fdd6
-
Stephan Bergmann yazdı
...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
-
Miklos Vajna yazdı
Change-Id: I38ba0fd4128acfa114eac0b6b6e28ea49c335f0c
-
Miklos Vajna yazdı
Change-Id: Ib9e9cce5abdcf00c2546f831c8af191da10e1b15
-
Stephan Bergmann yazdı
This effectively reverts 8c5cd962 "config split for sdremote" (what was the rationale for that, anyway? having the two little additions in Impress.xcs always should not be a big deal), 63a73c11 "Hopefully fix the remote config access to work with the new schema.", ee5403b9 "officecfg: generate header for Impress-sdremote, handle "-" in xcs name", and 4cce7027 "Rename Impress-sdremote.xcs to ImpressSdRemote.xcs + add to postprocess." Change-Id: Iba6162a3c1d9e688960c794265bd04128f58cc0c
-
Andrzej J.R. Hunt yazdı
Change-Id: I1f60ce48d9d11b074aa268eda118c427b3cc62c0
-
Ricardo Montania yazdı
Change-Id: Ia3ed38eb017e02df7109e684bc59017f47af3543 Reviewed-on: https://gerrit.libreoffice.org/644Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Andrzej J.R. Hunt yazdı
Change-Id: I289211564a5ceeb579da8b4acf5269d737fb542a
-