summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui
AgeCommit message (Expand)AuthorFilesLines
2024-05-23sw: warning C6011: Dereferencing NULL pointerXisco Fauli3-13/+11
2024-05-22loplugin:ostr in sw/../dbuiNoel Grandin15-311/+312
2024-04-10tdf#146619 Drop unused 'using namespace' in: sw/Gabor Kelemen5-6/+0
2024-03-29tdf#143148: Use pragma once in dbui addresslistdialogwilmhit1-3/+1
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski1-1/+1
2024-02-01make table-tab dialog asyncNoel Grandin1-8/+14
2024-01-31make change-db dialog asyncNoel Grandin1-10/+18
2024-01-30make auto-format dialog asyncNoel Grandin1-3/+12
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski4-6/+6
2023-12-28Use emplace_back instead of push_back (sw)Julien Nabet1-1/+1
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (sw)Julien Nabet1-1/+1
2023-11-07use more TypedWhichIdNoel Grandin1-3/+3
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-10-02tdf#146619 Recheck include/s* with IWYUGabor Kelemen1-0/+2
2023-05-30tdf#145538,tdf#147021: sw/source: range based loopsDr. David Alan Gilbert1-4/+4
2023-05-19prevent crash in mail mergeNoel Grandin1-0/+6
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski4-6/+6
2023-03-29loplugin:stringadd in swNoel Grandin1-2/+1
2023-03-22sw: check GetActiveView()Xisco Fauli1-13/+27
2023-03-05remove unused BaseMutex in SwMailTransferableNoel Grandin1-0/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-1/+1
2022-12-12sw: prefix members of CellsEnumWrapper, ColumnsEnumWrapper, ...Miklos Vajna1-4/+4
2022-11-29Resolves: tdf#152128 consider input engine events as well as keystrokesCaolán McNamara2-0/+13
2022-11-22loplugin:unusedfieldsNoel Grandin5-11/+0
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski2-2/+2
2022-10-11use more string_view in swNoel Grandin1-7/+8
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin3-6/+6
2022-09-18use more string_view in utl::TempFileNoel Grandin2-3/+2
2022-09-12sw: prefix members of SwFieldEditDlg, SwFieldInputDlg, ...Miklos Vajna1-94/+94
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann4-4/+4
2022-08-18no need to allocate these on the heapNoel Grandin1-3/+3
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin9-16/+22
2022-07-26convert CRSR_SKIP_* to typed enumNoel Grandin1-1/+1
2022-07-23elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-05-23sw: copy grab bags in mail mergeMichael Stahl1-0/+8
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-1/+1
2022-05-05use more o3tl::getTokenNoel Grandin1-5/+6
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann1-4/+4
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+1
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski1-1/+1
2022-04-05Related tdf#148384: do not pause after last email's failureMike Kaganski1-2/+2
2022-04-05m_nSendCount -> m_nProcessedCountMike Kaganski1-12/+12
2022-04-05Related tdf#148384: Improve mail merge results reportingMike Kaganski1-1/+4
2022-04-05Related tdf#148384: Don't overwrite task name with resultMike Kaganski1-2/+2
2022-04-05tdf#148384: Really leave mail merge results dialog open upon errorsMike Kaganski1-3/+6
2022-04-05tdf#148382: Keep first entry selected when address field is not setMike Kaganski1-1/+2
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-1/+1
2022-04-01std::mutex->std::recursive_mutex in SwSendMailDialog_ImplMike Kaganski1-1/+4
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen2-2/+0
2022-03-11use SfxItemSet::GetItemIfSet in sw/.../uiNoel Grandin1-3/+2