summaryrefslogtreecommitdiff
path: root/sw/source/filter/ascii/parasc.cxx
AgeCommit message (Expand)Author
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski
2023-03-06tdf#154000 tdf#70423 sw: fix crash/freezing with huge text filesLászló Németh
2023-01-02tdf#70423 Remove txtimport break in 10k chars lineRadhey Parekh
2022-08-20use more SwPosition::GetNodeNoel Grandin
2022-08-12no need to allocate this on heapNoel Grandin
2022-08-11unique_ptr->optional in SwASCIIParserNoel Grandin
2022-08-05use more SwPosition::AssignNoel Grandin
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-09-24no need to allocate these SwPaM on the heapNoel Grandin
2021-09-22no need to allocate these SfxItemSet on the heapNoel Grandin
2021-08-19loplugin:constmethodsNoel Grandin
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-06-06tdf#142669 Consider BOM on text encoding detectiontobias
2021-06-04tdf#120574 Store Ascii Options for Later Savingtobias
2021-05-17sw: prefix members of SwASCIIParser, SwASC_AttrIter, ...Miklos Vajna
2020-10-20use tools::Long in swNoel
2020-10-04DocxTableStyleExport never passed a null SwDoc*Caolán McNamara
2020-10-04change these sal_uLong to sal_SizeCaolán McNamara
2020-10-02crashtesting: an odd number of bytes for RTL_TEXTENCODING_UCS2 encodingCaolán McNamara
2020-07-31loplugin:flatten in sw/core/view..sw/core/htmlNoel Grandin
2020-06-10loplugin:buriedassign in swNoel Grandin
2020-05-16tdf#133077: fix lone CR handling in plain text clipboard on WindowsMike Kaganski
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2019-12-23sal_Char->char in swNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in sw/source/filter/*/*cxxGabor Kelemen
2019-12-16sw: fail loading when the fallback text detection failsAshod Nakashian
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-15add SvStream::TellEndNoel Grandin
2018-10-03loplugin:constfields in swNoel Grandin
2018-09-18loplugin:useuniqueptr in AsciiReader::ReadNoel Grandin
2018-04-23sw: prefix members of ReaderMiklos Vajna
2018-03-09sw: fix some IWYU warningsMiklos Vajna
2018-01-19tdf#115088: Pasting multi-line text from external source behaves strangelyTamás Zolnai
2017-11-22drop duplicate methodCaolán McNamara
2017-08-27convert code-class in ErrCode to scoped enumNoel Grandin
2017-08-22Convert ErrCode area to scoped enumNoel Grandin
2017-08-21remove dead sw error codesNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-17Remove duplicated includesAndrea Gelmini
2017-07-11loplugin:useuniqueptr in swNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-14Use unique_ptr for SwASCIIParser::pItemSetStephan Bergmann
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin