summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-01-09asan: global-buffer-overflow on ooo12093-1.docCaolán McNamara1-3/+4
2015-01-09Work around -fsanitize=nullStephan Bergmann2-2/+2
2015-01-09Factor out XFillBmpTileItem::dumpAsXml() from swMiklos Vajna1-3/+4
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin27-183/+189
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin2-2/+2
2015-01-09Revert "Use SVLIBRARY instead of gb_Library_get_runtime_filename"Matúš Kukan3-2/+4
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl23-34/+34
2015-01-09translate all remaining abuses of "ueberladen"Michael Stahl2-13/+10
2015-01-08Disable html tests on x86_64 on windowsDavid Ostrovsky1-1/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin25-305/+2
2015-01-08Factor out XFillTransparenceItem::dumpAsXml() from swMiklos Vajna1-3/+4
2015-01-07sal_uInt16 to size_typeMatteo Casalin4-6/+6
2015-01-07Remove unnecessary downcastMatteo Casalin1-2/+2
2015-01-07sal_uInt16 to size_typeMatteo Casalin2-5/+5
2015-01-07sal_uInt16 to size_t, remove unneeded downcastMatteo Casalin1-2/+2
2015-01-07sal_uInt16 to size_tMatteo Casalin1-1/+1
2015-01-07sal_uInt16 to more proper typesMatteo Casalin2-10/+9
2015-01-07nBlockGrowSize can be staticMatteo Casalin1-1/+1
2015-01-07sal_uInt16 to sal_Int32 / intMatteo Casalin1-5/+4
2015-01-07Some code reformatMatteo Casalin1-39/+35
2015-01-07Use nullptrMatteo Casalin1-56/+56
2015-01-07SwAccessibleNoTextHyperlink::mnIndex is never readMatteo Casalin2-5/+3
2015-01-07Avoid unneeded castMatteo Casalin1-2/+1
2015-01-07sal_uInt16 to size_tMatteo Casalin4-15/+15
2015-01-07Avoid temporary OUStringsMatteo Casalin1-5/+4
2015-01-07Cleanup whitespaces, remove unneeded local scopesMatteo Casalin1-60/+55
2015-01-07sal_uInt16 to sal_Int32Matteo Casalin2-13/+12
2015-01-07sal_uInt16 to sal_Int32Matteo Casalin3-22/+10
2015-01-07Use more proper integer types and avoid unneeded downcastsMatteo Casalin5-17/+14
2015-01-07Remove misleading comment and simplify boundary checkMatteo Casalin1-5/+3
2015-01-07sal_uInt16/sal_uInt32 to more proper integer typesMatteo Casalin5-14/+14
2015-01-07coverity#1261760 Resource leak in objectCaolán McNamara1-0/+1
2015-01-07fdo#79409 allow selection from list field in protected sectionAndras Timar1-1/+1
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen7-6/+2
2015-01-07No need for implbase_ex_pre/post.hxx no moreStephan Bergmann1-42/+5
2015-01-07Resolves: fdo#73165 don't restart timer if already runningCaolán McNamara1-2/+4
2015-01-07fdo#75757 remove inheritance to std::vectorMichaël Lefèvre6-117/+90
2015-01-07Resolves: fdo#87612 don't overwrite users input if the value is unchangedCaolán McNamara2-16/+42
2015-01-07WW8 filter: zoom type testcaseJustin Luth2-0/+11
2015-01-07WW8 filter: export zoom typeJustin Luth1-3/+13
2015-01-07fix windows buildNoel Grandin2-2/+2
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin25-48/+48
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin5-11/+11
2015-01-07Factor out XFillBitmapItem::dumpAsXml() from swMiklos Vajna1-3/+4
2015-01-07fdo#83354: Chart is truncated - moved down outside the margins of the objectZolnai Tamás1-1/+7
2015-01-06LOK: add LibreOfficeKitCallbackType enumerationMiklos Vajna1-1/+1
2015-01-06sw: notify LOK clients about invalidationsMiklos Vajna7-0/+62
2015-01-07android: set single page mode in writer when init for tiled renderTomaž Vajngerl2-0/+12
2015-01-07android: take document borders into account for document sizeTomaž Vajngerl1-1/+4
2015-01-06OSL_ENSURE->assert when followed by unconditional derefCaolán McNamara1-4/+2