summaryrefslogtreecommitdiff
path: root/.gitpod.yml
blob: d58da0084cac41c8aba01f4abf186719e67f6a04 (plain)
1
2
3
4
5
6
image:
  file: .gitpod.dockerfile

vscode:
  extensions:
    - ms-vscode.cpptools@0.26.2:Pq/tmf2WN3SanVzB4xZc1g==
aed00c7de53a28'>move vcl::DeleteOnDeinit to toolsNoel Grandin 2024-08-27tdf#158556 use more comphelper::ByteReaderNoel Grandin 2024-08-14use less exception throwing for flow controlNoel Grandin 2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen 2024-05-13loplugin:ostr in sotNoel Grandin 2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara 2024-05-01CopyTo is never passed a null argumentCaolán McNamara 2024-04-02simplify SotTempStream and lifetimeNoel Grandin 2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski 2024-03-06Use less boost_headers in low level librariesGabor Kelemen 2024-02-15i#112829: offer svg as clipboard format as wellDamjan Jovanovic 2023-12-30use more unique_ptr in StgTmpStrmNoel Grandin 2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara 2023-11-01Fix typoAndrea Gelmini 2023-10-11Use std::spanMike Kaganski 2023-10-11Simplify a bitMike Kaganski 2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin 2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin 2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin 2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin 2023-04-30Use getXWeak in sotMike Kaganski 2023-04-14loplugin:stringviewparam improvementsNoel Grandin 2023-03-14CppunitTest_sot_test_sot: remove duplicated assertMiklos Vajna 2023-02-28no need to allocate ucbhelper::Content separately in UCBStorage_ImplNoel Grandin 2023-02-24osl::Mutex->std::mutex in OLESimpleStorageNoel Grandin 2022-09-29split utl::TempFile into fast and named variantsNoel Grandin 2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin 2022-08-28cid#1500658 silence Resource leakCaolán McNamara 2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann