summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2015-08-11Related: tdf#78111 Try to guard against too wide panel layoutsMaxim Monastirsky2-1/+3
The sidebar has width limit, so a panel shouldn't attempt to resize more than that. Otherwise we'll get an endless loop. Change-Id: Ia36535637e3585595c673c7fc46a1a7b162b74ba
2015-08-10tdf#92982 vcl rendercontext: simplify Edit::ImplClearBackground() logicMiklos Vajna1-2/+2
This fixes the vertical rendering artifacts visible on the bug screenshot with the oxygen-gtk Gtk theme, and also is a lot simpler than what we did here before. Change-Id: I21a167452f14ae52bd0d899b3ed467ce40540dec Reviewed-on: https://gerrit.libreoffice.org/17631 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2015-08-07error C2039: ´getCreateColumns´ used in mozab/MStatement.cxxCaolán McNamara1-0/+1
Change-Id: Ie1fb9718e094f02fe99a47f9fa8bd9f8db2be733
2015-08-07xmloff: replace boost::ptr_set with std::setMichael Stahl1-5/+1
Change-Id: Idc03bf695d94f47f2057629b4175c2bdf3a83f22
2015-08-06tdf#39468 Translate German comments - include/svxPhilipp Weissenbacher3-154/+177
Also fixed one comment I forgot in the previous patch Change-Id: I3ee090b03bb3d5b5c0d4095c991f22a894ed912a Signed-off-by: Michael Stahl <mstahl@redhat.com>
2015-08-05support more command in chart sidebarMarkus Mohrhard2-1/+4
We now have a complete toolbar controller in chart2. Change-Id: I007d9b058e3d6800204ac035cc2aef5e93c1208b
2015-08-05remove unused SfxFilterFlags valuesNoel Grandin1-27/+8
from both the code and the XCU files Change-Id: I47f1f33c3ad4a37e346e3b8020dd9d3e284ccb77 Reviewed-on: https://gerrit.libreoffice.org/17522 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-08-05loplugin:unusedmethodsNoel Grandin28-138/+6
Change-Id: I6801618efb5a66d24156fa429e026acb6ca03aba Reviewed-on: https://gerrit.libreoffice.org/17506 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-08-04tdf#93041: Resolve clashing SID_OFFER_IMPORT vs. SID_ATTR_CHAR_BACK_COLORStephan Bergmann2-1/+3
...introduced with c1b9d61bacaf676d69a0f49a79fb086535f79a48 "tdf#88276: Add slot and handlers for toolbar|sidebar buttons" Change-Id: Ic63a7766b7f0ccae9144a0ef276e2df63fc22f2e
2015-08-04sal: partially revert a251fe4d48237a4d9c9530dafc7bbdce6028e9cfMichael Stahl1-0/+12
The change to sal/log.hxx affects extensions too which are not required to use a C++11 compiler. Change-Id: I3ed08f9a02a2e082fcdb821bce84244597f2390a
2015-08-04tdf#92982 vcl rendercontext: let PaintBufferGuard also manage pixel offsetMiklos Vajna1-1/+2
Change-Id: Ifd6a75c4312f93c815f5d137f515724f3629fa0d
2015-08-04include: inline some use-once typedefsNoel Grandin26-110/+59
Change-Id: I064e95c72e5f67178cf2875f457adac241cee529
2015-08-03-Werror,-Wunused-private-fieldStephan Bergmann1-4/+1
Change-Id: I59979f84602276c9a8aa1ffc1d145c1ef8f0a31f
2015-08-03Removed some whole page invalidations in impressMihai Varga1-1/+1
1. For tiled rendering, don't invalidate the whole page when hiding it 2. Don't invalidate when showing a page because we've just hidden the previous one 3. No need for invalidation when setting visible layers Change-Id: I858401b22c95093c58ec00896fe92b766fddb6de Reviewed-on: https://gerrit.libreoffice.org/17452 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-08-03tdf#92788 - Middle Button on Mouse Paste Option Broken for X11Noel Grandin1-1/+2
caused by commit 5333782d090a9e147c0c431f0f741863d1d8cf8e "convert SETTINGS_ #defines to 'enum class'" Change-Id: Id0c2738a61f73223f6c8716f04a619c8cb84c0a9
2015-08-03remove some unused definesNoel Grandin1-16/+0
Change-Id: I85a9a2bc12681e13fc482374165ff9bd6858dc93
2015-08-03Fix a copy-paste errorTakeshi Abe1-1/+1
Change-Id: Ifabb905819e32cf4db603f3f7bb18e6cc8fdfdcf
2015-08-03remove some unused typedefsNoel Grandin1-1/+0
Change-Id: I98c1e7eaa66b7afb05255a017a3de54714637501 Reviewed-on: https://gerrit.libreoffice.org/17491 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-08-03tdf#93068 - UI: Crash when Character dialogue openedNoel Grandin1-1/+1
Change-Id: I92a9e6f27ef649c9d7501df55287c95c4d796156
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin1-5/+5
Change-Id: Ic2af80d2335875672fee5b61083b1f7f9703dac7
2015-08-01sal_uInt16 to sal_uInt32Matteo Casalin1-25/+25
Change-Id: Ib95d8812b0ce288b9691a398fe0396e73ea9af97
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin1-5/+5
Change-Id: I723d7c187ec186ccc68f061ba2357712a5f31869
2015-08-01Any.h: Fix declaration hides class member warningDavid Ostrovsky1-4/+4
This fixes warning C4458 issued by MSVC 14.0 (aka VS2015) compiler. Change-Id: I48ed50bb54232d70460495d6d6a9e100fb90b869 Reviewed-on: https://gerrit.libreoffice.org/17444 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-07-31canvas: replace boost::function with std::functionMichael Stahl1-3/+3
Change-Id: Ia3644bc0d9db2159aa4e9f05ca2f36e60b63e6f4
2015-07-31svx: replace boost::function with std::functionMichael Stahl5-14/+12
Change-Id: I7d6d01775600fdbd64b0b5a249d88acdb89f6591
2015-07-31sfx2: replace boost::function with std::functionMichael Stahl7-16/+16
Change-Id: I72acc5f396553eb464338a395ef40f95ed57a07e
2015-07-31toolkit: replace boost::function with std::functionMichael Stahl1-5/+3
Change-Id: I4bf5b2aab1dd76e596c191ae2eec8eb18005b914
2015-07-31svtools: replace boost::function with std::functionMichael Stahl1-3/+6
Change-Id: Ic60190814a19e03341de3678f35c4ac69624ca4c
2015-07-31comphelper: replace boost::function with std::functionMichael Stahl2-8/+10
Change-Id: I042c97d8472c3afceffba36808687f382571e6c2
2015-07-31tools: prefix members of SvStreamMichael Stahl1-47/+47
Change-Id: Iba845749d645bc1cf9eb6d6c41829717831bc487
2015-07-31fix crash in writer, thanks to my new assert in typed_flags_setNoel Grandin1-3/+6
and clean up the duplication of constants between filter/ and comphelper/ in the process Change-Id: I0d1525b559c63a3d39deae51accff5dcdbb0aa82 Reviewed-on: https://gerrit.libreoffice.org/17446 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-07-30tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe5-9/+9
with the variadic variants for editeng. Change-Id: I28373dd31b8b922f59b99bf1c12faa31c72b9906 Reviewed-on: https://gerrit.libreoffice.org/17416 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-30remove PostScrollEvent and PostZoomEventNoel Grandin1-25/+1
not used anymore Change-Id: I9db73a1bfcdb6669310d606b101b1ffdbb2df07f
2015-07-30Fix Android buildNoel Grandin1-0/+24
after commit a45827b2308febc7369db27fb489a6d1389534e1 "loplugin:unusedmethods" Change-Id: I8981a6bee237d4e2e5b9fe837a56e073e59b2697
2015-07-30add assert for valid value in o3tl::typed_flags_setNoel Grandin2-10/+13
, fixing a couple of bugs in the process Change-Id: I40f932deecbcc99dff9aa13dd1882c7487e7fa8e Reviewed-on: https://gerrit.libreoffice.org/17411 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-30loplugin:unusedmethodsNoel Grandin27-192/+4
Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971 Reviewed-on: https://gerrit.libreoffice.org/17378 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-30small fix to reduce UnknownPropertyException in chart2Markus Mohrhard1-0/+1
accidently introduced with f1531cdaaebe706d909dc6ddde439ccb5f4ad36d Change-Id: I292097c5f61ecb32a28a90e9f5be48fcfd6bcd7b
2015-07-30also handle line width correctlyMarkus Mohrhard1-0/+2
Change-Id: Ia564d3c9b821a09586a0bcb32ee3f827e71f43de
2015-07-30provide structure for chart line panelMarkus Mohrhard2-0/+223
Change-Id: I75204a012e4bc59f40a06db814bb9057a1cf8598
2015-07-30remove whitespaceMarkus Mohrhard2-78/+0
Change-Id: If5451ab1f4e03ac056f29ce2bad0073795c6ca4e
2015-07-29tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameDataMiklos Vajna1-4/+1
With this, code that wants to take a persistent render context (e.g. vcl::Cursor) will be able to do so. This commit just moves the buffer, though: it's still created / deleted by PaintHelper. Having it in ImplFrameData means that we'll have one buffer / one system window: i.e. toplevel window and its sub-widgets share a buffer. Change-Id: Ic37220a2a483a7389aa04cd4313b6fc61a5408bf
2015-07-29svx: remove duplicate "Kuerzen" functionMichael Stahl1-6/+0
Change-Id: I319ba12684398bcdfcd8d8ede1648e1d213e75a7
2015-07-29fdo#39468 Translate German comments - include/svxPhilipp Weissenbacher2-109/+133
Change-Id: If0591f7cb799568cb61bb506c4e1f65e8bc540ac Reviewed-on: https://gerrit.libreoffice.org/17390 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-07-29endian.h: avoid some Wconversion warningsMatteo Casalin1-1/+1
Change-Id: Ic77bd0dd6ac2355eaf3e11811fba7604c782d9d6 Reviewed-on: https://gerrit.libreoffice.org/17307 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-07-29solar.h: avoid some Wconversion warningsMatteo Casalin1-4/+6
Change-Id: Id41bd4e759dea72b37db5f329e29ff5c18c75a66 Reviewed-on: https://gerrit.libreoffice.org/17306 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-07-29errcode.hxx: avoid some Wconversion warningsMatteo Casalin1-95/+98
Change-Id: I48bb49c7eb472fa493fca71736acc358151e87ac Reviewed-on: https://gerrit.libreoffice.org/17308 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-07-29Remove the unnecessary type definition: HPBYTEDaniel Robertson1-12/+11
HPBYTE is a duplicate defintion of Scanline as seen below. include/vcl/salbtype.hxx: 34: typedef sal_uInt8* HPBYTE; 35: typedef HPBYTE Scanline; Remove the definition of HPBYTE and inline the definition of Scanline. Replace all instances with sal_uInt8*. Change-Id: I8a79a9d6c45af57fbabf8d3e6a04a1b5eba15a7b Reviewed-on: https://gerrit.libreoffice.org/17175 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-28tdf#92982 vcl: move Invert() member functions from vcl::Window to OutputDeviceMiklos Vajna2-15/+19
With this, vcl::Cursor will be able to paint to a vcl::RenderContext, too; not just directly, which is needed for double-buffering. Change-Id: I868f6cd9b08afe59611ef266911a894a26cacedc
2015-07-28lokdocview: Use a thread pool for most LOK callsPranav Kant1-2/+2
This is a thread pool with just single thread because LOK is single threaded; using multiple threads in this case would be useless. Primary reason we are using a thread pool here is to avoid the overhead in spawning a new thread for each LOK call. Change-Id: Ibbfdb7cb0a8ef9f07bcc659e65ce8997716aa245
2015-07-28lokdocview: Call open_document in another threadPranav Kant1-2/+9
This is to keep the widget responsive during document load. Change-Id: I81acaffc75ca7deddd6cc2de6abae22d009d40cd