summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excimp8.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-3/+3
2024-01-05Use officecfg instead of SvtFilterOptions wrapper in scGabor Kelemen1-5/+4
2023-09-15reduce casting around ScDocShellNoel Grandin1-3/+4
2023-02-23osl::Mutex->std::mutex in OleNameOverrideContainerNoel Grandin1-13/+16
2022-05-04Just use Any ctor instead of makeAny in scStephan Bergmann1-1/+1
2021-09-17rather return ref from getLocaleDataPtrNoel Grandin1-1/+1
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-09-14ImportTyp never passed null argCaolán McNamara1-16/+16
2020-08-08loplugin:flatten in sc/filter/excelNoel Grandin1-28/+32
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-2/+2
2019-10-29remove XclRoot::GetDocRefNoel Grandin1-1/+1
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen1-0/+1
2019-02-09loplugin:indentation in scNoel Grandin1-1/+1
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-2/+1
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen1-46/+0
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-09-17tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[xX]*Gabor Kelemen1-0/+1
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen1-0/+1
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen1-0/+1
2018-07-17loplugin:useuniqueptr in ImportExcelNoel Grandin1-2/+2
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-03-28loplugin:useuniqueptr in ScColumnNoel Grandin1-1/+1
2018-02-03TypedWhichId in scNoel Grandin1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-30/+30
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-07-18Address b0210c34dcaa5fc44956078ffa1dfe734d379224 nitpicks, tdf#43157 follow-upEike Rathke1-1/+1
2017-07-18fdo#43157 convert OSL_ASSERT to assert in sc/source/filterBernhard Widl1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-06-24std::unordered_map can erase an element by given key, if anyTakeshi Abe1-2/+1
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-1/+1
2017-05-20cleanup unused css/script/ includesJochen Nitschke1-1/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert sc module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: scStephan Bergmann1-1/+1
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-3/+3
2017-02-02CreateQueryParam to take a ScRange parameter.Kohei Yoshida1-3/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-8/+8
2017-01-07Typo: Acess->AccessJulien Nabet1-1/+1
2016-11-07loplugin:expandablemethods in scNoel Grandin1-20/+7
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-1/+1
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl1-1/+1
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-06-02STREAM_STD_READ already includes StreamMode::NOCREATETakeshi Abe1-1/+1
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-2/+2