summaryrefslogtreecommitdiff
path: root/package/source/xstor/xstorage.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-06-18Use getXWeak in packageMike Kaganski1-27/+24
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin1-8/+2
2023-02-28no need to allocate OTypeCollection separately in OStorageNoel Grandin1-15/+15
2023-01-17XUnoTunnel->dynamic_cast in ZipPackageEntryNoel Grandin1-17/+13
2022-11-22loplugin:unusedfieldsNoel Grandin1-3/+3
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin1-15/+12
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-23clang-tidy modernize-pass-by-value in packageNoel Grandin1-4/+5
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin1-1/+2
2022-05-06tdf#121740 reduce cost of OStorage_Impl::GetElementNamesNoel Grandin1-4/+11
2022-05-04Just use Any ctor instead of makeAny in packageStephan Bergmann1-20/+20
2022-03-17no need to have duplicate m_bIsRoot fieldsNoel Grandin1-22/+19
2022-03-17no need to have duplicate m_nStorageType fieldsNoel Grandin1-48/+45
2022-03-17flatten OStorage a littleNoel Grandin1-219/+201
2022-02-23cid#1500664 Dereference before null checkCaolán McNamara1-4/+4
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen1-2/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in packageMike Kaganski1-34/+34
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-2/+3
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-2/+0
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin1-2/+1
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin1-5/+6
2021-07-31rtl::Static -> static localNoel Grandin1-4/+2
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-02-21loplugin:refcounting in package..saxNoel1-8/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-10/+13
2020-08-19Restore "bff: terminate on SAXException on malformed input"Caolán McNamara1-1/+22
2020-07-31ofz#23241 Revert "bff: terminate on SAXException on malformed input"Caolán McNamara1-22/+1
2020-06-04Upcoming loplugin:elidestringvar: packageStephan Bergmann1-6/+3
2020-05-24inline some use-once typedefsNoel Grandin1-3/+1
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-04-03loplugin:flatten in packageNoel Grandin1-267/+267
2020-03-12Revert "loplugin:constfields in package..registry"Noel Grandin1-3/+3
2020-01-04tdf#93389: keep encryption information for autorecovered MS formatsMike Kaganski1-1/+1
2019-10-01loplugin:stringadd in package..saxNoel Grandin1-4/+2
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-5/+5
2019-08-22Simplify Sequence iterations in packageArkadiy Illarionov1-157/+120
2019-08-20loplugin:constvars in package..scNoel Grandin1-8/+8
2019-06-15loplugin:logexceptionnicely in package..reportdesignNoel Grandin1-353/+350
2019-05-19tdf#125339 Base, Table is deleted after accessing the tableNoel Grandin1-206/+214
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-1/+1
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2019-04-13loplugin:sequentialassign in oox..reportdesignNoel Grandin1-3/+1
2019-04-09Fix typosAndrea Gelmini1-3/+3
2019-04-08tdf#117066 Saving ODT document with ~1500 bookmarks is slow, part 5Noel Grandin1-77/+92
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski1-1/+1
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski1-258/+278
2019-03-28return unique_ptr from CreateNewStorageImplNoel Grandin1-5/+5
2019-02-19pretty up logging of exceptionsNoel Grandin1-120/+121
2019-02-15Simplify containers iterations in oox, opencl, packageArkadiy Illarionov1-109/+87