summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer
AgeCommit message (Expand)AuthorFilesLines
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-1/+1
2016-06-20sw: prefix members of SwWriteTableMiklos Vajna1-99/+99
2016-06-16Remove the :: prefix in ::std for swMark Page1-1/+1
2016-06-02loplugin:unuseddefaultparamsNoel Grandin1-6/+3
2016-04-22Avoid reserved identifiersStephan Bergmann1-9/+9
2016-03-23sw: -Werror=deprecated-declarationsMichael Stahl1-1/+1
2016-03-23tdf#63211: saving embedded images to HTML optionalOliver Specht1-3/+60
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin1-6/+3
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin1-5/+3
2016-01-21vcl: rename Font::GetFamily to Font::GetFamilyTypeChris Sherlock1-1/+1
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2015-11-28tdf#94088 add import of HTML inline graphicsArmin Le Grand1-2/+43
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-5/+5
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-29/+29
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-4/+4
2015-06-20Use more proper integer types and range-based for loopsMatteo Casalin1-23/+19
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-1/+1
2015-06-01Use o3tl::make_unique<>Miklos Vajna1-1/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier3-34/+34
2015-05-07Unwind SotStorageRef typedefStephan Bergmann1-1/+1
2015-05-07Remove SvStorage aliasStephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin2-3/+3
2015-04-18fix export to rtf of ooo87305-1.odtCaolán McNamara1-4/+4
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-4/+4
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-07sal_uInt16/sal_uInt32 to more proper integer typesMatteo Casalin1-1/+1
2015-01-03Writer::GetBookmarks can return boolMatteo Casalin1-2/+2
2014-12-02loplugin: cstylecastNoel Grandin2-10/+10
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin2-3/+3
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+5
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-5/+3
2014-10-03coverity#704994 Dereference after null checkCaolán McNamara1-5/+4
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-6/+6
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-2/+2
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-3/+3
2014-06-26OSL_ENSURE->assertCaolán McNamara1-2/+4
2014-06-22sw: Fix method name in messageMaxim Monastirsky1-1/+1
2014-06-19coverity#707363 Uncaught exceptionCaolán McNamara1-4/+12
2014-06-11Revert "Change sw::mark::IMark::GetOtherMarkPos return type from refMichael Stahl1-4/+4
2014-06-10Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointerStephan Bergmann1-4/+4
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner1-3/+3
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-2/+3