summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/docufld.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-26/+26
2015-11-14SwPostItField::dumpAsXml: survive 0 mpTextMiklos Vajna1-2/+3
2015-11-10sw doc model xml dump: show comment textMiklos Vajna1-0/+15
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-08-20loplugin: defaultparamsNoel Grandin1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-197/+197
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin1-20/+20
2015-05-05loplugin:staticmethodsNoel Grandin1-6/+6
2015-05-03SwRefPageGetFieldType::MakeSetList can return boolMatteo Casalin1-2/+2
2015-05-03sal_uInt16 to (const) shortMatteo Casalin1-4/+4
2015-05-03Avoid possible downcasts and rely on implicit type conversionsMatteo Casalin1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-10/+10
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-1/+0
2015-03-16core: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-1/+1
2015-02-16MM: don't read column content twice to fill SwCalcJan-Marek Glogowski1-2/+1
2015-02-02fixup: use sal macros to force 64 bit integerLionel Elie Mamane1-1/+5
2015-02-02tdf#88899: sw: fix expanding of SwDocInfoField with DateTimeMichael Stahl1-1/+1
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+3
2015-01-13remove superfluous Date and Time temporariesEike Rathke1-3/+1
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-30/+7
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-29/+11
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-19loplugin: cstylecastNoel Grandin1-34/+34
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-5/+5
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-5/+6
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-08-01fdo#81341 : DOCX: EditTime is not geting preserved after RTPallavi Jadhav1-1/+3
2014-07-13fdo#39468: Translate German comments in sw/source/core/Philipp Riemer1-5/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-12/+0
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-18/+0
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-2/+2
2014-05-02Rename SwDBMgr -> SwDBManager.Jan Holesovsky1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-17/+17