[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2014-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2014-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

Xisco Faulí aniste...@gmail.com changed:

   What|Removed |Added

   Keywords||bisected

--- Comment #15 from Xisco Faulí aniste...@gmail.com ---
It seems that the commit that caused this regression was identified. (Or at
least a commit is suspected as the offending one.)

Thus setting keyword bisected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2014-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

Xisco Faulí aniste...@gmail.com changed:

   What|Removed |Added

 CC||aniste...@gmail.com

--- Comment #14 from Xisco Faulí aniste...@gmail.com ---
Hello Caolan,
With you permission, I add you as a CC because i've seen that you reviewed
6c14d15dbbdc8920e1695b5fdc32b6519508815d which looks to be a regression
candidate regarding to bibisect:
47e4a33a6405eb1b5186027f55bd9cb99b0c1fe7..6aeeca56daa9065f607cc7056e7d86d237c84a99

I see that if I don't remove HIDEREDLINED the counts are done correctly:

diff --git a/sw/source/core/txtnode/txtedt.cxx
b/sw/source/core/txtnode/txtedt.cxx
index 260c697..56c5db4 100644
--- a/sw/source/core/txtnode/txtedt.cxx
+++ b/sw/source/core/txtnode/txtedt.cxx
@@ -1989,7 +1989,7 @@ bool SwTxtNode::CountWords( SwDocStat rStat,
 }

 // ConversionMap to expand fields, remove invisible and redline deleted
text for scanner
-const ModelToViewHelper aConversionMap(*this, EXPANDFIELDS |
EXPANDFOOTNOTE | HIDEINVISIBLE | HIDEREDLINED);
+const ModelToViewHelper aConversionMap(*this, EXPANDFIELDS |
EXPANDFOOTNOTE | HIDEINVISIBLE);
 OUString aExpandText = aConversionMap.getViewText();

 if (aExpandText.isEmpty()  !bCountNumbering)
--

However, I don't really understand the code, don't know wether this change will
introduce other regressions.
Could you please take a look whenever you have some time ? Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2014-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

Xisco Faulí aniste...@gmail.com changed:

   What|Removed |Added

 Whiteboard|BibisectRequest |Bibisected
 CC||caol...@redhat.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2014-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

ign_christian ign_christ...@yahoo.com changed:

   What|Removed |Added

 Whiteboard||BibisectRequest
   Priority|medium  |high
   Keywords||regression

--- Comment #13 from ign_christian ign_christ...@yahoo.com ---
Confirming Marc observation in comment 10.

Tested with attached file in comment 7, problem not occured if we disable
'Show' in tab Edit  Changes

Then if we enable 'Show' again, word count will be back again to the previous
state when file opened. Anyway changes still recorded while 'Show' disabled.

Problem not reproduced with LO 3.6.7.2 under Ubuntu 12.04 x86 - regression

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2014-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

--- Comment #12 from Marc Fromentin marc...@nerim.net ---
Reproducible with LO 4.3.1.2 under Win 5.1, Win 7.1, Win 8.1, Ubuntu 12.04
x86-64 (ppa libreoffice)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2014-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

Marc Fromentin marc...@nerim.net changed:

   What|Removed |Added

 CC||b-m...@gmx.ch

--- Comment #11 from Marc Fromentin marc...@nerim.net ---
*** Bug 82332 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2014-09-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

ign_christian ign_christ...@yahoo.com changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=82332

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2014-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

--- Comment #10 from Marc Fromentin marc...@nerim.net ---
The bug is still there with LO 4.3.0.4 (Ubuntu 12.04 x86-64  ppa libreoffice
4.3)

Two precisions on this bug :

- The bug appears only when changes are recorded AND displayed. When the
changes are not displayed (but only recorded) there is no problem. 

- When the bug appears, the statistical informations of the document (number of
caracters, number of words) are false because LO takes into account deletions
but not of the additions. In consequence the length of the text is undervalued.

Hope this helps.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2014-07-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

sophie gautier.sop...@gmail.com changed:

   What|Removed |Added

 CC||dafydd.lu...@gmail.com

--- Comment #9 from sophie gautier.sop...@gmail.com ---
*** Bug 81668 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2014-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

   Hardware|IA64 (Itanium)  |All
 OS|Mac OS X (All)  |All
 Status|NEEDINFO|NEW
 CC||jbf.fa...@sud-ouest.org

--- Comment #8 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Reproducible with LO 4.0.6, LO 4.1.6, LO 4.2.6.0+ and LO 4.3.0.0beta2+ under
Ubuntu 14.04 x86-64.

Best regards. JBF

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2014-04-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

--- Comment #7 from haim kilov ha...@aol.com ---
Created attachment 97487
  -- https://bugs.freedesktop.org/attachment.cgi?id=97487action=edit
Incorrect word count with changes on

The bug is still there with LO 4.2.3.3.

Please see attached.

The number of words should be 12 (by the way, OpenOffice counts these words
correctly).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2013-11-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #6 from Foss f...@openmailbox.org ---
Can you please provide a test document so this can be tested against and
subsequently be confirmed.

Does this bug persist with LO 4.1.3.2?

Setting to NEEDINFO until more detail is provided.

After providing the requested info, please reset this bug to UNCONFIRMED.
Thanks :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

--- Comment #5 from haim kilov ha...@aol.com ---
(In reply to comment #4)
 Hi Haim Kilov, please take a look at Bug 46757  Bug 53399. Might be
 regression from the bug(s)?

I looked at 46757 and did the following.

Step 1. Created a new Writer file with 
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus eu ligula et
arcu dapibus viverra ac ut elit. Proin rhoncus sapien et velit cursus ac
molestie justo malesuada. Aliquam pretium, orci nec malesuada laoreet, nisl
nisi tristique dui, vitae rutrum ipsum libero sit amet nunc.

Step 2. Record changes.

Step 3. Replaced everything from Proin until nunc. with this is a test.

Result: Words 18, characters 113.
Should have been: Words 22, characters 128.

Hope this helps.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2013-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

--- Comment #2 from haim kilov ha...@aol.com ---
Created attachment 86113
  -- https://bugs.freedesktop.org/attachment.cgi?id=86113action=edit
screenshot of the same bug in LO 4.1.1.2, OS 10.6.8

Screenshot of the same bug in LO 4.1.1.2, build
7e4286b58adc75a14f6d83f53a03b6c11fa2903

OS 10.6.8

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2013-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

--- Comment #3 from haim kilov ha...@aol.com ---
Regretfully, the bug is still there!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2013-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

--- Comment #4 from ign_christian ign_christ...@yahoo.com ---
Hi Haim Kilov, please take a look at Bug 46757  Bug 53399. Might be regression
from the bug(s)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2013-08-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

Thomas van der Meulen pje335...@hotmail.com changed:

   What|Removed |Added

 CC||pje335...@hotmail.com

--- Comment #1 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report, I CAN'T reproduce this bug running Version:
4.1.1.2
Build ID: 7e4286b58adc75a14f6d83f53a03b6c11fa2903 

and Version 4.0.5.2 (Build ID: 5464147a081647a250913f19c0715bca595af2f)
on Mac osx 10.8.4.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 68347] Incorrect word count in a document with recorded changes

2013-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68347

Urmas davian...@gmail.com changed:

   What|Removed |Added

  Attachment #84352|text/plain  |image/jpeg
  mime type||

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs