summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-28check stream statusCaolán McNamara
Change-Id: I609c8c4f4e843601361b61f55e0325ad99db3c23
2015-08-28eof isn't a Error, so use good not GetErrorCaolán McNamara
Change-Id: Ie1df87c7eb9d391d0fa4a579f744051a1f1b2ae1
2015-08-28time stamp object selections and use newest as ref for equalizationCaolán McNamara
Change-Id: I1bf22ddbaf263b240288f70d03d6949611f86b69
2015-08-28guard against 0 item sizeCaolán McNamara
Change-Id: I9c4c2f0fe2d892615b3c70e08da0cab6da13338a
2015-08-28check seeks and readsCaolán McNamara
Change-Id: I0c5c4784713376e0762bfbd197640f8d31b65562
2015-08-28tdf#39468: Translate German comments in core/rsc/sourceLucas Satabin
Change-Id: Ia2d94a88d217a3b0ec9c78096b8d74a38216fbc9 Reviewed-on: https://gerrit.libreoffice.org/18066 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-28Avoid bogus warnings with VCL_GL_INFO, by making the optimizer work.Michael Meeks
Change-Id: Ia4afcd58b4ce0b4d6d9708a4cede0857b7633b9e
2015-08-28vcl: fix resource management issue in WinSalLayoutMichael Stahl
Since commit 65a66d41fd0e13d0aad9df935091b731b4af650a the sd_exports_test crashes on Windows in UniscribeLayout because it uses a ImplFontEntry that has been removed from the font cache. Tweak the refcount in WinLayout so it will be valid. Change-Id: Ic4bf984ea9fd70de9fa95ca964ae12d95d47d5bf
2015-08-28Add missing helpful GL trace messages outside of the impl. itself.Michael Meeks
Change-Id: I5b71e3c9edc3e1e89e52c2e17b5fe0a025ac66ea
2015-08-28Avoid accidental leftover unconditional debug printoutTor Lillqvist
Change-Id: I67d2430aec782efa7916856584028f469d39355c
2015-08-28add CVE-2014-6364 test caseCaolán McNamara
Change-Id: I2c47d5b622a54cbfd91b0037f03113c87104da67
2015-08-28add CVE-2014-6360 test caseCaolán McNamara
Change-Id: Ifa1b162e4d222c9446563846a81c559518533515
2015-08-28add CVE-2014-6361 test caseCaolán McNamara
Change-Id: I101a5265540eeeaaa82428d93a2a32e8fc1bdb4d
2015-08-28add CVE-2014-6356 test caseCaolán McNamara
Change-Id: I59ba2c81066182f7cecd24f26b63633fd6309f92
2015-08-28add CVE-2014-6357 test caseCaolán McNamara
Change-Id: Ie52195ef8bef45fae66f58d00dd1566ce5605a9f
2015-08-28add CVE-2015-0086 test caseCaolán McNamara
Change-Id: Id82b199f4d182132e9dce5aca81298ecd37116df
2015-08-28add CVE-2015-1651 test caseCaolán McNamara
Change-Id: I166dcb1fd9653dc9bfe9d737ea570c328186f11d
2015-08-28add CVE-2015-1759 test caseCaolán McNamara
Change-Id: Ifc3a347f66ab5bdb15a5fcd7ca91fae2df2dfa66
2015-08-28add CVE-2015-1760 test casesCaolán McNamara
Change-Id: I85b4376b213ce8ab2880d41b5df2e6e003e3ca4d
2015-08-28add CVE-2015-2380-1.doc test caseCaolán McNamara
Change-Id: I94afaee6aeedd80feb1fa2078bc12e04de0db4ab
2015-08-28add CVE-2015-2467 test caseCaolán McNamara
Change-Id: Ia1196732bc1920be54e2e6dec51ddf6deb855e29
2015-08-28deb#795131 plausible fixCaolán McNamara
Change-Id: I95c191ed865d6920845b146c3ef4baf30280a734
2015-08-28add test case for CVE-2015-2431Caolán McNamara
Change-Id: I88e3b21d9b7f772eb16a454d0c3a369a92fa3739
2015-08-28implement undo for equalize-marked-objectsCaolán McNamara
Change-Id: I245e08674b52c2a5648e9d7762101b8057fd30e9
2015-08-28bump gtk check to gtk+-3.0 >= 3.8Rene Engelhard
Needed since 2ce903c7b2d67a46c2fe2755cfaa66d98f2eddf2 Change-Id: I589e782baae0bd4d5906b97c371cad587aaf5c94
2015-08-28vcl: convert to assert in UniscribeLayout::DropGlyph()Michael Stahl
Change-Id: I918a47da16a539f981baa9a8c1e5a7a5cf642cf4
2015-08-28vcl: fix drmemory warning in UniscribeLayout::DropGlyph()Michael Stahl
It says there's access to uninitialized variable on that line, so propbably the loop is running over. Change-Id: I0226f82b20a6fbbc79af5bbb46af09830c3bc25a
2015-08-28tdf#93353: fix copy fluy in flyBjoern Michaelsen
- prevents flys in inlcuded docs in a master doc from disappearing - fixes a regression from 3fcb0c3aa8d58a819aa21eb9743eaa6da7394819 Change-Id: If211d8dbf423e2a33a258b43ab7092e1a010206f
2015-08-28Bin a few leftover (?) stderr printoutsTor Lillqvist
If they are truly needed, use SAL_INFO then.
2015-08-28tdf#93736 need to create trapezoid from input polygonTomaž Vajngerl
Currently we draw the polyline from the input polygon, but we should first create a trapezoid and draw its polygons when drawing the hairline. Change-Id: Idd850d18d05410c75a8a2c922338caf46158bfd4
2015-08-28add EBD-37910-1 test caseCaolán McNamara
Change-Id: I45033100a39d3bc57bc9c72cb33952531808f069
2015-08-28tdf#93529 - use debug messages while rendering to break up the trace.Michael Meeks
Change-Id: I56629a721202d7a04bd493d4604278dea85b4212
2015-08-28tdf#93529 - add glDebugMessageInsert wrappers to help with API tracing.Michael Meeks
Change-Id: Icf75e0e477be1b2bbbe5095aee33e681d212be0b
2015-08-28tdf#93449 Internal hyperlinks are not exported corectly in HTMLVasily Melenchuk
InetURLObject class does not work correctly with internal document links, containing not full url, but just a fragment. This case added as an exception for HTML link export. Change-Id: I44496a1cf186836d4194fc65ce7bf9aeb2f79b65 Reviewed-on: https://gerrit.libreoffice.org/17993 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-28Resolves: #i112383# CLng("&HFFFFFFFF") fails on 64-bits...Damjan Jovanovic
rather than returning -1 Found-by: andrew Patch-by: Damjan Jovanovic (cherry picked from commit 175afdcb151d9ce1238dc9fec59f2dfc2eb07345) Change-Id: I996bbfa82b10716318944f390ea53e0a5ae7c89c
2015-08-28clip strings to max available sizeCaolán McNamara
Change-Id: Icc1378c9c27b9b6d229bcffc6a63017f82be70d4
2015-08-28use nonet for xsltprocCaolán McNamara
Change-Id: I47f020722b46b727ad03a937f28f0b33033d61cb
2015-08-28make PostUserEvent Link<> typedNoel Grandin
Change-Id: I13f10bda985d55d419a5bff481130a456ae2db8a
2015-08-28Revert "Simplify MultiAtomProvider::getString"Stephan Bergmann
This reverts commit 625c93a8daa2d23bfd42908e6fbba428d5967e84, causes problems in (Linux-only) callers.
2015-08-28Revert "CppunitTest_vcl_timer always fails on Windows for me"Tor Lillqvist
Now it works for me on Windows. This reverts commit 6e8ec907dce656b81486889bf27489ad866cebd2.
2015-08-28Simplify SmFontStyles::GetStyleNameStephan Bergmann
Change-Id: I2df721af0eb60e28cd9882195f68a034a5fa802e
2015-08-28Simplify MultiAtomProvider::getStringStephan Bergmann
Change-Id: I3ba6f9c829200349a6404c2a155182b5c5c12cd7
2015-08-28Make sure nEnd-nIndex-1 is valid arg to OUString::copyStephan Bergmann
Change-Id: Ie646ae781bcd54be81173db42fe10f61b31ac628
2015-08-28Revert "tdf#93530 - the VCL GDI flushing abstraction should glFlush too."Michael Meeks
This reverts commit e16e64dd862c8f386f80de43ad68e831e169d49d. I somehow forgot that glFlush is context specific, (gl always gets me that way).
2015-08-28Disable the higher frequency timer tests more effectively.Michael Meeks
Change-Id: Ibd832d85ce4b7e6747f95297d3c96d071aff41e2
2015-08-28Work around loplugin:staticmethodsStephan Bergmann
(...in what appears to be work in progress code) Change-Id: Ibc30383e7a25b642db63cf022b3fae953c8fee50
2015-08-28Add a newline and fflush so that it actually shows up in the outputTor Lillqvist
Change-Id: Iea123118614ecf038883a0d51337042574ebc6b2
2015-08-28CppunitTest_vcl_timer always fails on Windows for meTor Lillqvist
Change-Id: I73f0771a09d3e74242b25922007c00ff77b37f8a
2015-08-28tdf#93530 - glClear our depth, stencil and buffer contents on init.Michael Meeks
Change-Id: I117fd5f5fd12fd6534b9d10532a39807ad82ce71 Reviewed-on: https://gerrit.libreoffice.org/18069 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-08-28initial work for conditional formatting import for orcusMarkus Mohrhard
Conflicts: sc/source/filter/inc/orcusinterface.hxx Change-Id: If79f58c44072b7c2c20fc2026b2a6eed6d202b63