summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr
AgeCommit message (Expand)AuthorFilesLines
2014-11-16sal_True/sal_False to true/false in calls to getWordBoundaryMatteo Casalin1-3/+3
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin1-24/+24
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin2-6/+4
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-12coverity#982189 Unchecked return valueCaolán McNamara1-4/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-12loplugin: cstylecastNoel Grandin4-14/+14
2014-11-10loplugin: cstylecastNoel Grandin5-61/+61
2014-11-10loplugin: cstylecastNoel Grandin2-34/+34
2014-11-05operator<< for SwPosition/SwPaM/etc. for use with SAL_DEBUGLuboš Luňák1-0/+14
2014-11-04coverity#1213082 Dereference after null checkCaolán McNamara1-0/+4
2014-11-03sw: deploy some more asserts in bookmark codeMichael Stahl1-4/+4
2014-11-03sw: CrossRefBookmark: deny the existence of m_pPos2 a little harderMichael Stahl1-5/+5
2014-11-03fdo#65163: sw: CrossRefBookmark: ensure that unused m_pPos2 is nullMichael Stahl1-2/+4
2014-10-30sw: add API that provides fast access to marks of a text nodeMiklos Vajna1-0/+3
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl2-4/+5
2014-10-03coverity#1212487 try and silence Copy-paste errorCaolán McNamara1-2/+2
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-6/+2
2014-09-30fdo#38884 Fix setting X position with dbgutil enabledJuergen Funk1-1/+1
2014-09-26coverity#1241340 Unused valueCaolán McNamara1-3/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin2-3/+3
2014-09-22Fix fdo#38884 Improve Up/Down movement in writerJuergen Funk2-7/+11
2014-09-19SwCursor::SelectWordWT: include comment anchor character of a commented wordMiklos Vajna1-0/+12
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann3-16/+16
2014-09-11sw: actually check that iterator is validMichael Stahl1-1/+1
2014-09-11sw: factor out a function to encapsulate object lifetimesMichael Stahl1-25/+34
2014-09-06Use size_t consistently, constify, reduce scopeMatteo Casalin1-3/+3
2014-08-25convert MSG_COMCORE_ASKSEARCH with custom buttons to .uiCaolán McNamara1-2/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist3-5/+5
2014-08-20fdo#72695: avoid double-free race condition for SwXBookmark/SwXFieldmarkMichael Stahl1-1/+1
2014-08-20fix crash on loading ooo83574-1.docCaolán McNamara1-3/+5
2014-08-17Fix input field tab handlingJan-Marek Glogowski1-4/+30
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner6-27/+33
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner5-6/+11
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner2-4/+6
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner2-9/+11
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann3-5/+5
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin1-1/+0
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin4-10/+10
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner4-13/+13
2014-07-15Refactored IDocumentLinksAdministration out of SwDoc.Valentin Kettner1-1/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+1
2014-07-07coverity#1213080 Explicit null dereferencedCaolán McNamara1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin11-76/+76
2014-06-24Fix some warningsMatúš Kukan1-1/+1
2014-06-12Avoid "must return a value" warningsStephan Bergmann1-1/+5
2014-06-11avoid undefined null-reference in CrossRefBookmark::GetOtherMarkPos()Michael Stahl1-1/+1
2014-06-11Revert "Change sw::mark::IMark::GetOtherMarkPos return type from refMichael Stahl2-9/+9
2014-06-10Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointerStephan Bergmann2-9/+9
2014-06-05coverity#1213246 Dereference null return valueCaolán McNamara1-0/+3