summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/findattr.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-16sw: Prefix a member that may conflict after a rename.Jan Holesovsky1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-18convert Link<> to typedNoel Grandin1-2/+2
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-8/+8
2015-08-11sw: use std::unique_ptr in crsr codeMiklos Vajna1-4/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-82/+82
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-2/+2
2015-03-02sw: PVS V656 Variables initialized through call to same functionMichael Stahl1-2/+4
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-4/+4
2014-12-09Typo: enventually=>eventuallyJulien Nabet1-1/+1
2014-12-05move Ring<>::MoveRingTo to RingContainer<>::mergeBjoern Michaelsen1-1/+1
2014-12-02no need to use Ring here anymoreBjoern Michaelsen1-2/+2
2014-12-02use new typesafer implementationBjoern Michaelsen1-4/+5
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-3/+3
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin1-24/+24
2014-11-10loplugin: cstylecastNoel Grandin1-10/+10
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-12/+12
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-1/+2
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-3/+3
2014-06-24new compilerplugin returnbyrefNoel Grandin1-9/+9
2014-04-30sw: sal_Bool->boolNoel Grandin1-37/+37
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-8/+8
2014-02-08coverity#1169874 Uninitialized scalar fieldCaolán McNamara1-3/+7
2014-01-30Avoid resource leaks in case of exceptionTakeshi Abe1-6/+3
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-17bool improvementsStephan Bergmann1-17/+17
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-2/+2
2013-12-03convert callers of SwIndex::GetContent from xub_StrLen->sal_Int32Noel Grandin1-1/+1
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-2/+2
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-22/+25
2013-10-22fdo#44689: fix for specific case of page restart-value 0Adam Co1-4/+21
2013-10-18convert std::unique_ptr to boost::scoped_ptrNoel Grandin1-1/+1
2013-10-18convert String vectors to OUString vectors in SWNoel Grandin1-2/+2
2013-10-09CID#736504 memleakCaolán McNamara1-0/+2
2013-09-07add/remove blank lines and braces (in sw/source/core/crsr/)Philipp Riemer1-2/+8
2013-09-07remove/add blank lines in sw/source/corePhilipp Riemer1-19/+0
2013-06-07sal_Bool to boolMatteo Casalin1-14/+14
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-03-03sal_Bool to boolTakeshi Abe1-4/+4
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14