summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-60/+60
2015-11-09formatting improvements in sw/Noel Grandin1-1/+1
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin2-4/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-4/+4
2015-11-04loplugin:stringconstantNoel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann2-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-09-18convert Link<> to typedNoel Grandin1-3/+3
2015-09-03sw: replace boost::ptr_deque with std::deque<std::unique_ptr>Michael Stahl1-26/+26
2015-08-23check for bad locationsCaolán McNamara1-8/+18
2015-08-22check that src index is in doc rangeCaolán McNamara1-2/+5
2015-08-20loplugin: defaultparamsNoel Grandin2-2/+2
2015-08-03check that dest index is in doc rangeCaolán McNamara1-1/+5
2015-06-20sw: WW8 export: remove WW6 export, partC: SwWW8Writer::bWrtWW8Michael Stahl1-1/+1
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier4-146/+146
2015-05-19Remove include stdio (part3)Julien Nabet1-1/+0
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-1/+1
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-1/+1
2015-05-05Use more proper integer typesMatteo Casalin2-5/+5
2015-05-05loplugin:staticmethodsNoel Grandin2-3/+3
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-25sw: replace SwPaM's so-called "copy constructor"Michael Stahl1-1/+1
2015-04-14solve assert on restoring redline mode on exporting of abi9915-1.odt to docCaolán McNamara1-2/+5
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-1/+1
2015-04-09newly set nStart and nEnd are not usedCaolán McNamara1-2/+0
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-1/+1
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-1/+1
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-25Uninitialized use of mbSkipImages (as found by UBSan)Stephan Bergmann1-4/+4
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-1/+1
2015-03-24SkipImages option for document importLászló Németh1-1/+3
2015-03-23loplugin:constantfunction: swNoel Grandin1-10/+0
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose2-3/+3
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-5/+5
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-6/+6
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-1/+1
2015-03-11convert MarkType to enum classNoel Grandin1-2/+2
2015-03-11convert SetAttrMode to enum classNoel Grandin1-3/+3
2015-03-01sw: fix typo in Reader::ClearTemplate()Miklos Vajna1-1/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-2/+0