summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-4/+2
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara2-23/+9
2015-03-11const_cast -> mutableZolnai Tamás1-2/+2
2015-03-11Avoid casting SvxBrushItem:nShadingValueZolnai Tamás1-3/+3
2015-03-11tdf#89867: editeng: fix crash on shutdown after changing AutoCorrect optionsMichael Stahl1-0/+2
2015-03-09V801: Decreased performanceCaolán McNamara2-6/+6
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06idle includes and enum useJennifer Liebel2-1/+2
2015-03-06Timer: Reversed some Idles to TimerTobias Madl4-9/+9
2015-03-04V813: Decreased performanceCaolán McNamara2-24/+24
2015-03-04V813: Decreased performanceCaolán McNamara2-9/+9
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