summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-19Revert strdup to PL_strdup in nss_secutil.cfeature/gsoc15-online-updateNathan Yee2-3/+6
2015-07-22online update: Fix many warnings.Jan Holesovsky11-26/+29
2015-07-22online update tdf#68274: fix --enable-online-update=mar on WindowsNathan Yee39-59/+2969
2015-07-21tdf#91574 - ensure we get paint events to render directx presenter console.Michael Meeks1-1/+0
2015-07-21need to check for after reading and before seekingCaolán McNamara2-3/+2
2015-07-21tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens5-4/+23
2015-07-21add testcase for CVE-2015-0097Caolán McNamara1-0/+0
2015-07-21Listen to error only while operating on controller.Lionel Elie Mamane1-5/+7
2015-07-21janitorialLionel Elie Mamane1-1/+1
2015-07-21form document view activation: prioritise activation of already active formLionel Elie Mamane1-17/+79
2015-07-21unit test for MATCH ReferenceOrForceArray parameterEike Rathke1-0/+19
2015-07-21tdf#36796 Status updates for custom shapes buttonsMaxim Monastirsky14-253/+76
2015-07-21SimplifyMaxim Monastirsky5-18/+2
2015-07-21MATCH, HLOOKUP and VLOOKUP have a ReferenceOrForceArray parameterEike Rathke1-3/+3
2015-07-21coverity#1312086 Out-of-bounds readCaolán McNamara1-1/+1
2015-07-21coverity#1312084 Unchecked return valueCaolán McNamara1-1/+1
2015-07-21coverity#1312085 Dereference null return valueCaolán McNamara1-0/+2
2015-07-21coverity#1312087 Resource leakCaolán McNamara2-26/+27
2015-07-21coverity#1312088 Uninitialized scalar fieldCaolán McNamara1-0/+1
2015-07-21coverity#1312089 Uninitialized pointer fieldCaolán McNamara1-0/+1
2015-07-21loplugin:unusedmethods swNoel Grandin85-799/+28
2015-07-21bah, removed too muchDavid Tardon1-0/+168
2015-07-21drop obsolete codeDavid Tardon6-2377/+0
2015-07-21fix my previous commitNoel Grandin1-1/+1
2015-07-21workaround clang-3.5 issue in unusedmethods lopluginNoel Grandin1-1/+3
2015-07-21avoid 1-past-the-end string accessLionel Elie Mamane1-5/+4
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos13-32/+32
2015-07-21reject invalid tiff dimensionsCaolán McNamara2-0/+2
2015-07-21loplugin:unusedmethods sdNoel Grandin50-309/+11
2015-07-21use 3,0,0 rather than 3,10,0Caolán McNamara1-1/+1
2015-07-21loplugin:unusedmethods writerfilterNoel Grandin27-277/+34
2015-07-21loplugin:cstylecastNoel Grandin1-1/+1
2015-07-21Use comphelper::containerToSequence()Miklos Vajna1-6/+1
2015-07-21create-tags: recognize C++11 features hidden behind SAL macrosMiklos Vajna1-2/+3
2015-07-21tdf#89702 DOCX import: fix too large bullet characterMiklos Vajna3-6/+24
2015-07-21Make PyUNO objects hashableMatthew J. Francis1-1/+25
2015-07-21loplugin:unusedmethods starmathNoel Grandin13-43/+0
2015-07-21loplugin:unusedmethods reportdesign,scaddinsNoel Grandin26-123/+7
2015-07-21loplugin:unusedmethods vbahelperNoel Grandin7-20/+0
2015-07-21loplugin:unusedmethods ooxNoel Grandin35-204/+3
2015-07-21loplugin:unusedmethods formulaNoel Grandin16-90/+5
2015-07-21add Slovenian Emoji shortcodesLászló Németh1-0/+1149
2015-07-21Resolves: tdf#92448 check for numeric '.' only if sheet separator is '.'Eike Rathke1-1/+1
2015-07-20use osl_get_system_random data in rtlRamdomPoolNorbert Thiebaud1-9/+30
2015-07-20add an internal api to osl to collect 'native' random numbersNorbert Thiebaud4-0/+136
2015-07-20svtools: this one has a copy constructor but not a copy assingment?Michael Stahl1-0/+2
2015-07-20Removed commentAndrea Gelmini1-1/+0
2015-07-20tdf#68868: better handle xlsx with samecell anchor imageRavindra_Vidhate5-0/+49
2015-07-20sw: SwXFlatParagraph::isChecked() return value is invertedMichael Stahl2-6/+6
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl11-145/+151