summaryrefslogtreecommitdiff
path: root/sw/source/filter/ascii/parasc.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-03-06tdf#154000 tdf#70423 sw: fix crash/freezing with huge text filesLászló Németh1-0/+11
2023-01-02tdf#70423 Remove txtimport break in 10k chars lineRadhey Parekh1-11/+0
2022-08-20use more SwPosition::GetNodeNoel Grandin1-1/+1
2022-08-12no need to allocate this on heapNoel Grandin1-9/+10
2022-08-11unique_ptr->optional in SwASCIIParserNoel Grandin1-13/+13
2022-08-05use more SwPosition::AssignNoel Grandin1-3/+2
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-1/+1
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-1/+1
2021-09-24no need to allocate these SwPaM on the heapNoel Grandin1-2/+2
2021-09-22no need to allocate these SfxItemSet on the heapNoel Grandin1-23/+23
2021-08-19loplugin:constmethodsNoel Grandin1-1/+1
2021-08-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-06-06tdf#142669 Consider BOM on text encoding detectiontobias1-1/+4
2021-06-04tdf#120574 Store Ascii Options for Later Savingtobias1-0/+12
2021-05-17sw: prefix members of SwASCIIParser, SwASC_AttrIter, ...Miklos Vajna1-115/+117
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