summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-06typoStephan Bergmann1-1/+1
2015-01-06Use SVLIBRARY instead of gb_Library_get_runtime_filenameStephan Bergmann3-4/+2
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin7-38/+38
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin4-27/+21
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin5-20/+20
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-06Factor out XFillColorItem::dumpAsXml() from swMiklos Vajna1-3/+4
2015-01-06Update email addressMiklos Vajna1-1/+1
2015-01-05Factor out XFillStyleItem::dumpAsXml() from swMiklos Vajna1-25/+3
2015-01-05asan: cast is totally wrong hereCaolán McNamara1-2/+3