summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-24coverity#1373358 Unchecked dynamic_castCaolán McNamara1-2/+1
2016-09-24we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara12-78/+19
2016-09-24tdf#91043 - vcl: gtk file picker should tolerate empty filter list.Michael Meeks1-41/+47
2016-09-23MM don't crash on canceled SHELL documentsJan-Marek Glogowski1-6/+7
2016-09-23tdf#94987 Create directories for temp filenamesJan-Marek Glogowski5-37/+110
2016-09-23MM account next record fields for progress dialogJan-Marek Glogowski4-10/+65
2016-09-23MM just increment after a successful next recordJan-Marek Glogowski1-3/+3
2016-09-23tdf#101822 Revert "vcl: Stop-gap solution to ...Jan-Marek Glogowski1-10/+3
2016-09-23tdf#101822 X11 SalDisplay init => AfterAppInitJan-Marek Glogowski11-39/+86
2016-09-23tdf#101822 Always de-zombie the glxtest processJan-Marek Glogowski1-5/+2
2016-09-23Clarify KDE4 and TDE config variablesJan-Marek Glogowski6-85/+85
2016-09-23TDE fix some clang plugin based warningsJan-Marek Glogowski39-397/+396
2016-09-24tdf#102382: nextEventMatchingMask should only be called from the Main ThreadTor Lillqvist1-0/+3
2016-09-23vcl: C++11 is awesome, they said! it's a whole new language, they said!Michael Stahl1-2/+15
2016-09-23cid#1371232: Add move semanticsStephan Bergmann1-0/+16
2016-09-23cid#1371196: Add move semanticsStephan Bergmann1-0/+16
2016-09-23cid#1371304: Add move semanticsStephan Bergmann1-0/+17
2016-09-23"// not impl" -> "= delete"Stephan Bergmann1-2/+2
2016-09-23tdf#100994: use CGContextStrokePath insteadJulien Nabet1-2/+2
2016-09-23tdf#102384 sw: avoid moving cursors of other windows in SwTextNode::Update()Miklos Vajna2-0/+47
2016-09-23coverity#1371156 Missing move assignment operatorCaolán McNamara2-2/+14
2016-09-23coverity#1371219 Missing move assignment operatorCaolán McNamara1-3/+13
2016-09-23vcl: Apple clang segfaults on "(", the "{" seems to work betterMichael Stahl1-2/+2
2016-09-23convert formula error codes to scoped enumNoel Grandin103-1618/+1643
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke225-1368/+1092
2016-09-23These functions wouldn't be implicitly declared/defined, anywayStephan Bergmann1-6/+0
2016-09-23Makefile.in: check JAVA_HOME/bin, not JAVA_HOME/includeMichael Stahl1-1/+1
2016-09-23fix denglish commentMichael Stahl1-1/+1
2016-09-23Updating cu collation data for Unicode 9.0 and CLDR 30Aleksandr Andreev1-18/+10
2016-09-23cid#1371162 etc.: Move semantics for cppumaker-generated UNO exception classesStephan Bergmann1-5/+6
2016-09-23gtktiledviewer: Wrap dialogs in a GtkScrolledWindowPranav Kant1-2/+8
2016-09-23tdf#102216: move row overflow check after EoF check (CSV import)Aron Budea1-5/+6
2016-09-23qadevOOo: Remove unused importsSamuel Mehrbrodt9-18/+0
2016-09-23Make createDesktop return XDesktop, not ObjectSamuel Mehrbrodt30-194/+68
2016-09-23Resolves: tdf#99626 only the first queryTermination call in wizards worksCaolán McNamara4-5/+3
2016-09-23use std to impl this resource sharingCaolán McNamara4-103/+74
2016-09-23tdf#97721 KDE4 correct menu checkbox offsetJan-Marek Glogowski1-0/+3
2016-09-23external/firebird: Use gb_Helper_extend_ld_path to add icu dirStephan Bergmann1-4/+1
2016-09-23Handle exceptionSamuel Mehrbrodt1-4/+8
2016-09-23Factor out common ScInterpreter::GetInt32() codeMaarten Bosmans2-27/+12
2016-09-23liblangtag: stop whining about missing supplementalMetadata.xmlMichael Stahl1-0/+1
2016-09-23Remove duplicate commentSamuel Mehrbrodt1-5/+0
2016-09-23Remove nonsense commentsSamuel Mehrbrodt1-4/+4
2016-09-23why this odd unused assignment thingCaolán McNamara1-8/+0
2016-09-23default assignment operators are good enoughCaolán McNamara1-18/+0
2016-09-23editeng: fix loplugin:cppunitassertequals warningsMiklos Vajna1-14/+14
2016-09-23coverity#1371281 Missing move assignment operatorCaolán McNamara2-0/+13
2016-09-23coverity#1373351 make SetTabRows the same as SetTabColsCaolán McNamara1-4/+10
2016-09-23-Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-1/+0
2016-09-23This is fixed with MSVC 2015Stephan Bergmann1-1/+1