summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/DocumentTimerManager.cxx
AgeCommit message (Collapse)AuthorFilesLines
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually typed Link" to distinguish the new, typed versions from the old, untyped ones, but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173 "remove untyped Link<>" removed the old versions. Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c
2016-09-08loplugin:constantparam in swNoel Grandin1-1/+1
Change-Id: Ic49d1c3c7b57fb213964ddc21b0f774c762aad94
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara1-1/+2
Timers and idles should have programmer comprehensible, unique names Change-Id: Id0f2c0a77cd28c3ec5473e8432569739b58d2101 Reviewed-on: https://gerrit.libreoffice.org/24388 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
This commit renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I77e5134f42f25e3786afa36b7a505c7e3237a9e8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
Change-Id: I01e11fa956a249974e77dce9deebe79311f098d0
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-14/+14
renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-5/+4
Change-Id: I189937950325dc4ef663f7f49cb45f38f8537de9
2015-03-06Timer to idleTobias Madl1-13/+13
Change-Id: Iaac3618501b4e382afe8d183836a370eea699af4
2015-03-06Timer: Reversed some Idles to TimerTobias Madl1-10/+10
Change-Id: I213722cc98490430378014290cb09cca9e469bbb
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens1-1/+0
This was unused since the earlier cleanup. Change-Id: Ia56641c4242037a0ce501e43939b8dc862499f0e
2015-01-07Resolves: fdo#73165 don't restart timer if already runningCaolán McNamara1-2/+4
If the timer is already running and you restart it then it starts counting down again so the timeout occasion just keeps getting pushed out indefinitely. Change-Id: I964beb0c4756c7bce1e29bdf06cbe9a593ba79cf
2014-12-09changed timers to IdleTobias Madl1-8/+8
Change-Id: Ic7e795702618d1c623a2deeba1a86f804a249508
2014-12-04use C++11 iterationBjoern Michaelsen1-10/+9
Change-Id: Icc47b1ead273ee02e85c35cb7ab0e06b48cc42c2
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
Change-Id: I5f260c59e9db918c4daad938981b874d89106b11
2014-11-14loplugin: cstylecastNoel Grandin1-1/+1
Change-Id: I7235a67e85c10ec9fefe7f718cda18f633cda97a
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-03sw: s/m_rSwdoc/m_rDoc/gMichael Stahl1-17/+17
... because i can type m_rDoc but "m_rSwdoc" always comes out m_rSwDoc. Change-Id: Id50888012da6cf3cf7aebc52e8c70fc359c6e073
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-2/+3
Into the new class DocumentLayoutManager. Change-Id: I02d0cfcc63633d0bdab380508b2ef563187fd269
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-10/+11
Into the new class DocumentFieldsManager. Removed SwDoc::_MakeFldList because it is not defined anywhere. Also moved a few non interface methods that belong to the manager. Change-Id: Icefd7ca7adcbb05a18d6fae0529fc54150b862fd
2014-07-15Refactored IDocumentTimerAccess in SwDoc into DocumentTimerManager.Valentin Kettner1-0/+175
Change-Id: Idb39ef2cdc34e0c0e7853de0a656f579ca3528da