summaryrefslogtreecommitdiff
path: root/sw/source/filter/ascii
AgeCommit message (Expand)Author
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: swStephan Bergmann
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski
2023-05-12avoid some OUString construction in SwASCWriter::WriteStreamNoel Grandin
2023-04-29Simplify a bitMike 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-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-08-20use more SwPosition::GetNodeNoel Grandin
2022-08-17convert more nNode to 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
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-07-29use more SwPaM::StartEndNoel Grandin
2022-05-11sw content controls: introduce a word breaking dummy char at the endMiklos Vajna
2022-04-29sw: ascii filter: tweak copying of numberingMichael Stahl
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-05add some comphelper::string::toInt* functions for string_viewsNoel Grandin
2022-04-04use string_view in comphelper::string::splitNoel Grandin
2022-03-23sw clearing breaks: add plain text exportMiklos Vajna
2022-03-04use SfxItemSet::GetItemIfSet in sw/source/filterNoel Grandin
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
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-09tdf#137469 Implement and test excluding hidden text in text filterOleg Shchelykalnov
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
2021-04-27use more string_view in tools/streamNoel Grandin
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-11-19tdf#123936 Formatting files in module sw with clang-formatPhilipp Hofer
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-11loplugin:stringviewNoel
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-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara
2020-07-31loplugin:flatten in sw/core/view..sw/core/htmlNoel Grandin
2020-07-07Typo: pargraph->paragraphJulien Nabet
2020-06-10loplugin:buriedassign in swNoel Grandin
2020-05-16tdf#133077: fix lone CR handling in plain text clipboard on WindowsMike Kaganski