summaryrefslogtreecommitdiff
path: root/sw/source/filter/ascii/parasc.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-20use tools::Long in swNoel1-4/+4
2020-10-04DocxTableStyleExport never passed a null SwDoc*Caolán McNamara1-26/+26
2020-10-04change these sal_uLong to sal_SizeCaolán McNamara1-5/+5
2020-10-02crashtesting: an odd number of bytes for RTL_TEXTENCODING_UCS2 encodingCaolán McNamara1-2/+3
2020-07-31loplugin:flatten in sw/core/view..sw/core/htmlNoel Grandin1-13/+13
2020-06-10loplugin:buriedassign in swNoel Grandin1-1/+2
2020-05-16tdf#133077: fix lone CR handling in plain text clipboard on WindowsMike Kaganski1-6/+4
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-1/+1
2019-12-23sal_Char->char in swNoel Grandin1-4/+4
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen1-7/+2
2019-12-16sw: fail loading when the fallback text detection failsAshod Nakashian1-1/+5
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-10-15add SvStream::TellEndNoel Grandin1-3/+1
2018-10-03loplugin:constfields in swNoel Grandin1-1/+1
2018-09-18loplugin:useuniqueptr in AsciiReader::ReadNoel Grandin1-6/+6
2018-04-23sw: prefix members of ReaderMiklos Vajna1-4/+4
2018-03-09sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-19tdf#115088: Pasting multi-line text from external source behaves strangelyTamás Zolnai1-1/+4
2017-11-22drop duplicate methodCaolán McNamara1-3/+3
2017-08-27convert code-class in ErrCode to scoped enumNoel Grandin1-1/+1
2017-08-22Convert ErrCode area to scoped enumNoel Grandin1-1/+1
2017-08-21remove dead sw error codesNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-17Remove duplicated includesAndrea Gelmini1-1/+0
2017-07-11loplugin:useuniqueptr in swNoel Grandin1-19/+13
2017-06-21convert ErrCode to strong typedefNoel Grandin1-8/+8
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-3/+2
2017-06-14Use unique_ptr for SwASCIIParser::pItemSetStephan Bergmann1-5/+5
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+1
2017-04-25Optimize plain-text import.Michael Meeks1-3/+1
2017-01-23tdf#63673 Never ignore detected BOMMaxim Monastirsky1-1/+3
2016-08-18cppcheck: noCopyConstructorCaolán McNamara1-0/+3
2016-08-17convert SvxBreak to scoped enumNoel Grandin1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-4/+8
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+2
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-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-10/+10
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-8/+8