summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl
AgeCommit message (Expand)AuthorFilesLines
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-5/+5
2015-04-30Use typed MaybeFile LinkStephan Bergmann1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-6/+6
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-29convert CTF_ constants to scoped enumNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+4
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+3
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-3/+3
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-24convert sfxlink to enum classNoel Grandin1-2/+2
2015-03-23loplugin:constantfunction: swNoel Grandin1-11/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+1
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara1-8/+8
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-256/+258
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-03-11convert MarkType to enum classNoel Grandin1-4/+4
2015-03-08sw: prefix global variables in edtwinMiklos Vajna1-9/+9
2015-02-25convert EXCHG_DEST_ constants to enum classNoel Grandin1-50/+51
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-2/+2
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-4/+4
2015-01-07fix windows buildNoel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-3/+3
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-2/+2
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-2/+2
2014-12-02loplugin: cstylecastNoel Grandin1-15/+15
2014-11-25loplugin: cstylecastNoel Grandin1-7/+7
2014-11-17third argument should be SfxFilterFlagsCaolán McNamara1-1/+1
2014-11-16Misused sal_True/sal_False to integerMatteo Casalin1-2/+2
2014-11-16sw: convert 'a ? b : sal_True' to '!a || b'Matteo Casalin1-1/+1
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-2/+2
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-28coverity#704067 Unchecked return valueCaolán McNamara1-4/+8
2014-10-15sw: fix temp file leak in SwIoSystem::GetFileFilter()Michael Stahl1-2/+1
2014-10-12Typo: compatability->compatibilityJulien Nabet1-1/+1
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-2/+2
2014-10-03PutGroupDoc(foo) is just delete fooCaolán McNamara1-23/+18
2014-10-03coverity#1242498 Resource leakCaolán McNamara1-1/+4
2014-10-03coverity#1242499 Resource leakCaolán McNamara1-1/+1
2014-10-03coverity#1242502 Resource leakCaolán McNamara1-1/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1