summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dbui
AgeCommit message (Expand)AuthorFilesLines
8 daystdf#158056 Connect to MS Access .mdb files by mean of ACE.OLEDB.12.0 providerjucasaca1-16/+3
2024-02-01make insert-db-col-auto-pilot dialog asyncNoel Grandin1-14/+22
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-12-09cid#1556778 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-11-04tdf#114441 Convert use of sal_uLong to better integer typesEMartinGube1-5/+6
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: swStephan Bergmann1-1/+1
2023-09-19rename SfxObjectShell::GetError -> GetErrorIgnoreWarningNoel Grandin1-3/+3
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski1-9/+6
2023-05-30tdf#145538,tdf#147021: sw/source: range based loopsDr. David Alan Gilbert1-2/+2
2023-03-29loplugin:stringadd in swNoel Grandin1-2/+1
2023-03-22sw: check GetActiveView()Xisco Fauli1-8/+4
2023-03-05remove unused BaseMutex in SwMailTransferableNoel Grandin1-5/+2
2023-02-21sw: check GetWrtShellPtr()Xisco Fauli1-39/+45
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara1-2/+2
2022-12-14loplugin:implinheritancehelper in swNoel Grandin1-44/+6
2022-11-22loplugin:unusedfieldsNoel Grandin1-1/+0
2022-11-04sw: fix heap-use-after-free in SwDBManager::MergeMailFiles()Miklos Vajna1-6/+8
2022-11-03sw: fix merge mail multiple filesHenry Castro1-3/+12
2022-10-11use more string_view in swNoel Grandin1-5/+5
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-6/+5
2022-09-18use more string_view in utl::TempFileNoel Grandin1-5/+3
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann3-3/+3
2022-08-18no need to allocate these on the heapNoel Grandin1-2/+2
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin2-22/+24
2022-08-08make more of the SwPaM constructors explicitNoel Grandin1-1/+1
2022-07-20tdf#149915 Proper creation of vnd.sun.star.pkg:// URLGülşah Köse1-19/+18
2022-07-12tdf#149947: simplify filter list creationMike Kaganski1-25/+29
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-1/+1
2022-05-03Just use Any ctor instead of makeAny in swStephan Bergmann2-25/+25
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+3
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski1-3/+2
2022-04-03tdf#148338: allow single-letter lowest-level domainMike Kaganski1-3/+4
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen1-1/+0
2022-03-07sw: prefix members of DocxAttributeOutput, SwDBTreeList, ...Miklos Vajna1-17/+17
2022-02-07Simplify sequences uses in sw (2)Julien Nabet1-15/+8
2021-12-30osl::Mutex->std::mutex in SwDBManagerNoel Grandin1-5/+5
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-22sw: prefix members of SwDBManager, SwWebGlosDocShell, SwWordCountWrapper ...Miklos Vajna1-8/+8
2021-11-17replace an ugly coverity warning suppressionCaolán McNamara1-1/+6
2021-10-31Prepare for removal of non-const operator[] from Sequence in swMike Kaganski2-26/+23
2021-10-21loplugin:flattenNoel Grandin1-12/+12
2021-10-18sw: prefix members of MailDeliveryErrorNotifier, SwAddressIterator, ...Miklos Vajna2-71/+71
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-4/+4
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski3-5/+7
2021-09-28gives names to all the Idles and TasksNoel Grandin1-3/+1
2021-09-20Resolves: tdf#144620 toolbar config item overwrites options dialog oneCaolán McNamara1-0/+1
2021-09-10Resolves: tdf#143777 Exclude recipient is always greyed outCaolán McNamara1-1/+1
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-1/+0
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1