summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase/DTable.cxx
AgeCommit message (Expand)AuthorFilesLines
15 hoursDrop uses of css::uno::Sequence::getConstArray in canvas .. connectivityMike Kaganski1-6/+4
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-2/+2
2023-04-12OUString::intern is a relicNoel Grandin1-3/+3
2023-01-16XUnoTunnel->dynamic_cast in connectivityyNoel Grandin1-24/+4
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-3/+3
2022-09-18use more string_view in utl::TempFileNoel Grandin1-3/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-21elide some makeStringAndClear() callsNoel Grandin1-2/+2
2022-07-19No need to cast to char hereStephan Bergmann1-1/+1
2022-05-04Just use Any ctor instead of makeAny in connectivityStephan Bergmann1-5/+5
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-1/+1
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2022-04-09ofz#46526 AbrtCaolán McNamara1-1/+1
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-3/+4
2022-04-08use more subView when converting to Int32Noel Grandin1-3/+3
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-1/+1
2022-02-25tdf#145759 30.6001 -> monthDaysWithoutJanFebHossein1-4/+5
2022-01-10use less SvStream::Flush()Noel Grandin1-4/+0
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-23remove ORowSetValue implicit conversion methodsNoel Grandin1-5/+5
2021-10-29Prepare for removal of non-const operator[] from Sequence in connectivityMike Kaganski1-4/+4
2021-09-28ofz: Integer-overflow in lcl_CalDateCaolán McNamara1-8/+8
2021-09-26ofz#39304 short timestamp recordCaolán McNamara1-5/+8
2021-09-24use a min of 1 as 0 triggers refreshHeader to reloadCaolán McNamara1-1/+1
2021-09-24do some sanity checks on the number of records claimedCaolán McNamara1-9/+19
2021-09-23check if headersize is greater than available dataCaolán McNamara1-2/+12
2021-09-23leaks of OCollection in dbase importCaolán McNamara1-5/+4
2021-09-23check claimed number of records against max possible with available dataCaolán McNamara1-3/+20
2021-09-23EOF isn't an error from SvStream::GetError perspectiveCaolán McNamara1-5/+1
2021-09-23don't looks for dbt memo files when fuzzingCaolán McNamara1-0/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski1-6/+6
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski1-4/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-3/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-05-14Directly initialize vector in connectivity (part 1)Julien Nabet1-5/+7
2021-04-28use string_view in INetURLObject::encodeNoel Grandin1-8/+8
2021-02-22loplugin:refcounting in connectivityNoel1-2/+2
2021-02-17loplugin:referencecasting in connectivityNoel1-2/+2
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-1/+2
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-1/+1
2020-10-21use tools::Long in comphelper..cuiNoel1-4/+4
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-1/+2
2020-10-01loplugin:reducevarscope in comphelper,connectivityNoel1-4/+2
2020-08-23Fix typo in codeAndrea Gelmini1-3/+3
2020-08-04loplugin:simplifybool a little more aggressiveNoel Grandin1-2/+2
2020-04-18loplugin:flatten connectivityNoel Grandin1-48/+48
2020-03-18simplify ORefVector codeNoel Grandin1-43/+43
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-2/+2