summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt
AgeCommit message (Expand)Author
2023-10-25tdf#157663 SW: Tracked change improve moveAttila Szűcs
2023-04-27Always update fields when loading documentSamuel Mehrbrodt
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin
2022-11-15ofz#53416 AbrtCaolán McNamara
2022-11-14tdf#151605 Add option to not include hidden text in ASCII filterSamuel Mehrbrodt
2022-09-27sw: fix inserting fields between 2 adjacent input fieldsMichael Stahl
2022-08-29use more SwPosition::AssignNoel Grandin
2022-08-26use more SwPosition::AssignNoel Grandin
2022-08-26use more SwPosition::AssignNoel Grandin
2022-08-20use more SwPosition::GetNodeNoel Grandin
2022-08-20SwNodeIndex->SwNode in StealAttrNoel Grandin
2022-08-20SwNodeIndex->SwNode in CalculateFlySizeNoel Grandin
2022-08-14rename SwPaM::GetContentNode to GetPointContentNode/GetMarkContentNodeNoel Grandin
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin
2022-08-14use more SwPosition::GetNode instead of nNodeNoel Grandin
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin
2022-08-06make CheckNodesRange take a SwNode, not an SwNodeIndexNoel Grandin
2022-08-04clang-tidy modernize-pass-by-value in swNoel Grandin
2022-08-04elide some SwNodeIndex temporariesNoel Grandin
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-08-01introduce SwPosition::GetNodesNoel Grandin
2022-07-29use more SwPaM::StartEndNoel Grandin
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin
2022-07-25rename SwIndex->SwContentIndexNoel Grandin
2022-07-15tdf#119840 elide some dynamic_cast costNoel Grandin
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-04use string_view in comphelper::string::splitNoel Grandin
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen
2022-03-04use SfxItemSet::GetItemIfSet in sw/source/filterNoel Grandin
2022-01-31tdf#106899 - Remove header definition of buffer sizeAndreas Heinisch
2022-01-20tdf#106899 - Import concordance file using appropriate charsetAndreas Heinisch
2021-12-23tdf#92161 add GB18030 encoding to iodetectdtm
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-10-11loplugin:moveparam in swNoel Grandin
2021-10-10use SfxItemSetFixed in swNoel Grandin
2021-10-09Rename bookmrk* -> bookmark*Julien Nabet
2021-09-29expand out SwNodePtr typedefNoel Grandin
2021-09-24no need to allocate these SwPaM on the heapNoel Grandin
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin
2021-06-14tdf#108518 revert OOo hack: Fix issue #i119405: Numbering text styleJustin Luth
2021-06-06tdf#142669 Consider BOM on text encoding detectiontobias
2021-05-31sw: prefix members of HTMLEndPosLst, SwFltStackEntry, SwFltTOX and ...Miklos Vajna
2021-05-25sw: prefix members of SwApplet_Impl, SwFltAnchor, SwFltControlStack and ...Miklos Vajna
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-05-21tdf#137469 Add option to disable hidden text in text filterOleg Shchelykalnov