summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/DocumentStatisticsManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-20use tools::Long in swNoel1-2/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-01loplugin:flatten in sw/core/docNoel Grandin1-11/+11
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-03-10DocumentStatisticsManager: SwIterator no more ...Bjoern Michaelsen1-8/+5
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-5/+0
2018-07-26tdf#41063: don't jump to cursor when savingMike Kaganski1-30/+1
2018-04-04loplugin:useuniqueptr in DocumentStatisticsManagerNoel Grandin1-1/+0
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-8/+8
2017-07-20tdf#109123 Change SwDocIdle base class to IdleJan-Marek Glogowski1-6/+5
2017-07-13Don't update document stats for non-idle viewsJan-Marek Glogowski1-15/+18
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin1-4/+4
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-3/+2
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski1-1/+1
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+1
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin1-7/+8
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-06-20tdf#95797: Don't jump to the cursor position after auto-save.Jan Holesovsky1-2/+2
2016-06-16Remove the :: prefix in ::std for swMark Page1-1/+1
2016-03-29tdf#94570: document statistic of none odf files fixedOliver Specht1-5/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-1/+1
2015-09-07sw: fix newly created document being modifiedMichael Stahl1-2/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-13/+13
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-06Timer: Faster Word CountTobias Madl1-1/+2
2015-02-26tdf#38837 Reduce power consumption by minimizing idle timersAshod Nakashian1-1/+3
2015-01-23do not use manual iterationBjoern Michaelsen1-12/+7
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-1/+1
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+2
2014-11-14loplugin: cstylecastNoel Grandin1-1/+1
2014-11-03sw: s/m_rSwdoc/m_rDoc/gMichael Stahl1-13/+13
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner1-0/+246