summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file
AgeCommit message (Expand)AuthorFilesLines
2024-12-14cid#1606940 Check of thread-shared field evades lock acquisitionCaolán McNamara1-8/+1
2024-11-17create BaseContent with the state required and drop mutexCaolán McNamara4-18/+11
2024-11-07loplugin:passstuffbyref in ucb..xmlsecurityNoel Grandin1-2/+2
2024-10-22tdf#163486: PVS: Identical branchesBogdan Buzea1-17/+6
2024-10-03cid#1554974 Data race conditionNoel Grandin1-0/+1
2024-10-03cid#1608230 Data race conditionNoel Grandin2-35/+32
2024-10-02cid#1556822 Data race conditionNoel Grandin2-5/+6
2024-10-01TRANSFER_ACCESSINGROOT is unusedNoel Grandin2-11/+0
2024-09-24Make an exceptin message more informativeStephan Bergmann1-1/+4
2024-09-18cid#1607362 Overflowed constantCaolán McNamara1-1/+1
2024-09-12use more concrete UNO types in ucbNoel Grandin2-2/+4
2024-08-27tdf#158556 use more comphelper::ByteReaderNoel Grandin2-2/+23
2024-08-16convert TASKHANDLING constants to scoped enumNoel Grandin13-252/+259
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen2-0/+3
2024-05-15loplugin:ostr in ucbNoel Grandin7-51/+51
2024-05-15tdf#146619 Drop unused 'using namespace' in: ucbGabor Kelemen3-3/+0
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-1/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-12-04cid#1545566 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+2
2023-11-20c++20: use std::erase(_if) instead of std::remove(_if)+erase (ucb)Julien Nabet1-1/+1
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann2-6/+6
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: ucbStephan Bergmann3-20/+20
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski3-39/+20
2023-09-10using decls should come after #includeNoel Grandin1-2/+1
2023-07-01Use getXWeak in ucbMike Kaganski3-3/+3
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-02-16osl::Mutex->std::mutex in TaskManagerNoel Grandin2-34/+46
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin2-12/+1
2022-09-28use more string_view in ucbNoel Grandin2-11/+12
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-01clang-tidy modernize-pass-by-value in ucbNoel Grandin3-8/+9
2022-05-23std::unordered_set->o3tl::sorted_vector in TaskManagerNoel Grandin2-15/+9
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin2-4/+4
2022-05-19add utl::ByteReader pure classNoel Grandin2-1/+37
2022-05-14pass-by-value in TaskManager::MyProperty::setValueNoel Grandin2-3/+3
2022-05-10osl::Mutex->std::mutex in ucb::BaseContentNoel Grandin3-113/+63
2022-05-10osl::Mutex->std::mutex in ucb::XResultSet_implNoel Grandin2-69/+43
2022-05-03Just use Any ctor instead of makeAny in ucbStephan Bergmann2-16/+16
2022-04-14use more string_view in ucbNoel Grandin3-10/+10
2022-04-12Recheck modules [uU]* with IWYUGabor Kelemen5-7/+4
2021-12-05remove OMultiTypeInterfaceContainerHelperVar2Noel Grandin1-1/+0
2021-11-30use more OInterfaceContainerHelper3 in PropertyListenersNoel Grandin3-23/+65
2021-11-30use more OInterfaceContainerHelper2 in ucbNoel Grandin6-78/+44
2021-11-01Prepare for removal of non-const operator[] from Sequence in ucbMike Kaganski7-76/+76
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2-3/+3
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-2/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski4-15/+15
2021-10-11loplugin:moveparam in ucbNoel Grandin2-9/+9
2021-10-06loplugin:moveparam in ucbhelperNoel Grandin1-1/+1
2021-10-06loplugin:moveparam in connectivityNoel Grandin1-1/+1