summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-08-03-Werror,-Wunused-private-fieldStephan Bergmann1-4/+1
2015-08-03Removed some whole page invalidations in impressMihai Varga1-1/+1
2015-08-03tdf#92788 - Middle Button on Mouse Paste Option Broken for X11Noel Grandin1-1/+2
2015-08-03remove some unused definesNoel Grandin1-16/+0
2015-08-03Fix a copy-paste errorTakeshi Abe1-1/+1
2015-08-03remove some unused typedefsNoel Grandin1-1/+0
2015-08-03tdf#93068 - UI: Crash when Character dialogue openedNoel Grandin1-1/+1
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin1-5/+5
2015-08-01sal_uInt16 to sal_uInt32Matteo Casalin1-25/+25
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin1-5/+5
2015-08-01Any.h: Fix declaration hides class member warningDavid Ostrovsky1-4/+4
2015-07-31canvas: replace boost::function with std::functionMichael Stahl1-3/+3
2015-07-31svx: replace boost::function with std::functionMichael Stahl5-14/+12
2015-07-31sfx2: replace boost::function with std::functionMichael Stahl7-16/+16
2015-07-31toolkit: replace boost::function with std::functionMichael Stahl1-5/+3
2015-07-31svtools: replace boost::function with std::functionMichael Stahl1-3/+6
2015-07-31comphelper: replace boost::function with std::functionMichael Stahl2-8/+10
2015-07-31tools: prefix members of SvStreamMichael Stahl1-47/+47
2015-07-31fix crash in writer, thanks to my new assert in typed_flags_setNoel Grandin1-3/+6
2015-07-30tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe5-9/+9
2015-07-30remove PostScrollEvent and PostZoomEventNoel Grandin1-25/+1
2015-07-30Fix Android buildNoel Grandin1-0/+24
2015-07-30add assert for valid value in o3tl::typed_flags_setNoel Grandin2-10/+13
2015-07-30loplugin:unusedmethodsNoel Grandin27-192/+4
2015-07-30small fix to reduce UnknownPropertyException in chart2Markus Mohrhard1-0/+1
2015-07-30also handle line width correctlyMarkus Mohrhard1-0/+2
2015-07-30provide structure for chart line panelMarkus Mohrhard2-0/+223
2015-07-30remove whitespaceMarkus Mohrhard2-78/+0
2015-07-29tdf#92982 vcl rendercontext: move buffer from PaintHelper to ImplFrameDataMiklos Vajna1-4/+1
2015-07-29svx: remove duplicate "Kuerzen" functionMichael Stahl1-6/+0
2015-07-29fdo#39468 Translate German comments - include/svxPhilipp Weissenbacher2-109/+133
2015-07-29endian.h: avoid some Wconversion warningsMatteo Casalin1-1/+1
2015-07-29solar.h: avoid some Wconversion warningsMatteo Casalin1-4/+6
2015-07-29errcode.hxx: avoid some Wconversion warningsMatteo Casalin1-95/+98
2015-07-29Remove the unnecessary type definition: HPBYTEDaniel Robertson1-12/+11
2015-07-28tdf#92982 vcl: move Invert() member functions from vcl::Window to OutputDeviceMiklos Vajna2-15/+19
2015-07-28lokdocview: Use a thread pool for most LOK callsPranav Kant1-2/+2
2015-07-28lokdocview: Call open_document in another threadPranav Kant1-2/+9
2015-07-28inline "old" SbERR constantsNoel Grandin1-130/+0
2015-07-28convert RGCHK constants to scoped enumNoel Grandin2-5/+9
2015-07-28inline the "old" SbxErr constantsNoel Grandin1-21/+0
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin3-54/+36
2015-07-28remove some unused EDITUNDO_ constantsNoel Grandin1-3/+0
2015-07-28convert EE_ACTION constants to scoped enumNoel Grandin1-6/+5
2015-07-27comphelper, desktop: fix MSVC mergedlib link failureMichael Stahl1-0/+2
2015-07-27inline a bunch of use-once macrosNoel Grandin5-102/+12
2015-07-27remove some unused definesNoel Grandin8-170/+0
2015-07-26fix some small regressions in no-chart area panelMarkus Mohrhard1-7/+7
2015-07-26handle more than one chart with chart sidebarMarkus Mohrhard4-3/+43
2015-07-26extract some code for reuse by chart2 sidebarMarkus Mohrhard1-0/+8