summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-03-02convert PARAFLAG_ constants to enum classNoel Grandin6-26/+26
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin1-4/+4
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-2/+2
2015-02-24Typo: curently->currentlyJulien Nabet1-1/+1
2015-02-23ImpEditEngine::UpdateViews: need to go via Invalidate() for tiled renderingMiklos Vajna5-1/+31
2015-02-20editeng: remove references to dead tools/string.hxxMiklos Vajna2-9/+0
2015-02-19tdf#78148 Ordinal numbers should not be auto-capitalizedNiklas Johansson1-0/+1
2015-02-18boost->stdCaolán McNamara1-13/+12
2015-02-12fdo#82719 EDITING: String with hyperlink not pastedHenry Castro1-0/+1
2015-02-07loplugin:deletedspecialStephan Bergmann5-18/+5
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage1-5/+6
2015-02-05yet yet yet yet yet another Windows build 'Locale' ambiguous symbolEike Rathke1-8/+8
2015-02-05yet yet yet yet another Windows build 'Locale' ambiguous symbolEike Rathke1-5/+5
2015-02-05and now a Windows build 'BreakIterator' ambiguous symbolEike Rathke1-1/+1
2015-02-05yet yet yet another Windows build 'Locale' ambiguous symbolEike Rathke1-7/+7
2015-02-05yet yet another Windows build 'Locale' ambiguous symbolEike Rathke1-1/+1
2015-02-05Updated all precompiled headers.Ashod Nakashian1-1/+10
2015-02-03callcatcher: shave off some moreCaolán McNamara1-4/+0
2015-02-02coverity#1267655 Logically dead codeCaolán McNamara1-1/+1
2015-02-02coverity#1242632 Use of untrusted scalar valueCaolán McNamara1-6/+24
2015-02-01coverity#1267693 Uncaught exceptionCaolán McNamara1-1/+2
2015-02-01loplugin:unreffunStephan Bergmann1-12/+0
2015-01-30coverity#1267673 Dereference after null checkCaolán McNamara1-1/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara6-160/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin2-3/+3
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-20/+3
2015-01-25coverity#1266493 Use of untrusted scalar valueCaolán McNamara1-1/+8
2015-01-25coverity#1266455 Explicit null dereferencedCaolán McNamara1-0/+2
2015-01-25coverity#1266454 Explicit null dereferencedCaolán McNamara1-2/+4
2015-01-25coverity#1266453 Explicit null dereferencedCaolán McNamara1-1/+1
2015-01-25coverity#1266506 Useless callCaolán McNamara1-2/+0
2015-01-25coverity#1266515 Useless callCaolán McNamara1-1/+0
2015-01-23fix 64-bit build after OUStringBuffer changeMichael Stahl1-1/+1
2015-01-20textranges are always in pairsCaolán McNamara1-1/+2
2015-01-20Factor out SvxShadowItem::dumpAsXml() from swMiklos Vajna1-0/+11
2015-01-20Some more loplugin:cstylecast: editengStephan Bergmann2-3/+3
2015-01-17Factor out SvxULSpaceItem::dumpAsXml() from swMiklos Vajna1-0/+12
2015-01-16loplugin:implicitboolconversionStephan Bergmann1-3/+3
2015-01-16Factor out SvxLRSpaceItem::dumpAsXml() from swMiklos Vajna1-0/+17
2015-01-16remove unnecessary parenthesesNoel Grandin3-26/+26
2015-01-15loplugin:implicitboolconversionStephan Bergmann1-2/+2
2015-01-15remove unnecessary castsNoel Grandin1-4/+4
2015-01-14classic draw rectangles "fit to contour" utterly brokenCaolán McNamara1-1/+1
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin2-2/+2
2015-01-13debugging assert about unsorted properties on loading ooo59216-14.odsCaolán McNamara1-0/+4
2015-01-12Factor out SvxProtectItem::dumpAsXml() from swMiklos Vajna1-0/+10
2015-01-12no need for DeletedNodeInfo class to be type unsafeNoel Grandin4-11/+11
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-2/+3
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-07fix windows buildNoel Grandin1-1/+1