summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-12re-base on ALv2 code.Michael Meeks
2012-06-12re-base on ALv2 code.Michael Meeks
2012-06-12fdo#43249: WW8: fix double border import:Michael Stahl
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
2012-06-12fix null pointer dereferenceNorbert Thiebaud
Change-Id: Ia117e1db43b29eda2f87bf1b1f26d580006e4b8b
2012-06-12Translate German comments, fix some spelling errorsPhilipp Weissenbacher
Change-Id: I2a4cc2c903f469898df9c739658ce25523199fbb
2012-06-12Translate German commentsPhilipp Weissenbacher
Change-Id: I96606cc97afb4fab6af45b116c265b1b3c584e00
2012-06-12misuse of null-terminating requiring string ctorCaolán McNamara
Change-Id: Ib77d62d6bb9070877943cd686791c9e634718c79
2012-06-12use rtl_ustr_getLength instead of a temporary string just to find lengthCaolán McNamara
Change-Id: Ibbf777e57af6b98611cb5dce5a31517de80305b7
2012-06-12don't need to realloc stringCaolán McNamara
Change-Id: I17ec5a54b0088b56bd8c8431eb255626dbb1fac8
2012-06-12Don't push_back(.back()), stupidFridrich Štrba
Change-Id: I91ed2c018218c68665471be146dc82f9dbfd34ad
2012-06-12fix invalid vector.push_back(vector.back())Michael Stahl
The vector::back() does not return a value but a reference, hence this is invalid. Change-Id: I8624b649deb8fb4de0d1d8af1288068acc80cef2
2012-06-12oox: fix TextFontModel doxygen commentsMiklos Vajna
Change-Id: I0f869af4fd497461fc06897540d3be0a6703f00e
2012-06-12Make PyUNO work --with-macox-version-min-required=10.6Stephan Bergmann
...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
2012-06-12work around spurious signed overflow warningsEike Rathke
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
2012-06-12cppcheck: Avoid unused variables code warningsMartyn Russell
Change-Id: I51ba83c5356f2eb33ed09f6516de9f004678bc8f
2012-06-12cppcheck: avoid unreachable code warningsMartyn Russell
Change-Id: I1d126eb10bfebc747d4bb6d153b80abe73a1e81e
2012-06-12Add a default dummy implementation of SalVirtualDevice::SetSizeUsingBuffer()Tor Lillqvist
Change-Id: Ib1d98173f2dd29a59ce49bbe93ff563d5bb913a0
2012-06-12More hackingTor Lillqvist
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
2012-06-12Use XToolkit2::createScreenCompatibleDeviceUsingBufferTor Lillqvist
Render directly to a direct ByteBuffer allocated on the Java side. Change-Id: I2d66e4146df77e92260918a78ef22cd9b8c95384
2012-06-12Implement XToolkit2::createScreenCompatibleDeviceUsingBuffer for AndroidTor Lillqvist
Change-Id: I8dd16850a35cd2de7260dcbe9a8aa7afae2294be
2012-06-12Do use separate width and heightTor Lillqvist
Change-Id: I1bae38bf312ebc0186266be0dad3604e3f940aef
2012-06-12udkapi and offapi are not "internal"Tor Lillqvist
Change-Id: Id06783a999707ced3fe860fe23a6c48ccc40d9c4
2012-06-12Add Android-specific sal/ByteBufferWrapper.hxx headerTor Lillqvist
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
2012-06-12rename Class Name, Window Name and Message of the QuickStarter to avoid ↵Jesús Corrius
conflicts with other StarOffice derivatives
2012-06-12Missing dependencyStephan Bergmann
Change-Id: Iffbd7722b7ede8a2824e59f0bfc0241730de2486
2012-06-12-Werror,-Wmismatched-tagsStephan Bergmann
Change-Id: If2b4118481dd265a81641d5cdf14f5095b8064e9
2012-06-12small improvements to data bar dialogMarkus Mohrhard
Change-Id: I7eada5e24047d36c1625aa082ecc9e5d52f785ae
2012-06-12nuke dead codeTakeshi Abe
Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332
2012-06-12seems like windows does not like thatMarkus Mohrhard
Change-Id: I3c694af4554f984274e179739475077c46db4028
2012-06-12make new conditional format menu appearMarkus Mohrhard
Change-Id: I720037b7759a64d99cd08cf44ce9ae26b8f21873
2012-06-12need to export all symbols for color formatsMarkus Mohrhard
Change-Id: I18209f594ac6aa9ba03081342532e37a7b686571
2012-06-12Optionally output wiki-markup from lo-commit-statThorsten Behrens
Starts to be a bit annoying to roll shell-sed every release. We fix too many bugs. Change-Id: I34b0e9c2bf2c43f84abd555a9d2ac7dde0b6ba3a
2012-06-11un-inline isValidXmlId (MSVC doesn't like it anymore)Michael Stahl
Change-Id: I59872f6e7fbdfc73875a45912b93d01b4379aec7
2012-06-11build fix: restore STR_CHAIN_OKThomas Arnhold
Change-Id: I04230c4c38978340afa91eefb1886de0998967f8
2012-06-11Remove unused InterceptChildWindowKeyDown: further cleanupThomas Arnhold
Change-Id: Ie894c1a1989433e4faa14ca469defd5239584dbe
2012-06-11Remove unused InterceptChildWindowKeyDown: further cleanupThomas Arnhold
Change-Id: I497b18aff8e571dd5f028325c16a7292f4f80692
2012-06-11disable mozilla per default on all platformsDavid Ostrovsky
Change-Id: Ie5e8c7c43d86f060d7733c1787c6382e78c0a463
2012-06-11fdo#38116, fdo#49438: fix double hairline border drawing some more:Michael Stahl
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
2012-06-11new script config_host.mk.sourcePetr Mladek
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
2012-06-11correctly set icon names in desktop filesPetr Mladek
config_host.mk defines even empty UNIXWRAPPERNAME variable now. Hence, 'UNIXWRAPPERNAME *=' newer assign the default value. Change-Id: I2c782bdf79eddffa2451c5462106519479db7431
2012-06-11re-base on ALv2 code.Michael Meeks
2012-06-11fdo#49659 testcaseMiklos Vajna
Change-Id: Ie9bb39713e485d5fb4eb93c718796a0bbd083481
2012-06-11Remove unused InterceptChildWindowKeyDownThomas Arnhold
- 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
2012-06-11Remove non-functional Hide/ShowStatusTextThomas Arnhold
Change-Id: Ifad680ea6f2f3693fecc649a000e638052dcf080
2012-06-11Make DO_TEST_PDF code work againGökçen Eraslan
Change-Id: I3b3e5ab68421e25e6bf153f11ca5e538aa482874
2012-06-11fdo#49659 dmapper: handle tables in substreamsMiklos Vajna
Change-Id: I4c81eb1ec57bda2b5ce65b19de998bab2dfb6c3c
2012-06-11writerfilter/resourcemodel: don't use a global variable hereMiklos Vajna
Change-Id: I064070a51cb87c10c72917b19969672d2121be7a
2012-06-11writerfilter/doctok: unused global variableMiklos Vajna
Change-Id: I93c9c6e267270a07bd98ea408f0d6f78759265bb
2012-06-11Adapt gcach_layout.cxx to SAL_INFOStephan Bergmann
* 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
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892