summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt
AgeCommit message (Expand)AuthorFilesLines
2016-09-29Resolves: tdf#102334 Some hidden text not imported as hidden correctlyCaolán McNamara1-2/+4
2016-09-16Revert "convert ReaderWriterEnum to scoped enum"Noel Grandin2-22/+18
2016-09-16convert ReaderWriterEnum to scoped enumNoel Grandin2-18/+22
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin2-23/+22
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-5/+5
2016-08-29Convert SwFrameFormats to boost::multi_indexJan-Marek Glogowski1-1/+1
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-2/+2
2016-07-07GSoC Writer Table Styles ImportJakub Trzebiatowski1-0/+3
2016-06-10All WinWord/* props in Writer.xcs are oor:type="xs:long"Stephan Bergmann1-3/+4
2016-06-08tdf#97103 sw: fix restoring of SetRedlineMode on DOCX/RTF exportMichael Stahl1-3/+0
2016-06-02STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin2-4/+3
2016-04-22Avoid reserved identifiersStephan Bergmann1-6/+6
2016-03-15loplugin:constantparamNoel Grandin1-2/+2
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-5/+5
2016-03-09loplugin:constantparam in swNoel Grandin1-2/+2
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin1-3/+2
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+4
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-04DOC(X) filter: BAF -> BAILS in the smart tag mappingMiklos Vajna1-8/+7
2015-12-09sw: RES_FLTR_RDFMARK always implies SwFltRDFMarkMiklos Vajna1-1/+5
2015-12-09sw: handle RDF mark in SwFltControlStack::SetAttrInDoc()Miklos Vajna1-1/+28
2015-12-09sw: initial SwFltRDFMarkMiklos Vajna1-0/+48
2015-12-08sw: add RES_FLTR_RDFMARKMiklos Vajna1-2/+12
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon3-55/+55
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