Issue 64985 - Performance: Word count should be calculated during idle time
Summary: Performance: Word count should be calculated during idle time
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: OOo 2.0.2
Hardware: All All
: P3 Trivial with 1 vote (vote)
Target Milestone: ---
Assignee: frank.meies
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-02 09:22 UTC by frank.meies
Modified: 2013-08-07 14:43 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description frank.meies 2006-05-02 09:22:41 UTC
For large document, counting words can take a huge amount of time (e.g., on
document storing). Counting words should not be done on demand, instead it
should be done during idle time.
Comment 1 frank.meies 2006-05-02 09:35:46 UTC
.
Comment 2 frank.meies 2006-05-02 09:38:25 UTC
FME: Done in cws wordcountopt:

/cvs/sw/sw/inc/ndtxt.hxx,v  <--  ndtxt.hxx

new revision: 1.42.64.1; previous revision: 1.42

/cvs/sw/sw/inc/node.hxx,v  <--  node.hxx

new revision: 1.14.236.1; previous revision: 1.14

/cvs/sw/sw/source/core/doc/doc.cxx,v  <--  doc.cxx

new revision: 1.42.122.1; previous revision: 1.42

/cvs/sw/sw/source/core/docnode/node.cxx,v  <--  node.cxx

new revision: 1.26.128.1; previous revision: 1.26

/cvs/sw/sw/source/core/inc/layact.hxx,v  <--  layact.hxx

new revision: 1.6.312.1; previous revision: 1.6

/cvs/sw/sw/source/core/inc/pagefrm.hxx,v  <--  pagefrm.hxx

new revision: 1.16.290.1; previous revision: 1.16

/cvs/sw/sw/source/core/inc/rootfrm.hxx,v  <--  rootfrm.hxx

new revision: 1.19.132.1; previous revision: 1.19

/cvs/sw/sw/source/core/inc/txtfrm.hxx,v  <--  txtfrm.hxx

new revision: 1.48.178.1; previous revision: 1.48

/cvs/sw/sw/source/core/layout/flowfrm.cxx,v  <--  flowfrm.cxx

new revision: 1.54.76.1; previous revision: 1.54

/cvs/sw/sw/source/core/layout/flylay.cxx,v  <--  flylay.cxx

new revision: 1.44.288.1; previous revision: 1.44

/cvs/sw/sw/source/core/layout/layact.cxx,v  <--  layact.cxx

new revision: 1.57.76.1; previous revision: 1.57

/cvs/sw/sw/source/core/layout/pagechg.cxx,v  <--  pagechg.cxx

new revision: 1.39.168.1; previous revision: 1.39

/cvs/sw/sw/source/core/layout/wsfrm.cxx,v  <--  wsfrm.cxx

new revision: 1.68.122.1; previous revision: 1.68

/cvs/sw/sw/source/core/text/txtfrm.cxx,v  <--  txtfrm.cxx

new revision: 1.88.178.1; previous revision: 1.88

/cvs/sw/sw/source/core/txtnode/ndtxt.cxx,v  <--  ndtxt.cxx

new revision: 1.61.60.1; previous revision: 1.61

/cvs/sw/sw/source/core/txtnode/txtedt.cxx,v  <--  txtedt.cxx

new revision: 1.70.66.1; previous revision: 1.70
Comment 3 frank.meies 2006-06-06 14:18:10 UTC
FME: Verified issue.
Comment 4 Mathias_Bauer 2007-02-05 13:59:47 UTC
closing ancient issues