summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/crstrvl.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-07-20Fix typosAndrea Gelmini1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-409/+409
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-86/+86
2015-10-22sw: prefix members of SwCrsrMoveStateMiklos Vajna1-15/+15
2015-10-13cppcheck:variableScopeNoel Grandin1-3/+5
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-2/+2
2015-08-07sw: use std::unique_ptr in sw-global includesMiklos Vajna1-2/+3
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna1-3/+3
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-424/+424
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-9/+9
2015-05-05typo: strech -> stretchAndras Timar1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-3/+3
2015-03-03Drop local FindPageDesc implementationsJan-Marek Glogowski1-12/+10
2015-02-25translated German dbgutil popup textsAndras Timar1-3/+2
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+5
2015-01-07sal_uInt16 to size_typeMatteo Casalin1-4/+4
2014-12-05use unique() for checks for multiselectionBjoern Michaelsen1-1/+1
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04use C++11 iterationBjoern Michaelsen1-12/+5
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-4/+4
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-11-12coverity#982189 Unchecked return valueCaolán McNamara1-4/+2
2014-11-10loplugin: cstylecastNoel Grandin1-27/+27
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl1-2/+2
2014-09-22Fix fdo#38884 Improve Up/Down movement in writerJuergen Funk1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-3/+3
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-08-17Fix input field tab handlingJan-Marek Glogowski1-4/+30
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-5/+6
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-2/+2
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin1-1/+0
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-5/+5
2014-06-24new compilerplugin returnbyrefNoel Grandin1-15/+15
2014-06-24Fix some warningsMatúš Kukan1-1/+1