[Bug 113059] DOCX:, each comment include the text of all comments in the imported document

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=113059

--- Comment #17 from Oliver-Rainer Wittmann  ---
I had some deeper investigation on the root cause.
My results are:
Our so-called 'model from OOXML' (file model.xml) contains the following
definition:
  

  
  Annotation Identifier


  
But via complex type "CT_MarkupRange" it inherits the definition from complex
type "CT_Markup" whose definition is:
  

  
  Annotation Identifier

  
With leads to the following generated code in OOXMLFactory_wml.cxx:
case NN_wml|DEFINE_CT_MarkupRangeBookmark:
// CT_Markup
(*pMap)[NS_wordprocessingml|OOXML_id] = NS_ooxml::LN_CT_Markup_id;
// CT_MarkupRange
(*pMap)[NS_wordprocessingml|OOXML_displacedByCustomXml] =
NS_ooxml::LN_CT_MarkupRange_displacedByCustomXml;
// CT_MarkupRangeBookmark
(*pMap)[NS_wordprocessingml|OOXML_id] = NS_rtf::LN_IBKL;
break;
and
case NN_wml|DEFINE_CT_MarkupRangeBookmark:
  // CT_Markup
(*pMap)[NS_wordprocessingml|OOXML_id] = AttributeInfo(RT_Integer,
NN_wml|DEFINE_ST_DecimalNumber);
  // CT_MarkupRange
(*pMap)[NS_wordprocessingml|OOXML_displacedByCustomXml] =
AttributeInfo(RT_List, NN_wml|DEFINE_ST_DisplacedByCustomXml);
  // CT_MarkupRangeBookmark
(*pMap)[NS_wordprocessingml|OOXML_id] = AttributeInfo(RT_String, 0);
break;
==> duplicate attribute info for attribute id

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123791] xlsx very slow to load

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123791

--- Comment #2 from dsik...@hotmail.com ---
Created attachment 82033
  --> https://issues.apache.org/ooo/attachment.cgi?id=82033&action=edit
ods version

Original xlsx file is too big, so attached is the ods version, which still
takes almost 5 minutes to open. If the xlsx version is required, we need to
figure out some other way to deploy it, like dropbox

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 105171] Joining PDF files produced by OOo yields random character substitutions

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=105171

--- Comment #6 from mces  ---
(In reply to mces from comment #5)
> 
> Sorry for the delayed answer, this is a very old bug, I can't confirm (yet)
> that it is still present in the current version of OpenOffice. (However I
> can confirm that it is still present in LibreOffice). 

The bug is still present in Apache OpenOffice 4.0.1 (AOO401m5(Build:9714)  - 
Rev. 1524958 2013-09-20 11:54 - Linux x86_64). Reproduced using the procedure
described in the original bug report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123758] Arrow heads with hole

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123758

Andrea Pescetti  changed:

   What|Removed |Added

 CC||pesce...@apache.org

--- Comment #1 from Andrea Pescetti  ---
Created attachment 82032
  --> https://issues.apache.org/ooo/attachment.cgi?id=82032&action=edit
Comparison between 4.0.1 (top) and the proposed changes

Attaching a PNG image for a quick comparison between 4.0.1 (top) and the
proposed changes.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123801] New: Calc formatted field not connecting to Base

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123801

Bug ID: 123801
Issue Type: DEFECT
   Summary: Calc formatted field not connecting to Base
   Product: Calc
   Version: 4.0.1
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: ui
  Assignee: issues@openoffice.apache.org
  Reporter: ginny.r.br...@gmail.com
CC: issues@openoffice.apache.org

Created attachment 82031
  --> https://issues.apache.org/ooo/attachment.cgi?id=82031&action=edit
Calc file for bug demonstration.  Must be connected to a Base file.

Under specific conditions, a formatted field or text box in a Calc stand-alone
form will not connect to Base when first opening Calc.  Going into and then out
of edit mode will fix the connection.

The bug happens when the formatted field is on a tab other than the first
(left-most) tab.  The bug happens when in "Page Break Preview" view (it does
not happen in "Normal" view).  The bug happens when the file was last saved
when viewing the non-first (non-leftmost) tab.

Because this is a connection bug, it needs two files to be demonstrated. For
use with the attached Calc file, create a Base file named BugTestDatabase with
one table named Data.  Create two columns, one named ID (auto-integer) and one
named Num (integer).  Enter one row of data.  Make sure the file is registered
on the testing computer.

The attached file has two identical tabs.  The refresh buttons are unrelated to
the bug and are present for quick identification of when the bug is active.  If
the text box does not connect to the Base file, the refresh button will be
grayed out.  If the file is saved while viewing the second (right-hand) tab in
"Page Break Preview" view, then closed and reopened, the bug will be active
(the field will not connect to the base file).  If the file is saved while
viewing the first (left-hand) tab, or if it is saved while viewing either tab
in "Normal" view, the bug will not occur.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 62843] Ability to use JavaScript in pdf-forms

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=62843

vulcain  changed:

   What|Removed |Added

 CC||vulc...@gmx.com

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 110920] sinhala fonts not working in native inux app but ok with wine

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=110920

Edwin Sharp  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||el...@apache.org
 Resolution|--- |IRREPRODUCIBLE

--- Comment #1 from Edwin Sharp  ---
Font OK.

AOO410m1(Build:9750)  -  Rev. 153
2013-11-09_04:08:11 - Rev. 1540252
Debian

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123799] insert columns causes very slow recalc

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123799

--- Comment #2 from Paul Passarelli  ---
Greetings, 

I consider the error tester received to be another BUG with:

  Apache_OpenOffice_4.0.1_Win_x86_install_en-US.exe
  Windows 7.0 Professional 7 SP1 OEM
  HP xw8600 XEON 3.33GHz

The macro(s) invoked expect string and/or long arguments.  The environment
behaves badly when the macro is passed a labeled cell (which I do
extensively)...

Suggest trying the attached workbook on a Windows PC (instead of linux) at
least it loads on the Micro$oft platform.  ;^)

Apologies (regarding 3.6) the previous version I was using was: 

  "OpenOffice.org 3.4.1 (en-US) Installation Files"

I can't say for certain that this particular workbook would work on that
version, but, I had created previous workbooks in that earlier version of OO
that ran satisfactorily with many more rows (~1000) before the performance hit
became unacceptable (on an HP xw4600 2.33 GHz Core2Duo). 

Appreciatively,
--Paul

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 118309] Guatemala currency number format incorrect

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=118309

Edwin Sharp  changed:

   What|Removed |Added

   Keywords||needhelp
 CC||el...@apache.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 93752] csv field text delimiter cannot change after save

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=93752

Edwin Sharp  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||el...@apache.org
 Resolution|--- |IRREPRODUCIBLE

--- Comment #2 from Edwin Sharp  ---
Can not reproduce description.
4) Field delimiter , ; : {Tab} {space} but no `
5) Text delimiter " ' but no nothing

AOO410m1(Build:9750)  -  Rev. 153
2013-11-09_04:08:11 - Rev. 1540252
Debian

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 105171] Joining PDF files produced by OOo yields random character substitutions

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=105171

--- Comment #5 from mces  ---
(In reply to Edwin Sharp from comment #3)
> step 13 gives:
> 
> No protocol specified
> GPL Ghostscript 9.05: Cannot open X display `:0'.
>  Unable to open the initial device, quitting.
> 
> ?

Sorry for the delayed answer, this is a very old bug, I can't confirm (yet)
that it is still present in the current version of OpenOffice. (However I can
confirm that it is still present in LibreOffice). 

Regarding your comment on step 13: "gs" assumes to find a X server located by
the DISPLAY environment variable, even if invoked as a batch processor as in my
testcase. You should simply run the command on a server with a X server
running.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 117633] ChartDataChangeEvent object does not provide Row and Column information

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=117633

Edwin Sharp  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||el...@apache.org
Version|OOo 3.3 |4.1.0-dev
 Ever confirmed|0   |1

--- Comment #3 from Edwin Sharp  ---
As given in description.

AOO410m1(Build:9750)  -  Rev. 153
2013-11-09_04:08:11 - Rev. 1540252
Debian

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 107488] inserting link to external data fails in vmware guest

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=107488

Edwin Sharp  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |CONFIRMED
 CC||el...@apache.org
Version|OOo 3.1.1   |4.1.0-dev
 Ever confirmed|0   |1
   Severity|trivial |major

--- Comment #1 from Edwin Sharp  ---
Insert - Link to External Data... fails also in physical machine.

AOO410m1(Build:9750)  -  Rev. 153
2013-11-09_04:08:11 - Rev. 1540252
Debian

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 118171] calc fails to start after failed document recovery

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=118171

Edwin Sharp  changed:

   What|Removed |Added

   Keywords||needhelp
 CC||el...@apache.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 115914] Save periodically corrupts functioning spreadsheet

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=115914

Edwin Sharp  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |IRREPRODUCIBLE

--- Comment #4 from Edwin Sharp  ---
No info from author.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 116539] "define name" causes infinite loop

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=116539

Edwin Sharp  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |IRREPRODUCIBLE

--- Comment #3 from Edwin Sharp  ---
No info from author.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 105171] Joining PDF files produced by OOo yields random character substitutions

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=105171

Edwin Sharp  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |IRREPRODUCIBLE

--- Comment #4 from Edwin Sharp  ---
No info from author.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 118087] Copy and paste problems for some users....

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=118087

Edwin Sharp  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |IRREPRODUCIBLE

--- Comment #3 from Edwin Sharp  ---
No info from author.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123793] Table Borders do not show up properly when applied

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123793

Edwin Sharp  changed:

   What|Removed |Added

   Keywords||needmoreinfo
 CC||el...@apache.org

--- Comment #1 from Edwin Sharp  ---
Please attach an example.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123794] Charts with numbers as labels

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123794

Edwin Sharp  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||el...@apache.org
Version|4.0.1   |4.1.0-dev
 Ever confirmed|0   |1

--- Comment #1 from Edwin Sharp  ---
Abscissa values: 12/31/1899 01/01/1900 01/02/1900 01/03/1900 instead of 1 2 3
4.

AOO410m1(Build:9750)  -  Rev. 153
2013-11-09_04:08:11 - Rev. 1540252
Debian

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123796] Setting/unsetting auto filter takes more than 2 minutes

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123796

Edwin Sharp  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||el...@apache.org
Version|4.0.1   |4.1.0-dev
 Ever confirmed|0   |1
 OS|Windows 7   |All

--- Comment #1 from Edwin Sharp  ---
2 minutes 34 seconds for auto filter.

AOO410m1(Build:9750)  -  Rev. 153
2013-11-09_04:08:11 - Rev. 1540252
Debian

Host/Kernel/OS  "aptosidbox" running Linux 3.12-0.slh.3-aptosid-amd64 x86_64 [
aptosid 2013-01 Ἑσπερίδες - kde-lite - (201305050307) ]
CPU Info2x AMD Athlon II X2 250 clocked at [ 1800.000 MHz ]
Videocard   Advanced Micro Devices, [AMD/ATI] Cedar [Radeon HD
5000/6000/7350/8350 Series] [  ]
Processes 127 | Uptime 13:11 | Memory 552.4/3960.1MB | HDD Size 500GB (1%used)
| Client Shell | Infobash v3.46

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123799] insert columns causes very slow recalc

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123799

Edwin Sharp  changed:

   What|Removed |Added

   Keywords||needmoreinfo
 CC||el...@apache.org

--- Comment #1 from Edwin Sharp  ---
Can not open attachment with
AOO410m1(Build:9750)  -  Rev. 153
2013-11-09_04:08:11 - Rev. 1540252
Debian:
BASIC runtime error.
Object variable not set.

Apache OpenOffice had no version 3.6. Maybe LibreOffice...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123800] Hidden text in comments from MS-Word docx are visible in Writer

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123800

Edwin Sharp  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||el...@apache.org
Version|3.4.1   |4.1.0-dev
 Ever confirmed|0   |1
 OS|Windows 8   |All

--- Comment #1 from Edwin Sharp  ---
Confirmed with 
AOO410m1(Build:9750)  -  Rev. 153
2013-11-09_04:08:11 - Rev. 1540252
Debian

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123424] spacing for header on first page changes after saving to DOC format

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123424

Răzvan Rotaru  changed:

   What|Removed |Added

 CC||razvan.rot...@gmail.com

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123423] when shrinking an image or object anchored "as character" at beginning of test line, the text below is not adjusted to the new size

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123423

Răzvan Rotaru  changed:

   What|Removed |Added

 CC||razvan.rot...@gmail.com

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123800] New: Hidden text in comments from MS-Word docx are visible in Writer

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123800

Bug ID: 123800
Issue Type: DEFECT
   Summary: Hidden text in comments from MS-Word docx are visible
in Writer
   Product: Writer
   Version: 3.4.1
  Hardware: PC
OS: Windows 8
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: viewing
  Assignee: issues@openoffice.apache.org
  Reporter: krist...@justiversen.dk
CC: issues@openoffice.apache.org

Created attachment 82030
  --> https://issues.apache.org/ooo/attachment.cgi?id=82030&action=edit
Document containing comment with hidden text

Hidden text in comments created in MS-Word and saved as docx will be visible
text when opened in Open Office rev. 1435053

Test document attached. There is 1 comment with 2 lines of text. The first line
is hidden text and the second line is visible text.

In MS-Word only the second line is shown, but in OpenOffice rev. 1435053 both
lines are shown.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123799] insert columns causes very slow recalc

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123799

Paul Passarelli  changed:

   What|Removed |Added

 CC||p...@solarandthermal.com

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123799] New: insert columns causes very slow recalc

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123799

Bug ID: 123799
Issue Type: DEFECT
   Summary: insert columns causes very slow recalc
   Product: Calc
   Version: 4.0.1
  Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
  Severity: major
  Priority: P3
 Component: programming
  Assignee: issues@openoffice.apache.org
  Reporter: p...@solarandthermal.com
CC: issues@openoffice.apache.org

Created attachment 82029
  --> https://issues.apache.org/ooo/attachment.cgi?id=82029&action=edit
BOM spreadsheet

inserting 4 columns into 200 row workbook takes minutes to recalc

The problem is bad, but it is getting worse and this delay was the proverbial
"straw that broke..."

Heavy use of MATCH() to recursively examine columns for previous instances of
text to create hierarchy of parts in assemblies.

Uses borrowed macro to generate a short and unique 'hash' for use in unique
part-number.

This workbook is primarily a text processor.  The number crunching has been
omitted.

This concept worked much better in Version 3.6 I was disappointed with the 4.0
upgrade, someone broke something, probably the "dirty-bit' that causes
recalculations on cell updates.

Feel free to contact me with questions.  I'd like to do more, but don't know
where/how to contribute to the coding effort.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123797] New: *.docx import: imported footnote content contains additional empty paragraph at its end

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123797

Bug ID: 123797
Issue Type: DEFECT
   Summary: *.docx import: imported footnote content contains
additional empty paragraph at its end
   Product: Writer
   Version: 4.1.0-dev
  Hardware: All
OS: All
Status: CONFIRMED
  Severity: normal
  Priority: P3
 Component: open-import
  Assignee: issues@openoffice.apache.org
  Reporter: o...@apache.org
CC: issues@openoffice.apache.org

Import a *.docx document which contains at least one footnote.
--> each footnote content contains an additional empty paragraph at its end.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123797] *.docx import: imported footnote content contains additional empty paragraph at its end

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123797

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

 Status|ACCEPTED|RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |4.1.0

--- Comment #5 from Oliver-Rainer Wittmann  ---
fixed on trunk for next planned release

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123797] *.docx import: imported footnote content contains additional empty paragraph at its end

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123797

--- Comment #4 from SVN Robot  ---
"orw" committed SVN revision 1547111 into trunk:
123797: *.docx import: remove additional empty paragraph at imported
footnote...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


review granted: [Bug 113059] DOCX:, each comment include the text of all comments in the imported document : [Attachment 79966] Sample patch

2013-12-02 Thread bugzilla
Oliver-Rainer Wittmann  has granted  review:
Bug 113059: DOCX:, each comment include the text of all comments in the
imported document
https://issues.apache.org/ooo/show_bug.cgi?id=113059

Attachment 79966: Sample patch
https://issues.apache.org/ooo/attachment.cgi?id=79966&action=edit


--- Additional Comments from Oliver-Rainer Wittmann 
proposed patch looks good.
I will apply it on branch ooxml-osba regarding my work on annotations/comments
on text ranges.


[Bug 123796] New: Setting/unsetting auto filter takes more than 2 minutes

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123796

Bug ID: 123796
Issue Type: DEFECT
   Summary: Setting/unsetting auto filter takes more than 2
minutes
   Product: Calc
   Version: 4.0.1
  Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: open-import
  Assignee: issues@openoffice.apache.org
  Reporter: mailing...@gmail.com
CC: issues@openoffice.apache.org

Created attachment 82025
  --> https://issues.apache.org/ooo/attachment.cgi?id=82025&action=edit
one column ods file for filter test.

I imported a 50.000 line csv file which took about 5 Minutes (compared to
excel: less than 3 Seconds!).

I stored as ods file. Trying to apply a filter takes again more than 2 minutes.
Seems to be a problem with the data in the cells. This is probably the same
issue during import of file.

Opening the file takes a lot of calculation. This is only text to my
understanding.

Attached is example file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 113059] DOCX:, each comment include the text of all comments in the imported document

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=113059

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

  Attachment #79966||review+
  Flags||

--- Comment #16 from Oliver-Rainer Wittmann  ---
Comment on attachment 79966
  --> https://issues.apache.org/ooo/attachment.cgi?id=79966
Sample patch

proposed patch looks good.
I will apply it on branch ooxml-osba regarding my work on annotations/comments
on text ranges.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123729] Cleanup as preparation for building windows patches

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123729

--- Comment #12 from SVN Robot  ---
"af" committed SVN revision 1547091 into trunk:
123729: More general cleanup in installer scripts.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123798] New: Database File saving

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123798

Bug ID: 123798
Issue Type: DEFECT
   Summary: Database File saving
   Product: Base
   Version: 4.0.1
  Hardware: PC
OS: Windows 7
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: code
  Assignee: issues@openoffice.apache.org
  Reporter: rj.line...@virgin.net
CC: issues@openoffice.apache.org

When saving a database, file is saved at destination, and destination shows
file details (xxxkb).  Seconds later file size is shown as zero, and file
starts to save again - showing xxxkb again.  The file then reverts to size
zero, and the file saves again!

This cycle can continue four or five times until the programme shuts down
correctly -usually (but not always) with the file saved.

On those occasions when the file is not saved correctly, when re-starting I am
offered the chance to "recover" the file - this normally works, although
occasionally without the last operation I had conducted on the data base last
time being present.

Programme also runs EXTREMELY slowly - when shutting an open form or report, it
can take 45 seconds for form to close.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 118328] all notes are the same

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=118328

--- Comment #8 from Kristian Iversen  ---
Created attachment 82028
  --> https://issues.apache.org/ooo/attachment.cgi?id=82028&action=edit
Word 2013 and OpenOffice rev. 1435053 differences

Screenshot of differences between Word 2013 and OpenOffice rev. 1435053
rendering of document "New .docx document with comments created in Word 2013"
(attached)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 113059] DOCX:, each comment include the text of all comments in the imported document

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=113059

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

 Latest|3.4.1   |4.0.1
Confirmation on||

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123797] *.docx import: imported footnote content contains additional empty paragraph at its end

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123797

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |ACCEPTED
 Latest|--- |4.0.1
Confirmation on||
   Assignee|iss...@openoffice.apache.or |o...@apache.org
   |g   |

--- Comment #3 from Oliver-Rainer Wittmann  ---
taking over to solve this issue for next release.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123797] *.docx import: imported footnote content contains additional empty paragraph at its end

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123797

--- Comment #1 from Oliver-Rainer Wittmann  ---
Created attachment 82026
  --> https://issues.apache.org/ooo/attachment.cgi?id=82026&action=edit
sample *.docx document, created with Microsoft Word 2007 containing three
footnote and one endnote

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 118328] all notes are the same

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=118328

--- Comment #7 from Kristian Iversen  ---
This issue is also present when creating new docx files from Word 2013. It is
not only present when opening a .doc file from OpenOffice and saving it as
.docx in Word.

I have attached a file created in Word 2013, where it is shown as 3 different
comments.

Opening the file in OpenOffice shows 3 identical comments.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123797] *.docx import: imported footnote content contains additional empty paragraph at its end

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123797

--- Comment #2 from Oliver-Rainer Wittmann  ---
The same holds for the content of imported endnotes

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 118328] all notes are the same

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=118328

Kristian Iversen  changed:

   What|Removed |Added

 CC||krist...@justiversen.dk

--- Comment #6 from Kristian Iversen  ---
Created attachment 82027
  --> https://issues.apache.org/ooo/attachment.cgi?id=82027&action=edit
New .docx document with comments created in Word 2013

Clean document created in Word 2013 with 3 comments

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123795] variable names should not confuse vcl Windows and cocoa NSWindows

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123795

h...@apache.org  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from h...@apache.org  ---
Fixed with the commit above.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123795] variable names should not confuse vcl Windows and cocoa NSWindows

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123795

--- Comment #1 from SVN Robot  ---
"hdu" committed SVN revision 1547078 into trunk:
#i123795# variable names should not confuse vcl Window and cocoa NSWindow types

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123795] variable names should not confuse vcl Windows and cocoa NSWindows

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123795

h...@apache.org  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED
   Target Milestone|--- |4.1.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123795] New: variable names should not confuse vcl Windows and cocoa NSWindows

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123795

Bug ID: 123795
Issue Type: TASK
   Summary: variable names should not confuse vcl Windows and
cocoa NSWindows
   Product: General
   Version: 3.4.0
  Hardware: All
OS: Mac OSX, all
Status: CONFIRMED
  Severity: normal
  Priority: P4
 Component: code
  Assignee: h...@apache.org
  Reporter: h...@apache.org
CC: issues@openoffice.apache.org

VCL's Window type and Cocoa's NSWindow type are quite different. Naming
variables as if they were the same introduces gratuitous complexity for
debugging stacks where the different types are both used. This should be
cleaned up. The naming of variables of the related NSView type should be
adjusted too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 97631] docx-Import: Author and Date of comments not resolved

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=97631

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

 Latest|--- |4.0.1
Confirmation on||
Version|DEV300m37   |3.4.0

--- Comment #5 from Oliver-Rainer Wittmann  ---
fixed on branch ooxml-osba

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 97631] docx-Import: Author and Date of comments not resolved

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=97631

--- Comment #4 from SVN Robot  ---
"orw" committed SVN revision 1547030 into branches/ooxml-osba:
97631: *.docx import: import annotation's author and creation date

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123729] Cleanup as preparation for building windows patches

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123729

--- Comment #11 from SVN Robot  ---
"af" committed SVN revision 1547029 into trunk:
123729: Factored out the creation of directory names the depend on build
lang...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123765] Drag-drop of color does not work for undocked Color Bar

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123765

Armin Le Grand  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
   Target Milestone|--- |4.1.0

--- Comment #13 from Armin Le Grand  ---
ALG: Comitted, done.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123765] Drag-drop of color does not work for undocked Color Bar

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123765

--- Comment #12 from SVN Robot  ---
"alg" committed SVN revision 1547026 into trunk:
i123765 reset buffered DropTarget when undocking

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123595] Cleanup logging of make_installer.pl and its modules

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123595

--- Comment #12 from SVN Robot  ---
"af" committed SVN revision 1547024 into trunk:
123595: Don't print newline as first character in line.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123771] OSBA OOXML improvement project - use case 4 - annotations on text ranges

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123771

--- Comment #11 from Oliver-Rainer Wittmann  ---
integration of patches from OSBA OOXML improvement project's use case 4
inclusive minimal needed fixes done on branch ooxml-osba

continuing  development work on blocking issues also on branch ooxml-osba

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123765] Drag-drop of color does not work for undocked Color Bar

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123765

--- Comment #11 from Armin Le Grand  ---
ALG: Added and checked, works as expected. Problem is indeed in undocking, the
2nd time the buffered value mpWindowImpl->mxDNDListenerContainer is already set
and gets not new evaluated, thus stays on a wrong value.
Preparing commit...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123794] New: Charts with numbers as labels

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123794

Bug ID: 123794
Issue Type: DEFECT
   Summary: Charts with numbers as labels
   Product: Calc
   Version: 4.0.1
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: save-export
  Assignee: issues@openoffice.apache.org
  Reporter: tresh...@yahoo.com
CC: issues@openoffice.apache.org

1.  Make 2 columns of numbers (both columns same size) next to each other.
(say [1,2,3,4] for the first column and [1,2,1,2] for second)
2.  Select these numbers and Click Insert-Chart.
3.  Select Column Chart and Use First Column as label.
4.  Click Finish.
5.  Exit the chart wizard and select and copy the chart.
6.  Open up a text document in Writer
7.  Paste the Chart

When you do so, the labels in Writer are not the same as in the chart in Calc.
instead they are things like "12/31/1899" and "01/01/1900" ---these appear to
be in month/day/year format.  When text is used in the first column, the chart,
when pasted in Writer looks exactly as it does in Calc.  While this is
something with an easy work-around, it is inconvenient.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 97631] docx-Import: Author and Date of comments not resolved

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=97631

--- Comment #3 from Oliver-Rainer Wittmann  ---
fix in progress

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123765] Drag-drop of color does not work for undocked Color Bar

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123765

--- Comment #10 from Armin Le Grand  ---
ALG: Getting closer also in AOO34: Starting undocked makes the next undocked
not work. Starting docked makes the 2nd undock not work. Exactly the same in
current version, not dependent on debug or not. Looks as if at undock
mpWindowImpl->mxDNDListenerContainer needs to be reset to get the correct
DropTarget initialized evecy time.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123793] New: Table Borders do not show up properly when applied

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123793

Bug ID: 123793
Issue Type: DEFECT
   Summary: Table Borders do not show up properly when applied
   Product: Writer
   Version: 4.0.1
  Hardware: All
OS: Windows, all
Status: UNCONFIRMED
  Severity: major
  Priority: P3
 Component: viewing
  Assignee: issues@openoffice.apache.org
  Reporter: tresh...@yahoo.com
CC: issues@openoffice.apache.org

When I am applying different borders to the cells of a table, the changes do
not always show up immediately after being applied.  They do show up if you
minimize the window of your document and then maximize it.  They also show up
if you scroll the affected area of the document off the screen and then scroll
it back.  This occurs whether I am using the table tool bar or using the table
properties menu item.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123786] All hotkeys of OpenOffice don't work in non-English keyboard layout [ubuntu 13.10]

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123786

Edwin Sharp  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||el...@apache.org
 Resolution|--- |OBSOLETE

--- Comment #1 from Edwin Sharp  ---
This is Apache OpenOffice, not LibreOffice.

Hotkeys do work in other language.

AOO410m1(Build:9750)  -  Rev. 153
2013-11-09_04:08:11 - Rev. 1540252
Debian

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123765] Drag-drop of color does not work for undocked Color Bar

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123765

--- Comment #9 from Armin Le Grand  ---
ALG: Change happens in Window::ImplUpdateWindowPtr when
DockingWindow::SetFloatingMode is executed (which triggers Window::SetParent).
Looks as if mpWindowImpl->mxDNDListenerContainer needs to be reset on SetParent
for DockingWindow::SetFloatingMode. SetParent calls GetDropTarget() already,
bit it's already set and gets not updated. Trying this...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123788] mi martin markov

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123788

Edwin Sharp  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||el...@apache.org
 Resolution|--- |OBSOLETE

--- Comment #1 from Edwin Sharp  ---
Blank description.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123791] xlsx very slow to load

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123791

Edwin Sharp  changed:

   What|Removed |Added

   Keywords||needmoreinfo
 CC||el...@apache.org

--- Comment #1 from Edwin Sharp  ---
Please attach file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123785] Ctrl+F12 does not insert table

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123785

--- Comment #2 from Edwin Sharp  ---
Shouldn't the default shortcut keys offered by the application be working?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 56998] Display a space character before unit symbols

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=56998

Andrea Pescetti  changed:

   What|Removed |Added

 CC||pesce...@apache.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123765] Drag-drop of color does not work for undocked Color Bar

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123765

--- Comment #8 from Armin Le Grand  ---
ALG: mbInternalDragGestureRecognizer changes when un/docking the win; win ptr
stays and also mpWindowImpl, but mpFrameData changes. It seems to jump between
two values for docked and undocked, one with mbInternalDragGestureRecognizer
set and one not.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 56998] Display a space character before unit symbols

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=56998

--- Comment #11 from h...@apache.org  ---
The content of attachment 73296 has been deleted for the following reason:

deleting spam attachment

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 74854] MsgBox with info icon shows wrong buttons

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=74854

h...@apache.org  changed:

   What|Removed |Added

Summary|MsgBox with type 67 shows   |MsgBox with info icon shows
   |wrong buttons   |wrong buttons

--- Comment #12 from h...@apache.org  ---
Clarified the issue summary to be more generic.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123765] Drag-drop of color does not work for undocked Color Bar

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123765

--- Comment #7 from Armin Le Grand  ---
ALG: Rebuilt vcl on AOO34 without debug, the D&D from the floating win works
again. Strange...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 74854] MsgBox with type 67 shows wrong buttons

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=74854

h...@apache.org  changed:

   What|Removed |Added

 Status|ACCEPTED|RESOLVED
 Latest|--- |4.0.1
Confirmation on||
   Hardware|PC  |All
 Resolution|--- |FIXED
   Target Milestone|--- |4.1.0
 OS|Windows XP  |All

--- Comment #11 from h...@apache.org  ---
Many thanks to Hanya for the patch! It is committed in trunk now.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123765] Drag-drop of color does not work for undocked Color Bar

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123765

--- Comment #6 from Armin Le Grand  ---
ALG: Compared with AOO34 and got it working and not working after compiling VCL
with debug; very strange. It has to do with the mbInternalDragGestureRecognizer
flag at Window which gets only set when Window::GetDropTarget(), but it seems
not to be set reliably for some reason. In ImplHandleMouseEvent in vcl when I
force mbInternalDragGestureRecognizer it works. I breaked at where
mbInternalDragGestureRecognizer is set to true, but it gets not really set for
SvxColorValueSet_docking (where it would need to be set), checking what happens
after its construction

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 74854] MsgBox with type 67 shows wrong buttons

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=74854

h...@apache.org  changed:

   What|Removed |Added

 CC||h...@apache.org
   Assignee|a...@bregas.de|h...@apache.org

--- Comment #10 from h...@apache.org  ---
Created attachment 82024
  --> https://issues.apache.org/ooo/attachment.cgi?id=82024&action=edit
test document for different MsgBox styles

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 74854] MsgBox with type 67 shows wrong buttons

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=74854

--- Comment #9 from SVN Robot  ---
"hdu" committed SVN revision 1546977 into trunk:
#i74854# fix buttons in MsgBox with info icon

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123789] URL in ppt will be truncated after pound

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123789

j...@apache.org changed:

   What|Removed |Added

 Status|CONFIRMED   |ACCEPTED
 CC||j...@apache.org
   Assignee|iss...@openoffice.apache.or |j...@apache.org
   |g   |

--- Comment #1 from j...@apache.org ---
It is a pptx file, the extension is misleading.

I will take a look in it

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 122871] Search in Help not working (no results) for some common strings

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=122871

hanya  changed:

   What|Removed |Added

 CC||hanya.r...@gmail.com

--- Comment #5 from hanya  ---
Created attachment 82023
  --> https://issues.apache.org/ooo/attachment.cgi?id=82023&action=edit
Patch to fix ArrayIndexOutOfBoundException when results over 100

In com.sun.star.help.HelpSearch.queryImpl method, 
when search result contains over spacified number for searcher.search( aQuery,
100 ) method, aHits.totalHits holds hit count but aHits.scoreDocs holds only
specified 
number of results.

For example, searching about term "MsgBox" in Basic context without "Find in
heading only" results aHits.totalHits == 106 and aHits.scoreDocs.length == 100.
So, ArrayIndexOutOfBoundException raised in the following line: 
> ScoreDoc aDoc = aHits.scoreDocs[iHit];

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123765] Drag-drop of color does not work for undocked Color Bar

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123765

--- Comment #5 from Armin Le Grand  ---
ALG: Installed the snapshot 1537977 and there it does indeed not work.
Something goes wrong with the build (optimization?), all on win.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 51662] Read separators and formats from Windows Regional Settings.

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=51662

--- Comment #46 from Edwin Sharp  ---
(In reply to Max Lvov from comment #45)
> You must be kidding. That newer bug (106961) has only 12 votes, while this
> one has collected 226, as of today. Also this bug has more history in
> comments and more interested users in CC. What's the rationale of closing
> this bug in favor of less popular bug 106961?

The information in this bug is not lost but supplements all other bugs
concerning this specific topic.
In newer bugs, chances are author and commentators are more involved.
Bottom line, duplicates are not allowed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123765] Drag-drop of color does not work for undocked Color Bar

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123765

--- Comment #4 from Armin Le Grand  ---
ALG: This is very strange - I have prepared a debug version of trunk for today
to check this - and all is working well now in that version. Need to check if
this also works in a buildbot version, or if it has to do with debug code...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 51662] Read separators and formats from Windows Regional Settings.

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=51662

--- Comment #45 from Max Lvov  ---
(In reply to Edwin Sharp from comment #44)
> Duplicate of bug 106961.
> 
> *** This bug has been marked as a duplicate of bug 106961 ***

You must be kidding. That newer bug (106961) has only 12 votes, while this one
has collected 226, as of today. Also this bug has more history in comments and
more interested users in CC. What's the rationale of closing this bug in favor
of less popular bug 106961?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 113059] DOCX:, each comment include the text of all comments in the imported document

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=113059

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

   Assignee|pa...@janik.cz  |o...@apache.org

--- Comment #15 from Oliver-Rainer Wittmann  ---
Taking over to review and integrate proposed solution.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 113059] DOCX:, each comment include the text of all comments in the imported document

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=113059

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

  Attachment #79966|0   |1
   is patch||

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 97631] docx-Import: Author and Date of comments not resolved

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=97631

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |ACCEPTED
   Assignee|openoffice@henning-brinkman |o...@apache.org
   |n.de|

--- Comment #2 from Oliver-Rainer Wittmann  ---
taking over to solve this issue

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 113059] DOCX:, each comment include the text of all comments in the imported document

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=113059

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

 Blocks||123771

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 97631] docx-Import: Author and Date of comments not resolved

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=97631

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

 Blocks||123771

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123771] OSBA OOXML improvement project - use case 4 - annotations on text ranges

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123771

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

 Depends on||97631, 113059

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123792] annotations on text ranges - complete OSBA OOXML improvement use case 4

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123792

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

 Blocks||123771
   Assignee|iss...@openoffice.apache.or |o...@apache.org
   |g   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123771] OSBA OOXML improvement project - use case 4 - annotations on text ranges

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123771

Oliver-Rainer Wittmann  changed:

   What|Removed |Added

 Depends on||123792

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123792] New: annotations on text ranges - complete OSBA OOXML improvement use case 4

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123792

Bug ID: 123792
Issue Type: DEFECT
   Summary: annotations on text ranges - complete OSBA OOXML
improvement use case 4
   Product: Writer
   Version: 4.1.0-dev
  Hardware: All
OS: All
Status: CONFIRMED
  Severity: normal
  Priority: P3
 Component: code
  Assignee: issues@openoffice.apache.org
  Reporter: o...@apache.org
CC: issues@openoffice.apache.org

OSBA OOXML improvement use case 4 provide the first implementation steps for
the enhancement 'annotations on text ranges' - see bug 123771.
The provided changes are not complete and are not stable.

This issue is used to provide at least the minimal corrections and function
gaps.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 29371] Render preview asynchronously

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=29371

Rainer Bielefeld  changed:

   What|Removed |Added

   Keywords|needhelp, needmoreinfo  |
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |OBSOLETE

--- Comment #11 from Rainer Bielefeld 
 ---
I think so, too

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123771] OSBA OOXML improvement project - use case 4 - annotations on text ranges

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123771

--- Comment #10 from Oliver-Rainer Wittmann  ---
The existing *.docx import of annotations does not work correct:
- the content of the annotations is not imported correct - the content of all
annotations is set as the content of each annotation
--> bug 113059
- author and creation date is not imported
--> bug 97631

The changes for OSBA OOXML improvement project use case 4 are not working well:
- the 'Fieldmark' feature does not seem to be stable enough.
- only annotations on text ranges inside one paragraph are supported.
- overlapping annotations can be created, but are not supported.
- WW8 import/export not adopted to support annotations on text ranges.
--> new issue to complete feature 'annotations on text ranges'.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 122195] add UNO support for 64bit OSX

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=122195

--- Comment #18 from SVN Robot  ---
"hdu" committed SVN revision 1546938 into trunk:
#i122195# XContentEnumerationAccess is needed in UNO bootstrapping

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123771] OSBA OOXML improvement project - use case 4 - annotations on text ranges

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123771

--- Comment #9 from Oliver-Rainer Wittmann  ---
(In reply to SVN Robot from comment #8)
> "orw" committed SVN revision 1546934 into branches/ooxml-osba:
> 123771: ODF export: export annotation's author initials in own namespace
> only...

The introduced annotation's author initials are currently not standardized in
ODF 1.2. A corresponding proposal is available at the OASIS ODF TC since Aug.
2012 - see JIRA issue OFFICE-3776
(https://tools.oasis-open.org/issues/browse/OFFICE-3776). Unfortunately, nobody
is driving this proposal at the OASIS ODF TC and a TC's question from Oct. 2012
is still unanswered.
Thus, the above changes export the annotation's author initials in an own
namespace and only if file format "ODF 1.2 (extended)" is chosen. This assures
ODF conformance of the created ODF text documents.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123771] OSBA OOXML improvement project - use case 4 - annotations on text ranges

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123771

--- Comment #8 from SVN Robot  ---
"orw" committed SVN revision 1546934 into branches/ooxml-osba:
123771: ODF export: export annotation's author initials in own namespace
only...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 74854] MsgBox with type 67 shows wrong buttons

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=74854

--- Comment #8 from hanya  ---
Created attachment 82022
  --> https://issues.apache.org/ooo/attachment.cgi?id=82022&action=edit
Patch to add InfoBox constructor that takes the style and to fix the problem

Adds InfoBox( Window* pParent, WinBits nStyle, const XubString& rMessage ); 
to match with the other constructors like ErrorBox or QueryBox.
And use it for the information box in MsgBox function.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123770] replace wrapping of stlport's *map::data_type

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123770

h...@apache.org  changed:

   What|Removed |Added

 Status|CONFIRMED   |ACCEPTED
Summary|replace wrapping of |replace wrapping of
   |stlport's hash_*::data_type |stlport's *map::data_type

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.


[Bug 123791] xlsx very slow to load

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123791

dsik...@hotmail.com changed:

   What|Removed |Added

   Keywords||ms_interoperability,
   ||performance,
   ||third_party_support
 CC||dsik...@hotmail.com

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123791] New: xlsx very slow to load

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123791

Bug ID: 123791
Issue Type: DEFECT
   Summary: xlsx very slow to load
   Product: Calc
   Version: 4.0.1
  Hardware: PC
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: open-import
  Assignee: issues@openoffice.apache.org
  Reporter: dsik...@hotmail.com
CC: issues@openoffice.apache.org

Just installed AOO 4.0.1. for Linux (RHEL 6.4 64-bit). Computer is Lenovo W530
with 4-core i7, 16GB RAM and plenty of free disk space. I have xlsx-file sized
2.7MB, containing 4 sheets of data and one containing column graphs about data
on the other sheets. Biggest sheet has 14000+ lines and 7 columns, others have
less lines. With Excel viewer on KVM Windows 7 at the same machine it takes
some 2-3 seconds to open that file but AOO 4.0.1 takes 15 minutes and Lotus
Symphony 3.0.1 whopping 30 minutes. 

[b]Following formulas used:[/b]
Column A: text like "start" or "stop"
Column B: Date, like 10/19/2013
Column C: Time, like 02:07:57.95
Column D: sum column B and C like "=B828+C828"
Column E: Mostly nothing, for commenting
Column F: =TEXT(D828;"p.k t:mm")
Column G: =ROUND((D829-D828)*$E$1;1)

AutoFilter is ON

Graph type Column, left one from the selection
Graphs data series like $Sheet1'.$F$1:$G$13954
Data series in columns
First row as label selected
First column as label selected

When I save this file to ODS format, size is 1.2MB and opening that file takes
less than 5 minutes.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123624] Big table with more than 65536 cells gets damaged when saving

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123624

--- Comment #11 from andy.ver...@gmail.com ---
(In reply to jimmore295 from comment #9)
> On Win 7 with Open Office 4.0.1 I could not replicate this.  I attempted to
> open the sample documents and both refused to open on my system.  I created
> a sheet Excel with 2^16 - 26 cells (26 x 2520).  This file opened in Calc
> without a problem.  In Excel I increased the rows to 2521, this file also
> opened in Calc.  I repeated this process with 2522, 2523...on up to 2550
> rows.  Calc opened all the produced files.

Try to save this files in odt format.
There is no problem with opening, but with saving - yes

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.


[Bug 123595] Cleanup logging of make_installer.pl and its modules

2013-12-02 Thread bugzilla
https://issues.apache.org/ooo/show_bug.cgi?id=123595

--- Comment #11 from Andre  ---
Created attachment 82021
  --> https://issues.apache.org/ooo/attachment.cgi?id=82021&action=edit
Fix build breaker triggered in packagepool.pm

There is a build breaker that is triggered in some cases when a Linux build is
made.  It is caused by a log message printed in
solenv/bin/modules/installer/packagepool.pm.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.