Age | Commit message (Collapse) | Author |
|
Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931
|
|
|
|
|
|
The border widths are tripled on import, because that is effectively
what SetWidth does for DOUBLE borders; set a divisor of 3 similar to
e2ffb71305c5f085eec6d396651c76d6daee3406
70a6a4d425558340bb49507975343a3e0a1bdde8
Change-Id: I40b175bedc1ed2d564be126bf9e6870b43474aba
|
|
Change-Id: Ia117e1db43b29eda2f87bf1b1f26d580006e4b8b
|
|
Change-Id: I2a4cc2c903f469898df9c739658ce25523199fbb
|
|
Change-Id: I96606cc97afb4fab6af45b116c265b1b3c584e00
|
|
Change-Id: Ib77d62d6bb9070877943cd686791c9e634718c79
|
|
Change-Id: Ibbf777e57af6b98611cb5dce5a31517de80305b7
|
|
Change-Id: I17ec5a54b0088b56bd8c8431eb255626dbb1fac8
|
|
Change-Id: I91ed2c018218c68665471be146dc82f9dbfd34ad
|
|
The vector::back() does not return a value but a reference, hence this
is invalid.
Change-Id: I8624b649deb8fb4de0d1d8af1288068acc80cef2
|
|
Change-Id: I0f869af4fd497461fc06897540d3be0a6703f00e
|
|
...by using system libsqlite3.dylib instead of nss one (see comment in
nss/makefile.mk for details).
(dmake knows neither < nor ! in conditional expressions, that is the reason for
the strange .IF .ELSE ... .END constructs.)
Change-Id: I5abe0f74ad55aac06b91163751bb8145b759b9ca
|
|
gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2)
com/sun/star/uno/Sequence.hxx:178:10: error: assuming signed overflow does not
occur when assuming that (X - c) > X is always false [-Werror=strict-overflow]
Change-Id: Ibbc2f3533097ad379e1707f77039c675a0d00133
|
|
Change-Id: I51ba83c5356f2eb33ed09f6516de9f004678bc8f
|
|
Change-Id: I1d126eb10bfebc747d4bb6d153b80abe73a1e81e
|
|
Change-Id: Ib1d98173f2dd29a59ce49bbe93ff563d5bb913a0
|
|
Note that this Document class is work in progress and the code hasn't
ever been run yet even. Not used by the DocumentLoader test appp
currently.
Change-Id: Ibb285d455f31d9bda43133f3a289fc4564b83d47
|
|
Render directly to a direct ByteBuffer allocated on the Java side.
Change-Id: I2d66e4146df77e92260918a78ef22cd9b8c95384
|
|
Change-Id: I8dd16850a35cd2de7260dcbe9a8aa7afae2294be
|
|
Change-Id: I1bae38bf312ebc0186266be0dad3604e3f940aef
|
|
Change-Id: Id06783a999707ced3fe860fe23a6c48ccc40d9c4
|
|
Used for impedance matching between Java's direct ByteBuffer and the
boost::shared_array used by basebmp. Not sure yet how well this will
actually work. I'm afraid leaks might be possible in exception
throwing cases.
Change-Id: I74fc57aaf46b2dd9f227043bd9045d4815a5ed40
|
|
conflicts with other StarOffice derivatives
|
|
Change-Id: Iffbd7722b7ede8a2824e59f0bfc0241730de2486
|
|
Change-Id: If2b4118481dd265a81641d5cdf14f5095b8064e9
|
|
Change-Id: I7eada5e24047d36c1625aa082ecc9e5d52f785ae
|
|
Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332
|
|
Change-Id: I3c694af4554f984274e179739475077c46db4028
|
|
Change-Id: I720037b7759a64d99cd08cf44ce9ae26b8f21873
|
|
Change-Id: I18209f594ac6aa9ba03081342532e37a7b686571
|
|
Starts to be a bit annoying to roll shell-sed every release.
We fix too many bugs.
Change-Id: I34b0e9c2bf2c43f84abd555a9d2ac7dde0b6ba3a
|
|
Change-Id: I59872f6e7fbdfc73875a45912b93d01b4379aec7
|
|
Change-Id: I04230c4c38978340afa91eefb1886de0998967f8
|
|
Change-Id: Ie894c1a1989433e4faa14ca469defd5239584dbe
|
|
Change-Id: I497b18aff8e571dd5f028325c16a7292f4f80692
|
|
Change-Id: Ie5e8c7c43d86f060d7733c1787c6382e78c0a463
|
|
These two fixes interact in a bad way:
49bd0e4e6bb0ed0671de72d84700ddcc49828f69 (fdo#48647)
ee42895d684be9430a414adf3f569d279d437148 (fdo#49438)
The problem is that now hairline borders are detected properly, and the
double hairline borders are clipped to the right area, but the clipping
polygon actually collapses to a single line for the hairline border,
with the result that the clipped border line is an empty PolyPolygon
for e.g. a double border 3 twips wide.
Fix this by enforcing a minimum clipping polygon width of 2 units,
which seems to work nicely.
Change-Id: If9cf9f0ed6a5c837860c2313a84cd26b07734b03
|
|
it allows to source variables from config_host.mk into shell;
there are many different hacks for this on other locations
Use this script in bin/distro-install-*; The original solution
with 'eval' did not work because shell was not able to pass
that many arguments
Change-Id: I3d9eb2fe2d6804a3c7783487e9c70f093edb2ad5
|
|
config_host.mk defines even empty UNIXWRAPPERNAME variable now.
Hence, 'UNIXWRAPPERNAME *=' newer assign the default value.
Change-Id: I2c782bdf79eddffa2451c5462106519479db7431
|
|
|
|
Change-Id: Ie9bb39713e485d5fb4eb93c718796a0bbd083481
|
|
- InterceptChildWindowKeyDown never gets called
- so mbInterceptChildWindowKeyDown doesn't get changed
- at ImplInterceptChildWindowKeyDown
a) ImplSendMessage() is never accessed
b) always returns sal_False
Change-Id: I2dc84c88644d19c238064ab1b7dff0a24f90dc5d
|
|
Change-Id: Ifad680ea6f2f3693fecc649a000e638052dcf080
|
|
Change-Id: I3b3e5ab68421e25e6bf153f11ca5e538aa482874
|
|
Change-Id: I4c81eb1ec57bda2b5ce65b19de998bab2dfb6c3c
|
|
Change-Id: I064070a51cb87c10c72917b19969672d2121be7a
|
|
Change-Id: I93c9c6e267270a07bd98ea408f0d6f78759265bb
|
|
* ServerFont::GetFontFileName definition seems to inadvertently got lost with
8e64e571f23f969590efbf7246c464c352d8b9ec "Merge FreetypeServerFont and
ServerFont now its split out into unx"
* Likewise, ServerFont::GetFontFaceNumber is unused, so remove declaration (that
also has no corresponding definition)
Change-Id: Ia8919d4248243c434c5cdbda548f5303a468f2d3
|