summaryrefslogtreecommitdiff
path: root/package/source/xstor/xstorage.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-10tdf#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
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-49/+43
2019-02-09loplugin:indentation in oox..packageNoel Grandin1-6/+6
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-3/+3
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-10/+7
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-2/+2
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-1/+1
2018-10-18Fix typo in codeAndrea Gelmini1-2/+2
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-10-13loplugin:constfields in package..registryNoel Grandin1-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-08clang-tidy bugprone-unused-return-valueNoel Grandin1-6/+0
2018-08-13Fix typosAndrea Gelmini1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-12tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov1-3/+3
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin1-2/+1
2018-04-09forcepoint#37 revert tdf#108572 let remove storage elementCaolán McNamara1-2/+0
2018-03-30weld SvxCharacterMap dialogCaolán McNamara1-0/+7
2018-01-13gpg4libre: open encrypted files also via gpgThorsten Behrens1-1/+3
2018-01-12ODT export: handle NoFileSync store optionMiklos Vajna1-1/+3
2017-12-07gpg4libre: [API CHANGE] add storage helper for GPG encryption dataThorsten Behrens1-0/+60
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-29ofz: Direct-leakCaolán McNamara1-5/+5
2017-10-10Replace list by vector InputStreamsList_Impl (package)Julien Nabet1-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-213/+213
2017-10-01simplify some OUString compareTo callsMuhammet Kara1-1/+1
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-22loplugin:flatten in framework..packageNoel Grandin1-73/+64
2017-09-12clang-tidy modernize-use-emplace in package..saxNoel Grandin1-2/+2
2017-09-07tdf#108572 let remove storage elementSzymon Kłos1-0/+2
2017-09-02Replace some lists by vectors in xstorage (part2)Julien Nabet1-53/+47
2017-08-24Replace some lists by vectors in xstorage (package module)Julien Nabet1-28/+24
2017-07-18loplugin:constparams in packageNoel Grandin1-1/+1
2017-07-13use more OUString::operator== in forms..salNoel Grandin1-11/+11