summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-25Fix validation problems pointed out by CppunitTest_sd_export_testsMiklos Vajna2-1/+5
2014-09-25assert that XMLTransformerBase::m_xHandler is initializedMichael Stahl1-0/+2
2014-09-25vcl: avoid crashes from Timer Queues on shutdownMichael Stahl2-3/+10
2014-09-25use SAL_OVERRIDE for WinSalTimerMichael Stahl1-3/+2
2014-09-25scp2: remove some very SPECIAL unused macrosMichael Stahl1-11/+0
2014-09-25fdo#84284: Adapt jar Class-Path to new Mac OS X LibreOffice.app layoutStephan Bergmann1-2/+1
2014-09-25mhPrevInst was pointlessTor Lillqvist2-41/+35
2014-09-25Bin pointless single-line wrappers of Win32 APITor Lillqvist8-111/+79
2014-09-25Follow-up to fdo#84138: Add YIELD_GUARD here, too, fixes another crashTor Lillqvist1-0/+2
2014-09-25fdo#84138 Add missing YIELD_GUARD to fix an input method crashMatthew J. Francis1-0/+2
2014-09-25Resolves: fdo#83010 remove svx::WrapFieldCaolán McNamara14-214/+109
2014-09-25Related: fdo#83010 implement wrapping on reaching NumericFormatter limitsCaolán McNamara2-3/+7
2014-09-25Related: fdo#83010 move NumericFormatter clipping to min/max into one placeCaolán McNamara2-28/+18
2014-09-25coverity#1240250 Buffer not null terminatedCaolán McNamara1-1/+2
2014-09-25coverity#1147661 Uninitialized scalar valueCaolán McNamara1-0/+2
2014-09-25ensure that osl_atomic_decrement gets called after osl_atomic_incrementCaolán McNamara1-3/+15
2014-09-25coverity#1210000 Uncaught exceptionCaolán McNamara2-199/+232
2014-09-25coverity#1241199 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-09-25Fix for CONC-104: mysql_options doesn't support MYSQL_SECURE_AUTH optionRobert Antoni Buj i Gelonch5-3/+80
2014-09-25coverity#705672 Resource leakCaolán McNamara1-2/+2
2014-09-25loplugin:nullptrStephan Bergmann1-0/+211
2014-09-25vcl: comment timer classes at least minimally.Michael Meeks1-1/+4
2014-09-25fdo#84000 - unit test timers / main-loop bits.Michael Meeks3-0/+257
2014-09-25fdo#83751- Add test case for custom properties in pptxHeena Gupta2-0/+19
2014-09-25fdo#83751-FILESAVE:Custom Properties dropped while exporting to .pptxHeena Gupta2-1/+23
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann10-39/+28
2014-09-25scripting: astyle-java.conf -> astyle.optionsRobert Antoni Buj i Gelonch3-1/+6
2014-09-25DOCX drawingML filter: avoid fake rotation on vertical flipMiklos Vajna4-2/+19
2014-09-25fdo#39625 Make existing CppUnit tests workTobias Madl3-98/+103
2014-09-25fdo#63483: support for modify passwd in Impress and DrawKatarina Behrens7-6/+34
2014-09-25loplugin: cstylecastNoel Grandin22-41/+40
2014-09-25scripting: Format java code by using astyle toolrbuj2-0/+21
2014-09-25Consistently use APP_WRITER as an integer, never as a nullptrStephan Bergmann1-13/+13
2014-09-25fdo#78783: fixed init position to 1 and using cssStefan Weiberg1-13/+28
2014-09-25Start Center Template Manager TweaksEfe Gürkan YALAMAN9-11/+107
2014-09-25Resolves fdo#84283: Export to PDF with footnotes in tables crashJulien Nabet1-1/+5
2014-09-25Changing the font properties makes it look betterxukai2-3/+3
2014-09-25Fix miscellaneous memory leaksMatthew J. Francis2-1/+4
2014-09-25coverity#1241427 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-09-25coverity#1241396 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-09-25coverity#1241102 Uninitialized pointer fieldCaolán McNamara1-1/+3
2014-09-25coverity#1240270 Copy-paste errorCaolán McNamara1-1/+1
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin42-520/+556
2014-09-25dbaccess: C2668: ambiguous call to overloaded functionMichael Stahl1-3/+2
2014-09-25coverity#1240266 Logically dead codeCaolán McNamara1-4/+0
2014-09-25coverity#1240261 Logically dead codeCaolán McNamara1-6/+6
2014-09-25Remove unnecessary #includeStephan Bergmann1-1/+0
2014-09-25nHighlightedItem only ever set, never readCaolán McNamara4-13/+0
2014-09-25untabifyStephan Bergmann1-29/+29
2014-09-25Stop using unnecessary std::auto_ptrTakeshi Abe2-17/+17