summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-20Various loplugin warnings (clang-cl)Stephan Bergmann3-8/+8
2016-10-20Missing include (Windows --disble-pch)Stephan Bergmann1-1/+2
2016-10-20external/harfbuzz: Silence clang-cl -Werror,-Wmicrosoft-enum-valueStephan Bergmann2-0/+13
2016-10-20Blind fix for "error: chosen constructor is explicit in copy-initialization"Stephan Bergmann1-1/+1
2016-10-20loplugin:staticmethodsStephan Bergmann2-2/+2
2016-10-20Check for enable safe mode earlierSamuel Mehrbrodt2-3/+5
2016-10-20Handle link click directly in FixedHyperlinkSamuel Mehrbrodt14-165/+40
2016-10-20fix fallback in ScVbaFormat::getLockedJochen Nitschke1-1/+1
2016-10-20Open menu: Simplify inserting menu entriesSamuel Mehrbrodt3-23/+5
2016-10-20Toolbar Open menu: Insert separator between clear list and open entriesSamuel Mehrbrodt1-0/+1
2016-10-20Add "Open as Template" to toolbar open menuSamuel Mehrbrodt1-8/+24
2016-10-20Use Application::IsSafeModeEnabled()Samuel Mehrbrodt1-5/+2
2016-10-20revert part of "simplify some use of typeid"Noel Grandin1-4/+6
2016-10-20Add some more source files for breakpointing convenienceTor Lillqvist1-2/+120
2016-10-20Any can't be nested ...Jochen Nitschke1-18/+0
2016-10-20Extract vcl::PDFWriter::Sign() from vcl and xmlsecurityMiklos Vajna5-239/+145
2016-10-20fix bug in expandablemethods pluginNoel Grandin1-9/+13
2016-10-20LOK: hold the solar mutex consistently for document method calls.Michael Meeks1-6/+70
2016-10-20CppunitTest_desktop_lib: fix valgrind errorsMiklos Vajna1-8/+8
2016-10-20simplify some use of typeidNoel Grandin5-16/+11
2016-10-20Fix odd compilation error with Clang 3.8.0Tor Lillqvist1-1/+1
2016-10-20add dumpAsXmlEditDocNoel Grandin3-0/+9
2016-10-20loplugin:expandablemethodds in svxNoel Grandin74-240/+63
2016-10-20loplugin:expandablemethodds in svgioNoel Grandin36-184/+85
2016-10-20loplugin:expandablemethodds in sfx2..starmathNoel Grandin12-38/+10
2016-10-20loplugin:expandablemethodds in scaddins..sdextNoel Grandin16-59/+12
2016-10-20Resolves: tdf#85553 intern SharedString of cached external references resultEike Rathke1-5/+7
2016-10-19profilesafe: added xml read/modify to restoreArmin Le Grand1-200/+363
2016-10-19tdf#103170 Heikobar: Add it to CalcYousuf Philips3-0/+2267
2016-10-19tdf#90937 Correct cell style names that are missing a spaceYousuf Philips1-5/+5
2016-10-19sc-perf: SetFormulaCells: unnecessary number format check in clipboard/undoEike Rathke1-5/+8
2016-10-19sc-perf: StartAllListeners: bail out early in cliboard or undo documentEike Rathke1-0/+3
2016-10-19Resolves: tdf#97968 adjust references during Cut&Paste of formula groupsEike Rathke2-2/+17
2016-10-20SvxColorWindow_Impl: Unify title settingMaxim Monastirsky2-48/+33
2016-10-19Remove RID_SVXITEMS_EXTRAS_CHARCOLOR stringMaxim Monastirsky3-8/+1
2016-10-19expand WRITE_PROPERTY macroJochen Nitschke1-67/+226
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke13-28/+18
2016-10-19loplugin:nullptr, loplugin:redundantcastStephan Bergmann1-2/+2
2016-10-19tdf#103274 (10): Add default XCommandEnvironment referenceGiuseppe Castagno1-1/+3
2016-10-19Revert "CppunitTest_desktop_lib: add ModifiedStatus callback testcase"Miklos Vajna2-65/+1
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot25-20/+56
2016-10-19coverity#1371301 Missing move assignment operatorCaolán McNamara4-4/+7
2016-10-19coverity#1371270 Missing move assignment operatorCaolán McNamara3-6/+5
2016-10-19xmlsecurity: fix the PDF incremental update's cross-references tableMiklos Vajna1-2/+2
2016-10-19coverity#1371215 Missing move assignment operatorCaolán McNamara1-1/+1
2016-10-19coverity#1373663 Untrusted loop boundCaolán McNamara1-8/+8
2016-10-19tdf#103317 remove single master simple gradient templatesYousuf Philips4-3/+0
2016-10-19tdf#102284 Allow footnote separator thickness of 0ptYousuf Philips1-1/+1
2016-10-19tdf#103170 Heikobar: hide list buttons and add third column to insertYousuf Philips1-155/+212
2016-10-19sw: Avoid inheritance from std::listTakeshi Abe1-4/+18