summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/swhtml.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-28tdf#94088 add import of HTML inline graphicsArmin Le Grand1-0/+15
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-31/+31
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-76/+76
2015-11-05sw: prefix members of SwHTMLParserMiklos Vajna1-693/+693
2015-10-30sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-5/+5
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+1
2015-10-15cppcheck:variableScopeNoel Grandin1-1/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-4/+4
2015-10-02Fix typosAndrea Gelmini1-5/+5
2015-09-18convert Link<> to typedNoel Grandin1-2/+2
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-2/+2
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-2/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-10/+10
2015-08-04include: inline some use-once typedefsNoel Grandin1-1/+1
2015-06-25Just continue to next iterationMatteo Casalin1-32/+30
2015-06-23sw: HTML import: Do not mix normal, CTL or CJK attributesMatteo Casalin1-45/+52
2015-06-18Fix typosAndrea Gelmini1-2/+2
2015-06-08Use auto, avoid temporaries and unneeded castsMatteo Casalin1-17/+15
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-2/+2
2015-05-31Use size_t, auto and range-based for loopsMatteo Casalin1-8/+7
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-268/+268
2015-05-12sw: More variable renaming.Jan Holesovsky1-34/+30
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-25sw: simplify and remove special case in SwHTMLParser::AddParSpace()Michael Stahl1-11/+2
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-1/+1
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-4/+4
2015-03-11convert MarkType to enum classNoel Grandin1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-4/+4
2015-01-23valgrind invalid read after delete in rhbz499052-1.htmlCaolán McNamara1-1/+6
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-8/+8
2015-01-21Resolves: fdo#87601 specific html doc hangs on loadCaolán McNamara1-1/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-6/+6
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+6
2014-12-02loplugin: cstylecastNoel Grandin1-12/+12
2014-11-26loplugin: cstylecastNoel Grandin1-4/+4
2014-11-25loplugin: cstylecastNoel Grandin1-5/+5
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist1-4/+4
2014-11-16SetStrmStgPtr can return bool instead of sal_True/sal_False in an intMatteo Casalin1-3/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-09constLuboš Luňák1-1/+1
2014-10-02coverity#735532 'Constant' variable guards dead codeCaolán McNamara1-15/+21
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann1-16/+16
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-16/+16
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2