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