summaryrefslogtreecommitdiff
path: root/sw/inc/pam.hxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: swStephan Bergmann
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin
2017-04-12convert SwComparePosition to scoped enumNoel Grandin
2017-04-12add SAL_WARN_UNUSED to sw::Ring and friendsNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2016-10-01default copy ctor/assignment are sufficientCaolán McNamara
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-31Remove irrelevant commentStephan Bergmann
2016-08-31remove the SwMoveFnCollection* typedefsNoel Grandin
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist
2016-08-25Drop duplicate forward declaration of SwPaMTor Lillqvist
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-02-24let SvxSearchItem use SearchOptions2Eike Rathke
2016-01-21loplugin: unused return valuesNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06com::sun::star->css in sw/incNoel Grandin
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02loplugin:unusedmethodsNoel Grandin
2015-07-08sw: let's try some C++11 syntax for function pointersMichael Stahl
2015-06-05sw: let's export the debug-logging stuff so msword filters can use itMichael Stahl
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-25sw: replace SwPaM's so-called "copy constructor"Michael Stahl
2015-02-24Add SwPaM::dumpAsXml()Miklos Vajna
2015-01-27Extract SwPosition::dumpAsXml() from MarkManagerMiklos Vajna
2014-12-05use unique() for checks for multiselectionBjoern Michaelsen
2014-12-05Rename GetNext/GetPrev to GetPrevInRing/GetNextInRing ...Bjoern Michaelsen
2014-12-02move Ring to sw::RingBjoern Michaelsen
2014-12-02use new typesafer implementationBjoern Michaelsen
2014-12-02use boostBjoern Michaelsen
2014-12-02test intrusiveBjoern Michaelsen
2014-11-05operator<< for SwPosition/SwPaM/etc. for use with SAL_DEBUGLuboš Luňák
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-03-28Related: fdo#73936 expand FormFieldDropDowns in ModelToViewHelperCaolán McNamara
2014-03-16Simplify expression and fix typo in a commentMatteo Casalin
2014-02-27Remove visual noise from swAlexander Wilms
2013-11-23SwPaM: xub_StrLen to sal_Int32Matteo Casalin
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-06-10String to OUStringMatteo Casalin
2013-06-08sal_Bool to bool and some cleanupMatteo Casalin
2013-06-07sal_Bool to boolMatteo Casalin
2013-02-14fdo#60738 SwPostItMgr: let the cursor know if we're in annotation modeMiklos Vajna
2013-01-14document SwPaM::SetMark()Miklos Vajna
2013-01-14SwPaM::HasReadonlySel: sal_Bool -> boolMiklos Vajna
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin
2012-11-30re-base on ALv2 code. Includes:Michael Meeks