summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-25sw: un-break JunitTest_sw_complexMichael Stahl1-0/+0
49c2b9808df8a6b197dec666dfc0cda6321a4306 changed a binary test doc Change-Id: I77cd86ce3eccfc701f54630870045e04244ac048
2015-11-25vcl: SalEnumFontsProcExA is unused since 2010Michael Stahl1-70/+0
Change-Id: Id1b1de27752a6b8a74ea3521b53c38f032bfa24b
2015-11-25gtk3: of course we have a different 1 bit mask format as wellCaolán McNamara1-7/+26
Change-Id: I02763bc1dfeec4a04f40fa0246cdc93eab6d6d33
2015-11-25presumably if only one theme has an icon, it should be in the base themeCaolán McNamara2-0/+0
Change-Id: I90e1e147357d6509024f807bc2f777141e79b586
2015-11-25downgrade these warnings to infoCaolán McNamara1-3/+3
quartz doesn't impl them either, so presumably its not too bad to not have them. Can't see anything visually ugly at the moment to warrant the effort. Change-Id: Ibf6119f549ab6712d3f1aca18e2cdab905f00030
2015-11-25Fix thinko; thanks to mst.Michael Meeks1-1/+1
Change-Id: I6dde11f291b09db82f14674d69b84093989eed28
2015-11-25coverity#1340224 Logically dead codeCaolán McNamara1-0/+1
Change-Id: I206701fa068c788f77307a649a607316473e6105
2015-11-25coverity#1340229 try and silence Resource leakCaolán McNamara1-12/+9
Change-Id: I5babf6365c50b7c5ad58cdb74729b9a8ac1c4ebc
2015-11-25coverity#1340228 try and silence Resource leakCaolán McNamara1-6/+5
Change-Id: I654fc22bbab2301e74cf200577f934e56f77fb58
2015-11-25coverity#1340230 Dereference before null checkCaolán McNamara1-1/+1
ah!, the original code had a type in it. That's why it was refactored to remove the null check. Now a proper fix for cids: 1326180<->1326190 Change-Id: Iba7fd47c03eb5c157f878e0e297e8688f20ae348
2015-11-25coverity#1340222 Logically dead codeCaolán McNamara1-18/+0
This is (worrying) fall-out from commit 229fc164dc1773484b74eca016863cf68860e81b Author: Philippe Jung <phil.jung@free.fr> Date: Fri Jul 10 17:02:44 2015 +0200 Impress: Rework the way the display modes are presented. Change-Id: I00d19b2d3cec4d505d17ba4031f6763c86395f74
2015-11-25coverity#1340227 Missing break in switchCaolán McNamara1-0/+1
Change-Id: I30ea6cea81ae1b4f344e253c7a51cfef4d844128
2015-11-25coverity#1340226 Missing break in switchCaolán McNamara1-0/+1
Change-Id: Ibd1c15ce65501d4dc6d0cea8c8e5f4e683d1b7a4
2015-11-25coverity#1340225 Missing break in switchCaolán McNamara1-0/+1
Change-Id: I9f76340ccdb32f4337d0ebe85e9957fe8a3b19f9
2015-11-25crashtesting: failure on File_1404.docxCaolán McNamara1-0/+2
Change-Id: Id984cc1f5954be38fbe3a1a15bfe811d7cdfe99d
2015-11-25gtk3: implement drawAlphaBitmap for svp/gtk3 backendCaolán McNamara2-60/+194
mostly anyway Change-Id: I21d7f46ba018c3ed81093873da35b883efa44d66
2015-11-25gtk3: it's the *Original* device we care about, not the temp clip hack devicesCaolán McNamara1-1/+1
Change-Id: I2ac61cd2a99da25122165af692154fdbc2ac6d2e
2015-11-25gtk3: implement drawPolyLine for svp/gtk3 backendCaolán McNamara1-37/+134
by stealing the quartz impl Change-Id: I548042328144e23c68b83e461a63cdb0d7d8ff2c
2015-11-25gtk3: track what needs to be implementedCaolán McNamara1-0/+8
Change-Id: Iff2a651384cc96f541dba2f9e134c7463619c62c
2015-11-25gtk3: stroke as well as fillCaolán McNamara1-26/+74
Change-Id: I1c46f38927c48070e5739b99de96d61943837a14
2015-11-25cppcheck: noExplicitConstructorCaolán McNamara15-18/+18
Change-Id: Id1615ac223cd6257a419e8abe39b5121d4c16ca4
2015-11-25assign macro dialog: correct event name "errorOccured"Lionel Elie Mamane1-1/+1
"errorOccured" is an English spelling mistake, but is the name of the event, which cannot / should not be changed for backwards compatibility reasons. Spelling was boguously "corrected" in: commit 60a9b5172bcbd90b5764125b76279c189dd5563c Author: Takeshi Abe <tabe@fixedpoint.jp> Date: Sat Dec 4 12:56:38 2010 +0900 Replace all occured, occurance etc. This was leading to impossibility of assigning a macro to that event, since it was not appearing in this dialog. Change-Id: Ib0373501cba8af8f4abb1c62faddf8d65c926a7e
2015-11-25regex result offsets can be negative if a group was not matched, tdf#94810Eike Rathke1-14/+22
"(abc)|(def)" matches "def" with result offset sequences {0,-1,0},{3,-1,3} And thus the assert() calls introduced with 4cf1d290bab29e18e1312b63ff862f5102e00387 and ce91f3c1292f3e9b84157acf10b67ad9ca16719d were hit. Change-Id: I571b6c7d47349a2cc7b1d1e34193b2865012a49f
2015-11-25More cleanup in toolbarmanagerSamuel Mehrbrodt2-17/+9
Change-Id: I97339c43605a838a8fc329b4f1daa05f584ee864
2015-11-25sw: SwXTextTableCursor needs to take the SolarMutex in release.Michael Meeks1-1/+23
Change-Id: I1fb5baabd869c4abe8ccf9eeae131efcc697bbee
2015-11-25sc: improve vba macro debugging output.Michael Meeks1-1/+1
Change-Id: I8c8cd6255b6722d4d46d6e652e9d9d9722fe112e
2015-11-25Revert part of 1f86864e97bea causing Windows build trouble.Michael Meeks1-0/+1
Change-Id: I835f8e33565d20d9fe371cafeededdd32f157f98
2015-11-25sc: force vba events ordering.Michael Meeks1-0/+5
Otherwise we get workbook load events (eg.) happening at idle, which occurs at (more or less) random places as the StarBasic interpreter Yields every few instructions executed. Change-Id: I51ea57f4ad45e30e04fe84a9dc051ed1c5537536
2015-11-25vcl: move private impl. detail of Scheduler out of global header.Michael Meeks4-13/+20
Change-Id: Iee56131a15f9554c263406356456f65694515719
2015-11-25tdf#96059 Replace imageproducer with CommandInfoProviderSamuel Mehrbrodt5-8/+6
Change-Id: I9508a947e5ae6720516d9f926a59d4287cb15317 Reviewed-on: https://gerrit.libreoffice.org/20166 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-25Cleanup toolbarmanagerSamuel Mehrbrodt2-26/+10
* Remove unused fields/methods/includes * Formatting Change-Id: Ia4a2fba258ddf00e8fe507338f7f8c7388631f0b Reviewed-on: https://gerrit.libreoffice.org/20164 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-25bump product version to 5.2.0.0.alpha0+Robinson Tryon1-1/+1
Change-Id: Ibc95574848752111d36cc9b3ff13709921b67e6c
2015-11-25tdf#76825 Add padding between style render and context buttonYousuf Philips1-1/+2
Change-Id: I2d1185d433be0fbb57a59e0609ab0f505248a348 Reviewed-on: https://gerrit.libreoffice.org/19210 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-11-25-Werror=type-limitsNoel Grandin1-1/+3
comparison is always true due to limited range of data type Change-Id: If4bcf1f3123cbbd9261e48d2c786a610fc7c0cbc
2015-11-25loplugin:unusedfields variousNoel Grandin45-244/+66
Change-Id: I59d9f7f73677358b4ae57efda965d43718bdf0d5
2015-11-25loplugin:unusedfields in include/xmloffNoel Grandin4-21/+1
Change-Id: I979743671e9a2e868d815f917427588b7b0320ba
2015-11-25loplugin:unusedfields in include/vclNoel Grandin15-42/+9
and fixed bug in sepia filter, where it was using the wrong member of the union to get the percentage Change-Id: I56b76496a3ac711adec12dd8c08b28d69644d66f
2015-11-25tdf#95783: Don't calculate width of text with glyph fallback as way too wideTor Lillqvist1-3/+6
The old code in MultiSalLayout::GetTextBreak() only makes sense if the base level character width is zero where a fallback level has a non-zero character width, and vice versa. But this is not the case for Windows, at least not any more now when using UniscribeLayout and not SimpleWinLayout. This simple change fixes that: Only use the width from a fallback level if the width at the base level is zero. Hopefully it does not cause regressions for other documents or on other platforms. (But, I repeat, I find it hard to believe that the intent of the code could really have been to ever add two or more non-zero widths for the same character from different levels of fallback and use that.) Change-Id: Ic66c55db4b7463f9e04fcedec76f1c44f5e62e03
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon651-27946/+27946
This commit renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I77e5134f42f25e3786afa36b7a505c7e3237a9e8
2015-11-25XRegion has to match the "real" XRegion structure, even if we don't useCaolán McNamara1-0/+1
some of the fields regression from commit dd351dd728687cffe432ce0ec9367ceb80e097fb Author: Noel Grandin <noel@peralex.com> Date: Tue Nov 24 08:50:39 2015 +0200 loplugin:unusedfields in vcl/ Change-Id: If68bf1e0ce90ee3c513f5461d5acd7a32e238d7b
2015-11-25Remove code that has been commented out since 2003Tor Lillqvist1-2/+0
Change-Id: I5975af2801560c61ca72ab25f5d1222cf847c4e3
2015-11-25store custom icon set info into ODFMarkus Mohrhard3-0/+23
Change-Id: I1581b28237d2b9f9c22d3f3b0436dc281508aafa Reviewed-on: https://gerrit.libreoffice.org/20118 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-11-25write a log file about OpenGL driverMarkus Mohrhard1-0/+36
Change-Id: Id960540977eb7d0d5f3bdc1c5737137a0d3694b8 Reviewed-on: https://gerrit.libreoffice.org/20117 Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
2015-11-25update emoji autocorrect files from po-filesRobinson Tryon32-48/+206
Change-Id: I1c58da68525ccfe8726a07e40dd8c7db89616580
2015-11-25Indentation fixesMiklos Vajna2-2/+2
Change-Id: I82678b037aff5409e54bc50744b1b4b2c8d4d83b
2015-11-25Updated coreRobinson Tryon1-0/+0
Project: translations 9b7a6f9619c88ddee34c8cd1623eccdd7d4a4769 Update translations for master and force-fix errors using pocheck Change-Id: Ia185c1d9ef3b66189ec6b1ab08795fa5f4aaca49
2015-11-25loplugin:unusedfields in include/toolkit,include/toolsNoel Grandin5-33/+2
Change-Id: I22966b66b1b8e4dff2e565de456f21a668f33f28
2015-11-25loplugin:unusedfields in include/svxNoel Grandin30-108/+23
Change-Id: I946c64d103f3666e5bbff16d95a5c8e65a3750dc
2015-11-25loplugin:unusedfields in include/sot,include/svl,include/svtoolsNoel Grandin7-19/+13
Change-Id: Ia2dd13c2c48b127ab85311a668fa1f37608d360a
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin27-146/+74
Change-Id: I3eb27ed10e82ee56b33866ac576c1b1f8c9756b9