summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/fldbas.cxx
AgeCommit message (Expand)Author
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke
2018-07-30sw doc model xml dump: dump float value of user fieldsMiklos Vajna
2018-07-30sw doc model xml dump: cover SwValueFieldMiklos Vajna
2018-07-10pass SwField around by std::unique_ptrNoel Grandin
2018-05-22tdf#117171 support localized page number numbering stylesLászló Németh
2018-01-30loplugin:unused-returns in swNoel Grandin
2018-01-16Fix typosAndrea Gelmini
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-10-25Eliminate deprecated SvNumberFormatter::GetDecSep()Eike Rathke
2017-08-28sw: insert paragraph signature fieldAshod Nakashian
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-07tdf#74177 writer: ignoring comment allows number recognitionJustin Luth
2017-05-19loplugin:stringcopy: swStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-02Revert "SwFieldTypes can just be a std::vector typedef"Caolán McNamara
2017-05-02SwFieldTypes can just be a std::vector typedefNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-06-03sw: convert some OSL_FAIL to assertMichael Stahl
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-03-15loplugin:constantparamNoel Grandin
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin
2015-11-10sw doc model xml dump: show comment textMiklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-19sw: remove the SwField::ExpandCitation disasterMichael Stahl
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-12sw: Rename some variables.Jan Holesovsky
2015-04-21sw: assert that SwField::m_pType is not nullMichael Stahl
2015-04-21sw: prefix members of SwValueFieldType/SwValueField/SwFormulaFieldMichael Stahl
2015-04-21sw: prefix members of SwFieldMichael Stahl
2015-04-21sw: prefix members of SwFieldTypeMichael Stahl
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen
2015-03-02sw: remove now unused WriterHelperMiklos Vajna
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-01-22Merge common code of sw format listsJan-Marek Glogowski
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin
2014-11-19loplugin: cstylecastNoel Grandin
2014-07-11fdo#76279 Invalid Citation on RoundTripSourav
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-03-14fdo#74775: Preseved Citation after round trip.Rohit Deshmukh
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna
2013-10-02remove yet another StringHash implCaolán McNamara
2013-07-16String to OUStringMatteo Casalin
2013-07-15DoubleToString: do not modify a reference argument, just return the resultMatteo Casalin
2013-07-15Reduce scope of global array and make in constantMatteo Casalin