summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl32-150/+215
2015-07-20svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-26/+26
2015-07-20Added UNO test coverage for SwXFlatParagraphVarun1-0/+50
2015-07-20cmis: throw an error if we were not able to open repositoryVasily Melenchuk2-12/+52
2015-07-20Add and replace Help buttons in 2 dialogsOlivier Hallot2-40/+53
2015-07-20Resolves: tdf#58838 do not use collation for Equal/NotEqual operatorsEike Rathke5-20/+34
2015-07-20WaE: maybe-uninitializedCaolán McNamara1-2/+2
2015-07-20test should check that all levels are equalCaolán McNamara1-2/+6
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara21-32/+32
2015-07-20editeng: need to prevent MSVC from generating SvxRTFParser copy tooMichael Stahl1-0/+3
2015-07-20Related tdf#92256: map CONV_OOO to listbox item no.1Katarina Behrens1-1/+17
2015-07-20unify code duplication in ScInterpreter::ScCount and IterateParametersWinfried Donkers1-158/+24
2015-07-20editeng: try to prevent MSVC from generating copy assignmentMichael Stahl1-0/+3
2015-07-20loplugin:unusedmethods dbaccessNoel Grandin16-309/+26
2015-07-20editeng: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl3-59/+62
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl2-27/+18
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl3-21/+23
2015-07-20bail if offsets are past eofCaolán McNamara2-10/+19
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara3-3/+3
2015-07-20tdf#92256: ODF save/load syntax for string referenceKatarina Behrens2-0/+49
2015-07-20fail on short readCaolán McNamara2-2/+4
2015-07-20translate from germanDavid Tardon1-1/+1
2015-07-20don't hang on a bad ReadCodeAndDecodeCaolán McNamara2-1/+4
2015-07-20check annotation caption pointers, blind fix for rhbz#1242099Eike Rathke1-3/+6
2015-07-20tdf#92560 : QtCreator integration complains about a "ucpp" without a .pro fileMichel Renon1-4/+7
2015-07-20Added UNO test coverage for SwXParagraphVarun1-0/+36
2015-07-20com::sun::star->css in basicNoel Grandin29-513/+496