summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2015-01-30tdf#88763 The orca screen reader does not speak control namesNiklas Johansson
2015-01-30Resolves: tdf#82942 updating field contents with incorrect attribute positionsCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-29tdf#88906: Only split new span if it does not enclose exisiting spanStephan Bergmann
2015-01-29Extract Fieldmark::dumpAsXml() from MarkManagerMiklos Vajna
2015-01-29sw: typo in SwpHintsArray::GetEnd()Michael Stahl
2015-01-29tdf#75996: sw: correct bookmark positions when deleting textMichael Stahl
2015-01-29sw: replace pointless unused position update in SwTxtNode::Update()Michael Stahl
2015-01-29sw: remove some pointless verbosityMichael Stahl
2015-01-28WaE: overriding destructor declaration not explicitly marked 'virtual'Tor Lillqvist
2015-01-28Related: tdf#82942 multiple crashes on changing text in SwInputFieldsCaolán McNamara
2015-01-28Resolves: fdo#50640 make sure we don't move away from the current fieldCaolán McNamara
2015-01-28tdf#80960: Attempt to fix the cursor placement after document load.Jan Holesovsky
2015-01-28fdo#86984: UI Line numbering works only for EN_USMuthu Subramanian
2015-01-28Related: fdo#50640 allow the cursor to enter empty vertical input fieldsCaolán McNamara
2015-01-28Extract MarkBase::dumpAsXml() from MarkManagerMiklos Vajna
2015-01-28tdf#60739 code factorisationMichaël Lefèvre
2015-01-28tdf#60739 code factorisationMichaël Lefèvre
2015-01-28remove unused typedefsNoel Grandin
2015-01-27Revert "merge these two selection changing hunks of code"Caolán McNamara
2015-01-27merge these two selection changing hunks of codeCaolán McNamara
2015-01-27fdo#39468 Translate German comments - sw/source/core/textPhilipp Weissenbacher
2015-01-27Extract SwPosition::dumpAsXml() from MarkManagerMiklos Vajna
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann
2015-01-26coverity#704347 Logically dead codeCaolán McNamara
2015-01-26coverity#708424 Uninitialized scalar fieldCaolán McNamara
2015-01-26coverity#1266489 Untrusted loop boundCaolán McNamara
2015-01-26coverity#1266438 Unintended comparison to logical negationCaolán McNamara
2015-01-26coverity#1266468 Dereference null return valueCaolán McNamara
2015-01-26coverity#1266471 Dereference null return valueCaolán McNamara
2015-01-26coverity#1266469 Dereference null return valueCaolán McNamara
2015-01-26coverity#1266467 Dereference null return valueCaolán McNamara
2015-01-26coverity#1266442 Dereference after null checkCaolán McNamara
2015-01-26coverity#1266488 Untrusted loop boundCaolán McNamara
2015-01-26coverity#1266486 Untrusted loop boundCaolán McNamara
2015-01-26coverity#1266447 Explicit null dereferencedCaolán McNamara
2015-01-26coverity#1266444 Explicit null dereferencedCaolán McNamara
2015-01-26coverity#1266441 Unchecked return valueCaolán McNamara
2015-01-26coverity#1266446 Explicit null dereferencedCaolán McNamara
2015-01-26coverity#1266443 Dereference after null checkCaolán McNamara
2015-01-26coverity#1266449 Explicit null dereferencedCaolán McNamara
2015-01-26coverity#1266473 Dereference null return valueCaolán McNamara
2015-01-26LOK: don't ignore all callback events when we're in the callback alreadyMiklos Vajna
2015-01-26sw: missing constsMiklos Vajna
2015-01-26SwXTextDocument::postMouseEvent: missing guardMiklos Vajna
2015-01-26Initial SwEditWin::LogicMouseButtonDown/UpMiklos Vajna
2015-01-26Add SwXTextDocument::postMouseEvent()Miklos Vajna
2015-01-26LOK: move postMouseEvent to DocumentMiklos Vajna
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin