summaryrefslogtreecommitdiff
path: root/sw/inc/fmtfld.hxx
AgeCommit message (Expand)Author
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-05-09compact namespace in swNoel Grandin
2020-03-15SwDoc::RemoveInvisibleContent(): SwIterator no more ...Bjoern Michaelsen
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2020-02-25add GatherField member functionBjoern Michaelsen
2020-02-16GatherRefFields for ww8Bjoern Michaelsen
2020-02-16no more SwIterator in GatherChapterFieldsBjoern Michaelsen
2020-02-16no more SwIterator in HasHiddenInformationNotesBjoern Michaelsen
2020-02-10refactor PostIt access to SwFormatFields in ...Bjoern Michaelsen
2020-02-08introduce SwFieldType::FindFormatForField and use it (once)Bjoern Michaelsen
2020-02-07SwFormatField::Modify no more (folded into SwClientNotify)Bjoern Michaelsen
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-11-04loplugin:finalclasses in sw/incNoel Grandin
2019-08-14Change some handling for resolved commentsScott Clarke
2019-05-05[API CHANGE] SwXTextField: no more SwModify/SwClientBjoern Michaelsen
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin
2018-10-03loplugin:constfields in swNoel Grandin
2018-07-10pass SwField around by std::unique_ptrNoel Grandin
2018-04-18sw: fix some IWYU warningsMiklos Vajna
2018-01-17remove indirection in SwFormatField ..Jochen Nitschke
2017-10-23loplugin:includeform: swStephan Bergmann
2017-09-13sw: prefix members of SwFormatFieldHintMiklos Vajna
2017-05-06Typo: attibute(s)->attribute(s)Julien Nabet
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10sw doc model xml dump: show comment textMiklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06com::sun::star->css in sw/incNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-10-12convert SWFMTFLD_ #defines to an enumNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-20i#107771: sw: make SwXTextField a client of its format poolitemMichael Stahl
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-03Remove SW_DLLPRIVATE -> SAL_DLLPRIVATE indirectionStephan Bergmann
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann
2013-11-11Drop unnecessary #includesTakeshi Abe
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann
2013-06-12fdo#65478, i#105557: thread safety of SwXTextFieldMichael Stahl
2012-11-30re-base on ALv2 code. Includes:Michael Meeks