summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-20comphelper: enable LibreOfficeKit::isViewCallback() by defaultMiklos Vajna7-42/+59
2016-07-20gtktiledviewer: Fix runtime gtk warningsPranav Kant1-4/+5
2016-07-20Fix per-view CppunitTest_libreofficekit_tiledrenderingMiklos Vajna1-2/+3
2016-07-20sc: implement per-view resetSelection()Miklos Vajna1-1/+5
2016-07-20gtktiledviewer: fix the per-view part selectorMiklos Vajna1-3/+18
2016-07-20Give unique, comprehensible names to timers tdf#97087emahaldar/em2-3/+3
2016-07-20convert more DBG_ASSERT(false to SAL_WARNNoel Grandin53-97/+100
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin25-27/+29
2016-07-20remove some unnecessary castingNoel Grandin4-7/+7
2016-07-20gtktiledviewer: fix runtime warnings caused by .uno:InsertAnnotation buttonMiklos Vajna1-5/+8
2016-07-20tdf#89329: use unique_ptr for pImpl in svdmodelXisco Fauli2-3/+2
2016-07-20Convert SC_MF to scoped enumNoel Grandin38-160/+170
2016-07-20tdf#99783 Invalidate SID_ATTR_CHAR_OVERLINEMaxim Monastirsky1-0/+1
2016-07-20coverity#1361589 Resource leakCaolán McNamara1-1/+2
2016-07-20Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann6-4/+12
2016-07-20Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann4-0/+5
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann328-706/+805
2016-07-20desktop: warning C4101 unreferenced local variableMichael Stahl1-1/+1
2016-07-20use Any constructor instead of temporariesNoel Grandin143-1815/+700
2016-07-20Fix typosAndrea Gelmini47-62/+62
2016-07-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann58-219/+203
2016-07-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann13-31/+31
2016-07-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann8-25/+25
2016-07-20cppcheck: silence known condition warning in svx tablecontrollerJochen Nitschke1-13/+10
2016-07-20tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin6-13/+16
2016-07-20tdf#97087 Give comprehensible names to timersMuhammet Kara8-8/+8
2016-07-20clang-tidy performance-unnecessary-value-param in svxNoel Grandin21-31/+31
2016-07-20clang-tidy performance-unnecessary-value-param in editengNoel Grandin9-23/+23
2016-07-20Avoid reserved identifiersStephan Bergmann4-22/+22
2016-07-20tdf#84938 convert INV_ constants to scoped enumNoel Grandin7-50/+58
2016-07-20Typo in commentStephan Bergmann1-1/+1
2016-07-20tdf#84938 replace #define with scoped typed_flagsJochen Nitschke21-120/+131
2016-07-20sc tiled rendering: Fix a corner case with shift modifierPranav Kant2-14/+32
2016-07-20tdf#84938 replace #defined constant with scoped enum classJochen Nitschke4-304/+228
2016-07-20gtktiledviewer: log .uno:ViewRowColumnHeaders command resultMiklos Vajna1-0/+1
2016-07-20svx: remove unused SdrModel::getLibreOfficeKitCallback()Miklos Vajna4-15/+0
2016-07-20sw: we don't have space to spell out "focus" in ShLooseFcs...Michael Stahl8-19/+19
2016-07-20loplugin:commaoperator in sw/Noel Grandin82-218/+622
2016-07-20loplugin:nullptrTor Lillqvist1-1/+1
2016-07-20tdf#95857 Sort out German plurals ...danielt99820-80/+80
2016-07-20svx: SdrModel::mbTiledRendering is never readMiklos Vajna5-15/+0
2016-07-20Fix typosAndrea Gelmini7-7/+7
2016-07-20vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock128-127/+127
2016-07-20sw: remove no longer used SwViewShell::setTiledRendering()Miklos Vajna3-11/+0
2016-07-20Fix typosAndrea Gelmini149-214/+214
2016-07-20coverity#1351757 Uninitialized pointer fieldCaolán McNamara1-0/+5
2016-07-20gtktiledviewer: cid#1351757 uninitialized membersMiklos Vajna1-0/+2
2016-07-20Autocompletion: complete year (part) to current dateLászló Németh1-0/+31
2016-07-20unnecessary use of OUString constructorNoel Grandin50-150/+145
2016-07-20gtktiledviewer: support pasting PNG imagesMiklos Vajna1-4/+22