summaryrefslogtreecommitdiff
path: root/sw/source/core/fields
AgeCommit message (Expand)AuthorFilesLines
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier16-1046/+1046
2015-05-12sw: Rename some variables.Jan Holesovsky1-3/+3
2015-05-12sw: Rename a variable.Jan Holesovsky1-3/+3
2015-05-12sw: Disambiguate future pTable.Jan Holesovsky1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-3/+3
2015-05-10tdf#66353: fix converting relative sw table formula back to boxMike Kaganski1-1/+1
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin1-20/+20
2015-05-05loplugin:staticmethodsNoel Grandin3-11/+11
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-2/+2
2015-05-03Use auto and range-based for loopsMatteo Casalin1-8/+5
2015-05-03Reduce scope, use more proper types and check downcastMatteo Casalin1-3/+5
2015-05-03Scan sorted array for a gap only if there could be oneMatteo Casalin1-3/+7
2015-05-03Reduce checks in loopMatteo Casalin1-5/+3
2015-05-03SwRefPageGetFieldType::MakeSetList can return boolMatteo Casalin2-3/+3
2015-05-03sal_uInt16 to (const) shortMatteo Casalin1-4/+4
2015-05-03Avoid possible downcasts and rely on implicit type conversionsMatteo Casalin3-4/+4
2015-05-03Use more proper integer types and range-based for loopsMatteo Casalin1-43/+37
2015-05-03Simplify by early bail-outMatteo Casalin1-55/+32
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-21sw: assert that SwField::m_pType is not nullMichael Stahl1-4/+3
2015-04-21sw: prefix members of SwValueFieldType/SwValueField/SwFormulaFieldMichael Stahl1-20/+20
2015-04-21sw: prefix members of SwFieldMichael Stahl1-24/+24
2015-04-21sw: prefix members of SwFieldTypeMichael Stahl1-6/+6
2015-04-17sw: convert new to ::Create.Noel Grandin1-2/+2
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 Bergmann10-34/+34
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann8-28/+28
2015-03-25rename IsLastDepend HasOnlyOneListenerBjoern Michaelsen2-2/+2
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen5-7/+7
2015-03-24Revert "Revert "make ClientIteratorBase only know about WriterListener""Bjoern Michaelsen1-1/+1
2015-03-24convert sfxlink to enum classNoel Grandin1-6/+6
2015-03-23WaE: comparison between signed and unsigned integer expressionsTor Lillqvist1-1/+1
2015-03-23Revert "make ClientIteratorBase only know about WriterListener"Stephan Bergmann1-1/+1
2015-03-20make ClientIteratorBase only know about WriterListenerBjoern Michaelsen1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen10-10/+10
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-1/+0
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-3/+3
2015-03-16Pipe legacy Modify calls through SwClientModifyBjoern Michaelsen1-1/+2
2015-03-16core: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-1/+1
2015-03-16use SwIterator<>Bjoern Michaelsen1-62/+59
2015-03-02sw: remove now unused WriterHelperMiklos Vajna1-3/+37
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin2-6/+6
2015-02-16MM: don't read column content twice to fill SwCalcJan-Marek Glogowski2-4/+3
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-24there's no way that cast is rightCaolán McNamara1-3/+2