summaryrefslogtreecommitdiff
path: root/sw/inc/pam.hxx
AgeCommit message (Expand)Author
2020-10-20use tools::Long in swNoel
2020-09-30SwPosition::GetDoc can return a referenceCaolán McNamara
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara
2019-11-29make some function symbols module privateNoel Grandin
2019-11-03find symbols that can be privateNoel Grandin
2019-10-10sw: WW8: do not create fieldmark with start in frame and end in bodyMichael Stahl
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin
2018-12-18sw: refactor a confusing thicket of overloads, all named Find()Michael Stahl
2018-09-11loplugin:useuniqueptr in SwPaM::MakeRegionNoel Grandin
2018-08-16remove mempoolNoel Grandin
2018-04-28loplugin:countusersofdefaultparamsNoel Grandin
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna
2018-03-09sw: fix some IWYU warningsMiklos Vajna
2017-11-27loplugin:countusersofdefaultparams in sw (2)Noel Grandin
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