summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc
AgeCommit message (Expand)AuthorFilesLines
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)1-0/+2
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)1-22/+25
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)1-6/+6
2023-12-08cid#1546472 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2023-11-20Extended loplugin:ostr: dbaccessStephan Bergmann1-1/+1
2023-11-09tdf#114441 Convert sal_uLong to better integer typesYli8751-1/+1
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-5/+6
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann3-6/+6
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: dbaccessStephan Bergmann1-1/+1
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski4-19/+7
2023-09-13loplugin:unodispose in dbaccessNoel Grandin1-0/+1
2023-08-28new loplugin:optionalboolNoel Grandin1-3/+3
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin1-1/+1
2023-06-03Simplify a bit DatabaseObjectView::fillDispatchArgsJulien Nabet1-7/+7
2023-04-25Add script to find unused using declarationsGabor Kelemen1-1/+0
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen1-1/+0
2023-04-11Drop Writer::OutLongMike Kaganski1-10/+10
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski1-87/+87
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-2/+2
2023-04-09use more OUStringToOStringNoel Grandin1-1/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski3-3/+3
2023-03-25loplugin:stringadd in d*Noel Grandin4-8/+4
2023-02-28flatten some internal classes in dbaccessNoel Grandin2-40/+18
2023-01-06tdf#152900: "Create new field as primary key" disabled...Julien Nabet1-2/+2
2022-11-22loplugin:unusedfieldsNoel Grandin1-1/+0
2022-10-28rename createPreparedStatment->createPreparedStatementNoel Grandin1-2/+2
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-1/+1
2022-09-07convert ElementOpenMode to scoped enumNoel Grandin1-3/+3
2022-09-05DataSourceMetaData doesn't need a pimplNoel Grandin1-19/+2
2022-09-05HierarchicalNameCheck doesn't need a pimplNoel Grandin1-14/+6
2022-09-05DynamicTableOrQueryNameCheck doesn't need a pimplNoel Grandin1-13/+4
2022-08-25vcl: rename GetNonMnemonicString() and make it standalone functionChris Sherlock1-1/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann15-15/+15
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin7-19/+25
2022-05-05use more o3tl::getTokenNoel Grandin1-1/+1
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann9-45/+45
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-33/+33
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
2022-04-06tdf#148413: Drop HTML export encoding configuration; use UTF-8Mike Kaganski1-3/+3
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin2-3/+3
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-2/+0
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara3-19/+19
2022-01-24gtk4: adapt to window_[g|s]et_default_widgetCaolán McNamara1-2/+2
2022-01-14Recheck modules d* with IWYUGabor Kelemen1-1/+0
2021-12-26Typo: insertHierachyElement->insertHierarchyElementJulien Nabet1-3/+3
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin1-13/+13
2021-11-28use more OInterfaceContainerHelper3 in dbaccessNoel Grandin1-2/+2
2021-11-23remove ORowSetValue implicit conversion methodsNoel Grandin2-24/+24
2021-11-17Clear also m_aDestTypeInfo in dtor like m_aTypeInfo (dbaccess/WCopyTable)Julien Nabet1-0/+1