summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui
AgeCommit message (Expand)Author
2023-11-07use more TypedWhichIdNoel Grandin
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-02tdf#146619 Recheck include/s* with IWYUGabor Kelemen
2023-05-30tdf#145538,tdf#147021: sw/source: range based loopsDr. David Alan Gilbert
2023-05-19prevent crash in mail mergeNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-29loplugin:stringadd in swNoel Grandin
2023-03-22sw: check GetActiveView()Xisco Fauli
2023-03-05remove unused BaseMutex in SwMailTransferableNoel Grandin
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2022-12-12sw: prefix members of CellsEnumWrapper, ColumnsEnumWrapper, ...Miklos Vajna
2022-11-29Resolves: tdf#152128 consider input engine events as well as keystrokesCaolán McNamara
2022-11-22loplugin:unusedfieldsNoel Grandin
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-10-11use more string_view in swNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-18use more string_view in utl::TempFileNoel Grandin
2022-09-12sw: prefix members of SwFieldEditDlg, SwFieldInputDlg, ...Miklos Vajna
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18no need to allocate these on the heapNoel Grandin
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin
2022-07-26convert CRSR_SKIP_* to typed enumNoel Grandin
2022-07-23elide some makeStringAndClear() callsNoel Grandin
2022-05-23sw: copy grab bags in mail mergeMichael Stahl
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski
2022-04-05Related tdf#148384: do not pause after last email's failureMike Kaganski
2022-04-05m_nSendCount -> m_nProcessedCountMike Kaganski
2022-04-05Related tdf#148384: Improve mail merge results reportingMike Kaganski
2022-04-05Related tdf#148384: Don't overwrite task name with resultMike Kaganski
2022-04-05tdf#148384: Really leave mail merge results dialog open upon errorsMike Kaganski
2022-04-05tdf#148382: Keep first entry selected when address field is not setMike Kaganski
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-04-01std::mutex->std::recursive_mutex in SwSendMailDialog_ImplMike Kaganski
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen
2022-03-11use SfxItemSet::GetItemIfSet in sw/.../uiNoel Grandin
2022-03-10Recheck sw headers with IWYUGabor Kelemen
2022-02-25replace mysterious 0x0C with more meaningful FrameSearchFlagCaolán McNamara
2022-02-07Simplify sequences uses in sw (2)Julien Nabet
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara
2021-12-03tdf#145062 sw: deal with failing insertion of field in SwWrtShellMichael Stahl
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in swMike Kaganski
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-10-16Simplify vector initialization in swJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski