summaryrefslogtreecommitdiff
path: root/sw/inc/unochart.hxx
AgeCommit message (Expand)Author
2023-01-19storing WeakReference in std::set is a bad ideaNoel Grandin
2023-01-18remove XUnoTunnel in SwChartDataSequenceNoel Grandin
2022-04-16use more string_view in swNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-01-21tdf#122995 Trigger Chart refresh directly in UpdateCharts for SWArmin Le Grand (Allotropia)
2022-01-01osl::Mutex->std::mutex in SwChartDataNoel Grandin
2021-12-01use more OInterfaceContainerHelper3 in swNoel Grandin
2021-11-14remove an ugly coverity warning suppressionCaolán McNamara
2021-09-06[API CHANGE] oox: fix import of chart date categoriesDennis Francis
2020-10-05SwGetRefFieldType ctor never passed a null SwDoc*Caolán McNamara
2020-05-09compact namespace in swNoel Grandin
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2020-01-27sw: prefix members of StgReader, SwAuthEntry, ...Miklos Vajna
2020-01-13sw: prefix members of SwGrfNode and SwChartLabeledDataSequenceMiklos Vajna
2020-01-06sw: prefix members of SwChartDataProvider, SwChartDataSource, ...Miklos Vajna
2019-11-04loplugin:finalclasses in sw/incNoel Grandin
2019-07-05tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen
2019-01-12make SwFormat a ::sw::BroadcastingModifyBjoern Michaelsen
2018-10-03loplugin:constfields in swNoel Grandin
2018-08-14loplugin:returnconstant in SwChartDataProviderNoel Grandin
2018-05-28dont use SwClient/SwModify in unocore: ChartDataProviderBjoern Michaelsen
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna
2018-03-28sw: fix some IWYU warningsMiklos Vajna
2018-01-30loplugin:unused-returns in swNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2017-08-04loplugin:constparams in sw part5Noel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25use rtl::Reference in SwChartDataSequenceNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, swStephan Bergmann
2016-10-31Omit comparator which is the same as default std::less<key_type>Takeshi Abe
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-16sw: prefix members of SwChartDataSequence.Jan Holesovsky
2015-11-12bin/rename-sw-abbreviations.sh run to fix few re-introduced abbrvtns.Jan Holesovsky
2015-11-06com::sun::star->css in sw/incNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-22loplugin:unusedmethods sw(part2)Noel Grandin
2015-06-30getCells->GetCells(): not an UNO functionBjoern Michaelsen
2015-06-30refactor out getCells() in for chart seqs tooBjoern Michaelsen
2015-06-09use UnoCursorPointer in SwXCellRange and SwChartDataSequenceBjoern Michaelsen
2015-05-26use new unocrsrs in SwChartDataSequenceBjoern Michaelsen
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann