summaryrefslogtreecommitdiff
path: root/svl/source/items/style.cxx
AgeCommit message (Expand)Author
2024-10-22set stylesheet parent at creation timeNoel Grandin
2024-10-21drop StyleSheetCreatedNoel Grandin
2024-10-14tdf#100894 reduce time spent iterating stylesNoel Grandin
2024-07-30try to fix crash in JunitTest_svx_unoapiNoel Grandin
2024-06-06Resolves: tdf#161430 reindex the correct style if there are duplicate namesCaolán McNamara
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-04-18tdf#160706 speed up loading conditional formatting rule in XLS (II)Noel Grandin
2024-04-04fix 'tdf#158773 reduce dynamic_cast'ing in CustomShapeProperties::Notify'Noel Grandin
2024-03-08tdf#158773 reduce cost of stylesheet lookupNoel Grandin
2024-03-07tdf#158773 reduce dynamic_cast'ing in TextProperties::NotifyNoel Grandin
2024-01-04tdf#114441 sal_uLong to better integer typebuldi
2023-06-30Drop SfxStyleSheetBasePool::SetParentMaxim Monastirsky
2023-06-18Use getXWeak in svlMike Kaganski
2023-06-16tdf#103064 sw,editeng: make para styles work inside commentsMaxim Monastirsky
2023-01-13XUnoTunnel->dynamic_cast in SfxUnoStyleSheetNoel Grandin
2022-11-21Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> insteadStephan Bergmann
2022-07-04dodgy use of dynamic_cast on an UNO objectNoel Grandin
2022-06-20SfxStyleSheetBasePool::Find can be constCaolán McNamara
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin
2022-01-29fix loading file with very large number of stylesNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-07-02no need to allocate return val on heap for GetItemSetForPreviewNoel Grandin
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-02-26loplugin:refcounting in svlNoel
2021-02-20loplugin:refcounting in svlNoel
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-10-08use sal_Int32 for style-sheet indexNoel Grandin
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara
2020-05-05if we create a new style remove any old style with the same nameCaolán McNamara
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara
2020-05-05we want to invalidate the current iteratorCaolán McNamara
2020-05-05pass SfxStyleFamily explicitly to SfxStyleSheetBasePool::ChangeParentCaolán McNamara
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara
2020-05-05drop SfxStyleSheetBasePool::CountCaolán McNamara
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin
2020-01-25loplugin:makeshared in svl..svxNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-09-23tdf#39593 use getUnoTunnelImplementationArkadiy Illarionov
2019-09-12Fix typosAndrea Gelmini
2019-09-06tdf#39593 use isUnoTunnelIdArkadiy Illarionov
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen