summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/swdtflvr.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-10/+9
2015-10-01tdf#88128 fix unevaluated undo variable: cutJustin Luth1-2/+2
2015-09-29Fix typosAndrea Gelmini1-3/+3
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-94/+94
2015-09-23no point in redeclaring methods with slightly different namesNoel Grandin1-4/+4
2015-09-22sw: prefix members of SwModuleMiklos Vajna1-16/+16
2015-09-18convert Link<> to typedNoel Grandin1-2/+2
2015-09-18convert Link<> to typedNoel Grandin1-2/+2
2015-09-17boost->stdCaolán McNamara1-13/+12
2015-09-14sw: prefix members of SwTransferableMiklos Vajna1-265/+265
2015-09-14convert RegionMode to scoped enumNoel Grandin1-3/+3
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin1-1/+1
2015-08-21loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-17sw tiled rendering: fix always empty copy&paste format listMiklos Vajna1-1/+2
2015-06-17error message for 0 cells or 0 rows is misleadingCaolán McNamara1-0/+1
2015-06-17Resolves: tdf#86017 calc has more rows than writer tables can supportCaolán McNamara1-0/+8
2015-06-15convert SW_PASTESDR to scoped enumNoel Grandin1-34/+34
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-4/+4
2015-06-04replace FLYPROTECT with scoped enumNoel Grandin1-1/+1
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-5/+5
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-25Simplify loopMatteo Casalin1-8/+4
2015-05-25Fix whitespaces/indentationMatteo Casalin1-28/+27
2015-05-25Use size_t consistently for GetFldTypeCount/GetFldType/RemoveFldTypeMatteo Casalin1-2/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-100/+100
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-19move SwIterator into calbck.hxxBjoern Michaelsen1-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