summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui
AgeCommit message (Expand)Author
2024-05-23sw: warning C6011: Dereferencing NULL pointerXisco Fauli
2024-05-22loplugin:ostr in sw/../dbuiNoel Grandin
2024-04-10tdf#146619 Drop unused 'using namespace' in: sw/Gabor Kelemen
2024-03-29tdf#143148: Use pragma once in dbui addresslistdialogwilmhit
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski
2024-02-01make table-tab dialog asyncNoel Grandin
2024-01-31make change-db dialog asyncNoel Grandin
2024-01-30make auto-format dialog asyncNoel Grandin
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2023-12-28Use emplace_back instead of push_back (sw)Julien Nabet
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (sw)Julien Nabet
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