[Libreoffice-bugs] [Bug 62303] Enhancement request: Set default install folder under Windows to \LibreOffice\

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62303

--- Comment #3 from Andras Timar tima...@gmail.com ---
You can test it right now, just choose custom install, and install LibreOffice
into c:\Program Files\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 61911] LO installer fails to install to the same directory

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61911

--- Comment #4 from access2godzi...@chammy.info ---
Not a rights problem since I have correct permissions for both C:\Apps and
C:\Apps\LibreOffice.

Anyway, list of permissions has been attached. It's taken using MinGW's chmod,
so only r and w are significant, not x.

-- 
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 61911] LO installer fails to install to the same directory

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61911

--- Comment #5 from access2godzi...@chammy.info ---
Created attachment 76511
  -- https://bugs.freedesktop.org/attachment.cgi?id=76511action=edit
List of permissions

-- 
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 62322] New: FORMCONTROLS: Command+V don't work in search bar

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62322

  Priority: medium
Bug ID: 62322
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMCONTROLS: Command+V don't work in search bar
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: irregul...@mail.ru
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.5.2 release
 Component: Writer
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. Press Command+F (the cursor will be located in the search field)
2. Press Command+V and the text will be pasted into document not in the search
field.

Current behavior:
The text is pasted into document not in the search field.

Expected behavior:
The text should be pasted in the search field.

Operating System: Mac OS X
Version: 3.6.5.2 release

-- 
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 62323] New: BASIC macro fails when converting a Hex string that is negative. LibreOffice V4.0.1.2 ( Linux 64-bit / AMD release)

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62323

  Priority: medium
Bug ID: 62323
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: BASIC macro fails when converting a Hex string that is
negative. LibreOffice V4.0.1.2 ( Linux  64-bit / AMD
release)
  Severity: major
Classification: Unclassified
OS: Linux (All)
  Reporter: irsb...@hotmail.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.0.1.2 release
 Component: BASIC
   Product: LibreOffice

Problem Statement: When using the LibreOffice V4.0.1.2 Linux 64-bit/AMD
release, the execution of the BASIC macro stream will fail upon the instruction
to convert Hex strings of a negative value to a long decimal value.

Program execution is halted and the error message displayed is: “Inadmissible
value or data type. Overflow”.

BASIC code that demonstrates the problem:

Sub Example_Code_For_Long()
  dim lngDecimal as long

  ' Testing Positive Hex string converted to long integer - OK:
  lngDecimal = Clng(H0)
  msgbox Clng(H0):   Cstr(lngDecimal) 
  'should be: 0 - OK

  lngDecimal = Clng(H7FFF)
  msgbox Clng(H7FFF):   Cstr(lngDecimal) 
  'should be: 2147483647 - OK

  '=

  ' Testing Negative Hex string converted to long integer.
  ' Fails with Linux 64-bit/AMD LibreOffice 4.0.1.2 

  lngDecimal = Clng(H)
  msgbox Clng(H):   Cstr(lngDecimal) 
  'should be: -1 - Fails with Overflow error

  lngDecimal = Clng(H8000)
  msgbox Clng(CH8000):   Cstr(lngDecimal) 
  'should be: -2147483648 - Fails with Overflow error

end sub


Note1: The above code run's OK on the following LibreOffice platforms: 
 LibreOffice 4.0.1.2 on WindowsXP SP3
 LibreOffice 3.6.2.2 on Ubuntu 12.10 (quantal) 32-bit Linux 3.5.0-21
 OpenOffice 3.2.1 on Ubuntu 10.10 (maverick) 32 bit Linux 2.6.35-22 
 LibreOffice 3.3.3 Ubuntu 11.04 (natty) 32-bit Linux 2.6.38-11-generic

Note2: I don't have a Mac to test whether or not this problem exists on the Mac
/ LibreOffice platform.

Regards, ian.

-- 
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 37814] FILESAVE Save/Save As dialogs use last save folder (not original) with non-ascii path

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37814

--- Comment #18 from Eugene Kin eugene.kinya...@gmail.com ---
Bug is still there
LibO - 4.0.2.1
OS - Windows 7 SP1

-- 
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 62324] New: FORMATTING: weird selection behaviour if trying to change format

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62324

  Priority: medium
Bug ID: 62324
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: weird selection behaviour if trying to
change format
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: paolobe...@gmail.com
  Hardware: Other
Status: NEW
   Version: 4.0.1.2 release
 Component: Writer
   Product: LibreOffice

Reproduce it:

- create a whole table (I have 2x10 table)
- format - paragraph = the selection reduces itself to first cell

-- 
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 62316] : libreoffice.org website improvement - RSS/ATOM feed for news and anouncements

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62316

Florian Effenberger flo...@documentfoundation.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX
 CC||floeff@documentfoundation.o
   ||rg

--- Comment #1 from Florian Effenberger flo...@documentfoundation.org ---
The newsfeed is compiled out of our blog, http://blog.documentfoundation.org,
which provides an RSS feed at http://blog.documentfoundation.org/feed/

-- 
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 62316] : libreoffice.org website improvement - RSS/ATOM feed for news and anouncements

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62316

--- Comment #2 from Florian Effenberger flo...@documentfoundation.org ---
Likewise, you can get a feed postings to the announce list at
http://www.mail-archive.com/announce@documentfoundation.org/maillist.xml

-- 
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 62325] New: EDITING: Deleting selected text leaves unexpected font under cursor

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62325

  Priority: medium
Bug ID: 62325
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Deleting selected text leaves unexpected font
under cursor
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: fdb...@neosheffield.co.uk
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: Writer
   Product: LibreOffice

Created attachment 76513
  -- https://bugs.freedesktop.org/attachment.cgi?id=76513action=edit
Example of unexpected font after deletion

When deleting selected text, the font at the end, rather than the start, of the
selection is left under the cursor afterwards. This is unexpected.

For example,

If I type January 1st, 2013, st is autocorrected to superscript
Then, if I change my mind, select 1st, delete it, and type 2nd instead, the
result is that the entire text 2nd is superscripted (not just the nd)

-- 
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 62326] New: Instruction Cint fails when converting Hex strings of a negative value to a 16-bit integer value.

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62326

  Priority: medium
Bug ID: 62326
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Instruction Cint fails when converting Hex strings of
a negative value to a 16-bit integer value.
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: irsb...@hotmail.com
  Hardware: All
Status: UNCONFIRMED
   Version: 4.0.1.2 release
 Component: BASIC
   Product: LibreOffice

Problem Statement: LibreOffice execution of a BASIC macro stream will fail upon
the instruction Cint when converting Hex strings of a negative value to a
16-bit integer value.

Program execution is halted and the error message displayed is: “Inadmissible
value or data type. Overflow”.

If the same BASIC code is run on Visual Basic V6.0 or the Visual Basic V6.5
included with MS Office 2003, then it executes without errors.

BASIC code that demonstrates the problem:

Sub Example_Code_For_Integer()
  dim intDecimal as integer

  ' Testing Positive Hex string converted to 16-bit integer - OK
  intDecimal = Cint(H0)
  msgbox Cint(H0):   Cstr(intDecimal) 
  'should be: 0 - OK

  intDecimal = cint(H7FFF)
  msgbox Cint(H7FFF):   Cstr(intDecimal) 
  'should be: 32767 - OK

  '=

  ' Testing Negative Hex string converted to 16-bit integer - Fails 

  intDecimal = Cint(H)
  msgbox Cint(H):   Cstr(intDecimal) 
  'should be: -1 - Fails with Overflow error

  intDecimal = Cint(H8000)
  msgbox Cint(H8000):   Cstr(intDecimal) 
  'should be: -32768 - Fails with Overflow error

end sub

Note1: The above code was found to fail on the following LibreOffice platforms: 
LibreOffice 4.0.1.2 on WindowsXP SP3
LibreOffice 3.6.2.2 on Ubuntu 12.10 (quantal) 32-bit Linux 3.5.0-21
OpenOffice 3.2.1 on Ubuntu 10.10 (maverick) 32 bit Linux 2.6.35-22 
LibreOffice 3.3.3 Ubuntu 11.04 (natty) 32-bit Linux 2.6.38-11-generic 
LibreOffice 4.0.1.2 on Debian 6.0.7 (squeeze) 64-bit Linux 2.6.32-5-amd64.

Note2: I don't have a Mac to test whether or not this problem exists on the Mac
/ LibreOffice platform.

Note3: I have posted Bug 62323. It is similar to this bug, however it is
specific to the LibreOffice Linux 64-bit/AMD release and occurs using when the
Clng instruction. 

Regards, ian.

-- 
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 33168] pasting text will transfer format of target to the clipboard contents last paragraph

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33168

--- Comment #9 from Matthew Francis fdb...@neosheffield.co.uk ---
Created attachment 76514
  -- https://bugs.freedesktop.org/attachment.cgi?id=76514action=edit
Minimal example of how to reproduce

-- 
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 33168] pasting text will transfer format of target to the clipboard contents last paragraph

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33168

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
 CC||fdb...@neosheffield.co.uk

--- Comment #10 from Matthew Francis fdb...@neosheffield.co.uk ---
Reopened:-
This bug is still present in 4.0.0.3

I have attached a more minimal example that shows how to reproduce the issue

-- 
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 62328] New: Closing the window of the Tools - Autocorrect Options... dialog on OSX has no effect

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62328

  Priority: medium
Bug ID: 62328
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Closing the window of the Tools - Autocorrect
Options... dialog on OSX has no effect
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: fdb...@neosheffield.co.uk
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.0.3 release
 Component: UI
   Product: LibreOffice

Closing the window of the Tools - Autocorrect Options... dialog on OSX has no
effect.

The close button in the top left corner of the window frame highlights red,
indicating that the window should be able to be closed. However, nothing
happens when it is pressed.

The OK / Cancel buttons within the window work as expected.
The close buttons for other dialogs in the Tools menu also appear to work as
expected.

This occurs in both Writer and Calc, so I assume that it is a shared UI issue.

-- 
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 56707] : Starting up LibreOffice v3.6.3 crashes in Windows XP Pro. SP3.

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56707

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 CC||fridrich.st...@bluewin.ch,
   ||tima...@gmail.com

--- Comment #34 from Michael Meeks michael.me...@novell.com ---
What we really need is a build with debuginfo so we can work out what's going
on - unfortunately the wingdb stuff is pretty useless without symbols.

Fridrich - how is the symbol server coming along and/or do we have -any- build
with debug symbols that can be downloaded and tested ? Ant seems to be a
competent wingdb user :-)

It's an odd bug that'd be nice to get to the bottom of I guess.

-- 
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 62330] New: FILESAVE: Command+V don't work in save dialog when keyboard language not English

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62330

  Priority: medium
Bug ID: 62330
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: Command+V don't work in save dialog when
keyboard language not English
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: irregul...@mail.ru
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.5.2 release
 Component: Writer
   Product: LibreOffice

Problem description: 
Command+V don't work in save dialog when keyboard language isn't English (maybe
when any non-Latin, I've used russian).

Steps to reproduce:
1. Create new document and enter some text
2. Switch keyboard language to non-Latin (I've used russian)
3. Command+C to copy document text to clipboard (yes, it's work fine here)
4. Choose 'Save' menu item (or Save as... when you editing existing document)
5. Command+V will not work in field with file name when you are not in English
keyboard language mode.

Current behavior:
Command+V (i.e. Command+X, Command+A) don't work in save dialogs when currently
selected keyboard language isn't English.

Expected behavior:
Command+V (i.e. Command+X, Command+A) should work in save dialogs like expected
whithout dependence of currently selected keyboard language. 
Operating System: Mac OS X
Version: 3.6.5.2 release

-- 
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 62331] New: EDITING: faulty display of embedded doc form in xls

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62331

  Priority: medium
Bug ID: 62331
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: faulty display of embedded doc form in xls
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: kol...@online.sh.cn
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.1.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 76520
  -- https://bugs.freedesktop.org/attachment.cgi?id=76520action=edit
the form is in tab 2 of the xls-file

Problem description: xls file with embedded protected doc file does not display
correctly (elements missing), editing also with problems
Document is an application form, see attached.
Same problem on v4.0 on Windows XP and v3.5 on Ubuntu 12.04

Steps to reproduce:
1. open file in calc
2. try to fill out the form on second tab
3. 

Current behavior: form fields mixed-up, not all displayed

Expected behavior: complete display, editing the fields possible


Operating System: Windows XP
Version: 4.0.1.2 release

-- 
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 62332] New: FORMATTING: enhancement: enable selection of various slide layouts in a master slide

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62332

  Priority: medium
Bug ID: 62332
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: enhancement: enable selection of various
slide layouts in a master slide
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: bugquestcon...@online.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.5.2 release
 Component: Presentation
   Product: LibreOffice

Problem description: 

Currently the master slide has only the layout Title, Content. 

Solution:
For productivity increase it would be excellent if 
1 - other layouts could be chosen
2 - additional place holders could be inserted.

This is not only my personal request but in AskLibO related questions and
request are coming up frequently . The last one is:
http://ask.libreoffice.org/en/question/6356/apply-layout-to-slide-master/?comment=14335#comment-14335

I am willing to test.
Operating System: Windows XP
Version: 3.6.5.2 release

-- 
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 57268] : Cannot save new file on webdav

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57268

--- Comment #2 from Christopher Potter potte...@yahoo.com ---
This bug is a very longstanding and annoying bug (appends also with OpenOffice)
. Still there in LibreOffice 4.0.x/Win7

If you open an OO/LO document from the 'windows explorer' (network drive
mapping a webdav folder), a webdav lock is correctly acquired by OO/LO. 

However, when you try to save the document, it seems that LO/OO tries to save
the document without passing the right protocol saying 'I wan't to save this
document and I am the owner of the lock'

Therefore it seems that OO/LO tries to do a standard save, and webdav refuse it
because the document is locked

-- 
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 62333] New: FILEOPEN: Segfault when opening ODP file

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62333

  Priority: medium
Bug ID: 62333
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: Segfault when opening ODP file
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: tobias.bur...@physik.fu-berlin.de
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 3.6.3.2 release
 Component: Presentation
   Product: LibreOffice

Created attachment 76521
  -- https://bugs.freedesktop.org/attachment.cgi?id=76521action=edit
/usr/bin/libreoffice --backtrace's gdbtrace.log

When I try to open
https://wiki.mozilla.org/images/5/5a/HighlightPasswordsPresentation.odp (343
KiB), libreoffice (openSUSE Factory, libreoffice-3.6.3.2.4-6.1.x86_64)
segfaults.

-- 
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 62146] Wiki: [bo][cy][he][hi][sid][uk] Dead Link to Tibetan and other websites

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62146

--- Comment #6 from Erich er...@libreofficebox.org ---
 @Erich:
 Can you please also check other international Websites with the same problem?
 http://cy.libreoffice.org/
 http://hi.libreoffice.org/
 http://sid.libreoffice.org/
 http://uk.libreoffice.org/

Silverstripe apparently changed its attitude and doesn't show unpublished
error-pages anymore.
# fixed


 Browser message could not be found:
 http://he.libreoffice.org/

This subdomain had entirely disappeared from zonefile and Apache.
# fixed


 Any Idea concerning the ugly small characters? http://ml.libreoffice.org/
 looks better

This page displays properly for me but I think I can see what you mean here
http://bo.libreoffice.org/

Seems to be up to the fonts on one's machine as well as to the browser language
and the languages the browser supports and if not, with what it thinks to
replace a missing font properly.

-- 
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 62249] Bug in opening .ppt that saved from .pptx

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62249

--- Comment #3 from Jorendc joren.libreoff...@telenet.be ---
Hi,

Thanks for your reply. But please, browse to
https://bugs.freedesktop.org/show_bug.cgi?id=62249 and reply over there. Do not
reply the email you get, but leave a comment on link above. If you look at your
own comment, you'll see what I mean.

Is it also possible to attach the document?

Kind regards,
Joren

-- 
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 37073] FILESAVE: Writer does not ask for DAV authentication if file opened from linked WebDAV share in Windows

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37073

--- Comment #9 from Christopher Potter potte...@yahoo.com ---
We confirm that this longstanding bug still occurs on LibreOffice 4.0.x
(Windows)

-- 
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 54157] LibreOffice 4.0 most annoying bugs

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

--- Comment #123 from Pedro pedl...@gmail.com ---
Added Bug 58144. I know people are not supposed to uninstall LibreOffice :) but
it looks pretty bad that the uninstall dialog is filled with squares. This is a
regression from version 3.6

-- 
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 54157] LibreOffice 4.0 most annoying bugs

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Pedro pedl...@gmail.com changed:

   What|Removed |Added

 Depends on||58144

-- 
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 58144] incorrect font used during installation on Windows XP

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58144

Pedro pedl...@gmail.com changed:

   What|Removed |Added

 Blocks||54157

-- 
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 62334] New: UI: missing highlight of the current slide in the slides panel

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62334

  Priority: medium
Bug ID: 62334
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: UI: missing highlight of the current slide in the
slides panel
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: boicot...@yahoo.it
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.0.0.alpha0+ Master
 Component: Presentation
   Product: LibreOffice

Problem description: 
sometimes I loose the highlight of the current slide in the slides panel
Steps to reproduce:
1. can't tell - it happens apparently randomly
2. 
3. 

Current behavior:
(sometimes) the current slide in the Slides panel is not highlithed
Expected behavior:
I should always be


Operating System: Windows 7
Version: 4.1.0.0.alpha0+ Master

-- 
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 58510] UI: distorted screen after scrolling

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58510

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Jorendc joren.libreoff...@telenet.be ---
(In reply to comment #3)
 I have the same problem. My video driver is fglrx(catalyst) and the video
 card is a radeon 4650hd. 
 The problem occurs when I scroll with the direction keys, if I scroll with
 the mouse it doesn't happen.

Thanks for your confirmation. Therefore we can mark this bug as NEW.

Kind regards,
Joren

-- 
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 60604] Impress Remote: Non-English characters in speaker notes garbled

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60604

--- Comment #6 from Michael Meeks michael.me...@novell.com ---
Oh - that's annoying :-) we build the notes HTML as UTF-8 for sure:

OString ImagePreparer::prepareNotes( sal_uInt32 aSlideNumber )
{
...
return OUStringToOString(
aRet.makeStringAndClear(), RTL_TEXTENCODING_UTF8 );
}

in the UI code - so; broadly I'm stumped. Given that we're doing this right ;-)
is it possible that Android has no good font coverage for your characters ? [ I
suppose not but ... ;-] so I don't understand.

-- 
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 62335] New: : Open with

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62335

  Priority: medium
Bug ID: 62335
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: : Open with
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: gabriel.bid...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.1.2 release
 Component: Libreoffice
   Product: LibreOffice

Problem description: 
I can't open a Microsoft Office Document with Libreoffice whithout start
LibreOffice: LibreOffice is not available in the function Open With of
Windows.

Steps to reproduce:
1. Click Right on a Microsoft Office Document (.doc, .xls ...)
2. LibreOffice is not in the propose choices, even if we go into Program Files
to select the launcher.

Thank you for this program and I wish you will delete this bug !

Operating System: Windows XP
Version: 4.0.1.2 release

-- 
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 37073] FILESAVE: Writer does not ask for DAV authentication if file opened from linked WebDAV share in Windows

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37073

--- Comment #10 from Christopher Potter potte...@yahoo.com ---
Some additional logs on the server side (webdav alfresco). The webdav error is
an '400 bad request' when trying to unlock

11:43:04,872 DEBUG [org.alfresco.webdav.protocol] Properties of the
FileInfo[name=Nouveau Texte OpenDocument.odt, isFolder=false,
nodeRef=workspace://Spac  esStore/dbf16368-694b-4404-a440-c61f9dac2bfd] was
changed
11:43:05,367 INFO  [org.alfresco.webdav.protocol] LOCK took 568ms to execute
[/alfresco/webdav/Espaces%20Utilisateurs/cpotter/Nouveau%20Texte%20OpenDocume  
   nt.odt]
11:43:05,712 DEBUG [org.alfresco.webdav.protocol] WebDAV request UNLOCK on path
/alfresco/webdav/Espaces%20Utilisateurs/cpotter/Nouveau%20Texte%20OpenDocu 
ment.odt
11:43:05,712 DEBUG [org.alfresco.webdav.protocol] Parsing Lock-Token header:
opaquelocktoken:dbf16368-694b-4404-a440-c61f9dac2bfd:cpotter
11:43:05,712 DEBUG [org.alfresco.webdav.protocol] UNLOCK is returning status
code: 400
11:43:05,712 INFO  [org.alfresco.webdav.protocol] UNLOCK took 0ms to execute
[/alfresco/webdav/Espaces%20Utilisateurs/cpotter/Nouveau%20Texte%20OpenDocume  
   nt.odt]
11:43:05,930 DEBUG [org.alfresco.webdav.protocol] WebDAV request PROPFIND on
path /alfresco/webdav/Espaces%20Utilisateurs/cpotter/Nouveau%20Texte%20OpenDo  
   cument.odt
11:43:05,931 DEBUG [org.alfresco.webdav.protocol] Fetched node for path:
   servlet path: /webdav
11:43:05,932 INFO  [org.alfresco.webdav.protocol] PROPFIND took 2ms to execute
[/alfresco/webdav/Espaces%20Utilisateurs/cpotter/Nouveau%20Texte%20OpenDocu
 ment.odt]
11:43:06,154 DEBUG [org.alfresco.webdav.protocol] WebDAV request LOCK on path
/alfresco/webdav/Espaces%20Utilisateurs/cpotter/Nouveau%20Texte%20OpenDocume   
  nt.odt
11:43:06,154 DEBUG [org.alfresco.webdav.protocol] Parsing If header: null
11:43:06,154 DEBUG [org.alfresco.webdav.protocol] Timeout=3600, depth=-1
11:43:06,155 DEBUG [org.alfresco.webdav.protocol] Locking node:
11:43:06,156 DEBUG [org.alfresco.webdav.protocol] Fetched node for path:
   servlet path: /webdav
11:43:06,156 DEBUG [org.alfresco.webdav.protocol] LOCK is returning status
code: 423
11:43:06,156 INFO  [org.alfresco.webdav.protocol] LOCK took 2ms to execute
[/alfresco/webdav/Espaces%20Utilisateurs/cpotter/Nouveau%20Texte%20OpenDocument
 .odt]

-- 
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 57519] Cell wrap does not function automatically once column width is reduced

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57519

Jorendc joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #5 from Jorendc joren.libreoff...@telenet.be ---
(In reply to comment #4)
 reproduced on Version 4.0.0.3 (Build ID:
 7545bee9c2a0782548772a21bc84a9dcc583b89)
 on WinXP.

Well done Bernhard! Thanks for your clear steps. I didn't test them yet, but
because you can reproduce it I mark this as NEW for now. I'm currently
building, so I'll test later.

Kind regards,
Joren

-- 
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 30770] xslx import/export takes hours, while UI freezes

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30770

--- Comment #7 from ringe ru...@rin.no ---
I configured LibreOffice for less memory usage:
http://oldpapyrus.wordpress.com/2012/06/28/reduce-libreoffice-memory-usage/

Then I deployed the settings to all users:
http://community.spiceworks.com/scripts/show/1859-configure-libreoffice-for-all-users

I have not heard any complaints after this. That doesn't mean the issue is
solved. I just have not been able to reproduce it on the test cases I had.

The test case provided in this ticket is still valid for 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 62336] New: Command line conversion to HTML fails on certain documents

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62336

  Priority: medium
Bug ID: 62336
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Command line conversion to HTML fails on certain
documents
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: sorin.bur...@xwiki.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.1.2 release
 Component: framework
   Product: LibreOffice

Created attachment 76522
  -- https://bugs.freedesktop.org/attachment.cgi?id=76522action=edit
file which works on 3.6.2.2 but does not work on 4.0.1.2

I have a set of documents of diferent formats (all from Microsoft)

When I convert them to html files, I use the following command:

libreoffice --headless --convert-to htm:HTML --outdir /home/user/LOfiles/
myFile-DOCX.docx

While this command works for all my documents using LO 3.6.22, it does not work
on all files when using LO 4.0.1.2.

By not working I mean that I get the following message in my console:

user@linux:~/LOfiles$ libreoffice4.0 --headless --convert-to htm:HTML 
~/LOfiles/004-FREE-French-Sanskrit-Tables-NoHeader-250Pages-DOCX.docx 
convert
/user/xwiki/LOfiles/004-FREE-French-Sanskrit-Tables-NoHeader-250Pages-DOCX.docx
-
/home/user/LOfiles/004-FREE-French-Sanskrit-Tables-NoHeader-250Pages-DOCX.htm
using HTML

The thing is, that I don't get any file out of this. For other documents it
does work, but this is a particular file where it doesn't.

This file is a valid File, which I am able to open from LO Writer and even able
to save it as HTML successfully from the Writer.

I have attached the file. So this works on 3.6.2.2 but does not work with
4.0.1.2.

If you need more details, please tell me.

-- 
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 62336] Command line conversion to HTML fails on certain documents

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62336

Sorinello sorin.bur...@xwiki.com changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)
 CC||sorin.bur...@xwiki.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 60604] Impress Remote: Non-English characters in speaker notes garbled

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60604

--- Comment #7 from tbehr...@suse.com ---
(In reply to comment #5)
 Problem still there on 2013-03-13_06.12.13 build.

Can you attach minimal odp file that shows the problem for you with the latest
version
(http://dev-builds.libreoffice.org/pre-releases/sdremote/playstore/ImpressRemote.apk)?

-- 
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 62337] New: LibreOffice not associated with .pub files

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62337

  Priority: medium
Bug ID: 62337
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LibreOffice not associated with .pub files
  Severity: trivial
Classification: Unclassified
OS: All
  Reporter: phodgkin...@bluecoat.uk.com
  Hardware: All
Status: UNCONFIRMED
   Version: 4.0.1.2 release
 Component: Installation
   Product: LibreOffice

After installing LibreOffice on both Windows and OS X systems I have discovered
that it has not provided a file association for .pub files which LibreOffice is
able to open.

-- 
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 62289] Hyperlinks to other sheets with only a number for the name in the same workbook take you to the ROW number in the current sheet, instead of to the desired sheet

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62289

Charles tansta...@libertytrek.org changed:

   What|Removed |Added

   Priority|medium  |high
Summary|Hyperlinks to sheets with a |Hyperlinks to other sheets
   |number for a name take you  |with only a number for the
   |to that ROW number, instead |name in the same workbook
   |of the desired Sheet|take you to the ROW number
   ||in the current sheet,
   ||instead of to the desired
   ||sheet

-- 
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 61503] uno.util.Bootstrap.bootstrap()

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61503

--- Comment #4 from milankor...@seznam.cz ---
LibreOffice Verze 4.0.1.2 (ID sestavení:
84102822e3d61eb989ddd325abf1ac077904985)

funct Bootstrap.bootstrap()

ERRORR!!!

Could not load file or assembly 'cli_cppuhelper, Version=1.0.22.0,
Culture=neutral, PublicKeyToken=ce2cb7e279207b9e' or one of its dependencies.
Strong name validation failed. (Exception from HRESULT: 0x8013141A)

ERROR!!!

VS2010 Express, Active debug x86

app.config
--

startup useLegacyV2RuntimeActivationPolicy=true
requiredRuntime version=v4.0.20506/
supportedRuntime version=v4.0
sku=.NETFramework,Version=v4.0,Profile=Client/
/startup

-- 
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 60604] Impress Remote: Non-English characters in speaker notes garbled

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60604

--- Comment #8 from Michal Sylwester msylwes...@gmail.com ---
Created attachment 76523
  -- https://bugs.freedesktop.org/attachment.cgi?id=76523action=edit
Presentation example

Slide and notes should show same characters. Top line is some Japanese, bottom
some specific Polish characters. Neither show up correctly for me.

-- 
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 62313] PRINTING: Printing Notes pages

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62313

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||bfo.bugm...@spamgourmet.com

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com ---
(In reply to comment #0)
 Problem description: I can't see any way to print Notes pages, I would like
 them to be exported also

FilePrintPrint Document [change to Notes]

FileExport as PDFGeneralGeneral - mark Export notes pages

FileExportHTML export also can show notes.

Marking as RESOLVED WORKSFORME as feature is available.

-- 
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 60604] Impress Remote: Non-English characters in speaker notes garbled

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60604

--- Comment #9 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Artur Dryomov committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=04ab54f0c74ef0edcdd3ede3a5046a02f4bc90b1

fdo#60604 - fix Impress remote client speaker notes encoding



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
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 62338] New: LibreOffice hangs waiting for Outlook to finish Send as email attachment

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62338

  Priority: medium
Bug ID: 62338
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LibreOffice hangs waiting for Outlook to finish Send
as email attachment
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: ru...@rin.no
  Hardware: All
Status: UNCONFIRMED
   Version: 4.0.1.2 release
 Component: Libreoffice
   Product: LibreOffice

In LibreOffice 4.0.1.2 on Windows Server 2008 R2:

File-Send-This document as e-mail attachment

Outlook 2010 new message window opens and works as expected.

If you try to open the attached document from the Outlook windows, seemingly
nothing is happening.

And if you move the Outlook window around, the LibreOffice window behind it
still shows the Outlook window in it's old position. LibreOffice is not
redrawing itself, and you can not interact with the document like you can on
Ubuntu/Evolution.

Upon closing the Outlook windows (sending the email). There is an error
message:
C:\Users\Runar\AppData\Local\Microsoft\Windows\Temporary Internet
Files\Content.Outlook\XUYBG9DD\BESTILLING MAL.xls does not exist

The error is due to the attempt to open the document from Outlook. The same
will happen when I try to send a blank, new document.

-- 
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 49120] FILESAVE: LibreOffice corrupts XLSX file

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49120

--- Comment #15 from ringe ru...@rin.no ---
Hi everyone. I need this bug/feature so much that I'm willing to pay 100.00
bucks for it.
This offer is registered at FreedomSponsors
(http://www.freedomsponsors.org/core/issue/218/filesave-libreoffice-corrupts-xlsx-file).
Once you solve it (according to the acceptance criteria described there), just
create a FreedomSponsors account and mark it as resolved (oh, you'll need a
Paypal account too)
I'll then check it out and will gladly pay up!

If anyone else would like to throw in a few bucks to elevate the priority on
this issue, you should check out FreedomSponsors!

-- 
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 53859] FILEOPEN: Unable to open some Excel 97-2003 spreadsheets created in version 3.5.5.3

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53859

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 CC||bfo.bugm...@spamgourmet.com

--- Comment #5 from bfoman bfo.bugm...@spamgourmet.com ---
(In reply to comment #4)
 The problem occurs before the password prompt.  The latest version doesn't
 recognize the file as an Excel format spreadsheet but instead prompts for
 ASCII conversion options. 

Which is that?

-- 
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 49120] FILESAVE: LibreOffice corrupts XLSX file

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49120

--- Comment #16 from Jason jpal...@rentacrate.com ---
I also added $100 to the pot.

-- 
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 53871] EDITING: Crashes when right-clicking in header/footer

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53871

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

-- 
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 53877] Plantage lors de la multiplication de ligne sous Calc

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53877

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 CC||bfo.bugm...@spamgourmet.com

--- Comment #2 from bfoman bfo.bugm...@spamgourmet.com ---
Merci de votre un rapport de bogue.
Les bogues trouvés dans les packages LibreOffice doivent etre reportés dans
Freedesktop Bugzilla (en anglais).
Si vous avez des difficultés avec l'anglais vous pouvez décrire (en français)
votre probleme sur us...@fr.libreoffice.org liste, ou sur le canal IRC
#libreoffice-fr avec le maximum de détails sur la façon dont vous procédez
(chaque clic peut etre important) pour arriver au comportement défectueux.
Indiquez aussi votre systeme d'exploitation et la version de LibreOffice
utilisée. Si le bug est confirmé par les participants a la liste, quelqu'un se
chargera de le rapporter ici en anglais.

Signalement d'un bogue - https://wiki.documentfoundation.org/BugReport/fr

[French translation copied from earlier FR entries and wiki page above]

-- 
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 53947] : when saving ANY Libreoffice file to the desktop, I get a blank or white icon only

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53947

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||bfo.bugm...@spamgourmet.com
 Ever confirmed|0   |1

--- Comment #2 from bfoman bfo.bugm...@spamgourmet.com ---
Please read http://wiki.documentfoundation.org/UserProfile and comment if
problem still exists in newer version and clean profile.

-- 
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 60880] database file corrupted

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60880

--- Comment #2 from Jérôme Bouat jerome.bo...@developpement-durable.gouv.fr 
---
Created attachment 76526
  -- https://bugs.freedesktop.org/attachment.cgi?id=76526action=edit
an other corrupted file

The bug just occurred again.

I was using also LO Calc.

I closed the database window and a dialog asked me if I wanted to save the
database. I replied yes. The window disappeared but the database file seems
to be smaller than the non corrupted one.

Between the 2 corrupted files, I activated the backup copy while saving.
However, this backup copy doesn't work here. Should I created an other bug for
this backup copy issue ?

-- 
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 53859] FILEOPEN: Unable to open some Excel 97-2003 spreadsheets created in version 3.5.5.3

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53859

--- Comment #6 from Ed Kapusniak ed.kapusn...@gmail.com ---
(In reply to comment #5)
 (In reply to comment #4)
  The problem occurs before the password prompt.  The latest version doesn't
  recognize the file as an Excel format spreadsheet but instead prompts for
  ASCII conversion options. 
 
 Which is that?

I don't understand your question.

The uploaded file (Comment 2) was created as an Excel format spreadsheet using
LibreOffice ver 3.5.5.3.  Opening that file with the same LibreOffice version
gives a password prompt (and if you enter the password the file opens just
fine).

When I upgrade to LibreOffice version 3.5.6.2 and try to open the same file I
don't even get the password prompt.  Instead I get prompted for ASCII
conversion options.  In other words LibreOffice 3.5.6.2 doesn't recognize the
file as a valid Excel format spreadsheet file.

I hope this answer your question.

-- 
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 53951] check sum errors

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53951

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||bfo.bugm...@spamgourmet.com
 Ever confirmed|0   |1

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com ---
Is this still an issue in the latest stable release (4.0.x) and latest versions
(definitions) of used tools?

-- 
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 62339] New: FILESAVE: Hangs on save

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62339

  Priority: medium
Bug ID: 62339
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: Hangs on save
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: datami...@live.se
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.1.2 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description: LibO hangs on save file. Sometimes it works but mostly
not. Has to force quit LibO.

Steps to reproduce:
1. Just try to save 
2. 
3. 

Current behavior: Hangs

Expected behavior: Save file

OS X 10.8.2 (12C60)
2 GB 667 MHz DDR2 SDRAM
2 GHz Intel Core 2 Duo
NVIDIA GeForce 9400M 256 MB
(Its a standard MacBook from 2009)
Swedish OSX
Swedish lang.pack for LibO
Operating System: Mac OS X
Version: 4.0.1.2 release

-- 
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 60880] database file corrupted

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60880

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
Jérôme: Just to be sure, was a Samba share concerned during backup?

-- 
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 60880] database file corrupted

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60880

--- Comment #4 from Jérôme Bouat jerome.bo...@developpement-durable.gouv.fr 
---
The LO Database was on a network file system (I don't know exactly which one).
I know that Samba is used for integration with Microsoft Windows XP desktop but
I don't know the underlying file system.

I spoke about the backup copy wich appears in options dialog - load/save
- general - save - always create a backup copy. I activated this
option between the 2 database corruptions.

-- 
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 60880] database file corrupted

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60880

--- Comment #5 from Julien Nabet serval2...@yahoo.fr ---
Jérôme: we need to know if the problem is because of the use of Samba (Samba
bug or LO bug because it manages badly network share) or if it's a LO bug
concerning backup.
Could you try this same test in local?

-- 
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 60880] database file corrupted

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60880

--- Comment #6 from Jérôme Bouat jerome.bo...@developpement-durable.gouv.fr 
---
Ok, I will use the database file on a local storage from now.

-- 
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 61405] LibreOffice unable to paste image from clipboard

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61405

--- Comment #3 from mossma...@gmail.com ---
I was able to reproduce the problem in Ubuntu 12.04.2 Libreoffice 4.0.1.2 xfce
4.8. However, when I switched to Unity and tried to paste an image from the
clip board, I experienced no issues. This leads me to believe this potential
bug is xfce specific.

-- 
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 60604] Impress Remote: Non-English characters in speaker notes garbled

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60604

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Michael Meeks michael.me...@novell.com ---
Thanks Artur - just reviewed and pushed to -4-0 - will be in the 4.0.2 impress
remote update in a couple of weeks I think :-)

-- 
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 60604] Impress Remote: Non-English characters in speaker notes garbled

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60604

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|target:4.1.0|target:4.1.0 target:4.0.3

--- Comment #11 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Artur Dryomov committed a patch related to this issue.
It has been pushed to libreoffice-4-0:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=61686edf7074ab72d03ca2f73022797443a61fa9h=libreoffice-4-0

fdo#60604 - fix Impress remote client speaker notes encoding


It will be available in LibreOffice 4.0.3.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
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 61789] PDF: Error in exporting vector graphics to PDF

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61789

--- Comment #5 from yaku...@gmx.net ---
Created attachment 76527
  -- https://bugs.freedesktop.org/attachment.cgi?id=76527action=edit
One line imported from Origin directly via clipboard

I attached an odg file with a single line imported directly from Origin via
clipboard. I deleted all other lines of the graph in Origin before.

-- 
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 60880] database file corrupted

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60880

--- Comment #7 from Jérôme Bouat jerome.bo...@developpement-durable.gouv.fr 
---
Note that I never had a corrupted file on this network file systems which is
daily used by me.

-- 
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 60880] database file corrupted

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60880

Jérôme Bouat jerome.bo...@developpement-durable.gouv.fr changed:

   What|Removed |Added

  Attachment #76526|application/octet-stream|application/vnd.oasis.opend
  mime type||ocument

-- 
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 53987] Inserting columns and deleting columns have different hotkeys

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53987

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 CC||bfo.bugm...@spamgourmet.com

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com ---
Are those default hotkeys? I don't see such hotkeys defined on new Windows
installation.

-- 
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 53987] Inserting columns and deleting columns have different hotkeys

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53987

--- Comment #2 from bfoman bfo.bugm...@spamgourmet.com ---
Checked with:
LO 4.0.1.2
Build ID: own W7 debug build
Windows 7 Professional SP1 64 bit

-- 
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 62340] New: Multiple undo/redo operation erase first letter on nearby indexed words

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62340

  Priority: medium
Bug ID: 62340
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Multiple undo/redo operation erase first letter on
nearby indexed words
  Severity: critical
Classification: Unclassified
OS: All
  Reporter: i...@envox.hr
  Hardware: All
Status: UNCONFIRMED
   Version: 4.1.0.0.alpha0+ Master
 Component: Libreoffice
   Product: LibreOffice

Created attachment 76528
  -- https://bugs.freedesktop.org/attachment.cgi?id=76528action=edit
Collection of 6 screenshots and two .odt files.

Finally, after more than two years I catch predictable pattern how to reproduce
this serious problem if you are going to add index tags in your text. Bug is
continuously present at least from version 3.2, and it is still here. 

Please find in attachment, 6 step how to reproduce it and original
(index_err.odt) and modified document (index_err_final.odt).

I'll really appreciate anyone how will take a time to inspect what is going on,
since it cost me until now lots of suffering, pain and time for proof reading.

Many 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 53992] FORMATTING MS-COMPAT: Handling of fo:wrap-option and sequential text:p elements

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53992

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 CC||bfo.bugm...@spamgourmet.com
   ||,
   ||markus.mohrhard@googlemail.
   ||com

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com ---
CCing Calc expert from https://wiki.documentfoundation.org/FindTheExpert.
Please comment and set status accordingly.

-- 
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 53997] FILESAVE, MS-COMPAT: stop using table:number-columns-repeated

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53997

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 CC||bfo.bugm...@spamgourmet.com

--- Comment #4 from bfoman bfo.bugm...@spamgourmet.com ---
(In reply to comment #3)
 I think that we should not change this for a bug in another product.

Could you mark this bug as WONTFIX then?

-- 
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 53997] FILESAVE, MS-COMPAT: stop using table:number-columns-repeated

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53997

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 CC||markus.mohrhard@googlemail.
   ||com

--- Comment #5 from bfoman bfo.bugm...@spamgourmet.com ---
CCing as seems you are not on the CC list to notice a request.

-- 
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 53998] FILESAVE, MS-COMPAT: Two codepaths necessary, one 'pure' and one for MS Office compatability

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53998

bfoman bfo.bugm...@spamgourmet.com changed:

   What|Removed |Added

 CC||bfo.bugm...@spamgourmet.com
   ||, er...@redhat.com

--- Comment #1 from bfoman bfo.bugm...@spamgourmet.com ---
CCing Calc expert from https://wiki.documentfoundation.org/FindTheExpert.
Please comment and set status accordingly.

-- 
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 60880] database file corrupted

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60880

--- Comment #8 from Julien Nabet serval2...@yahoo.fr ---
Jérôme: if you can't reproduce this behaviour in local and always reproduce
this behaviour when using Samba share (+ the fact you don't have similar
problems with Samba), it can be, as I said, a LO bug dealing with network
share.

Now, it could be more difficult to investigate if you can't always reproduce
this bug when using network share. Could you tell if it's the case?

To put it clearly, I don't pretend I'm sure it's a Samba problem, I just would
like to know which part of LO may be buggy: backup copy part or network share
dealing.

-- 
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 60910] FILEOPEN: Fontwork disappears

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60910

--- Comment #9 from christopher.bowh...@gmail.com ---
Version 4.0.1.2 (Build ID: 400m0(Build:2))

save as .odt and fontwork disappears
save as .docx and fontwork disappears
BUT
save as .doc and fontwork is still there... 
at least for me.

-- 
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 62237] using writer to modify and edit an existing docx document results in document being inaccessible from word

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62237

Petr Mladek pmla...@suse.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from Petr Mladek pmla...@suse.cz ---
Jonathan, could you please attach the problematic document? We are not able to
move forward if we do not know how to reproduce it.

-- 
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 62257] EDITING: bold 'scrunches' whatever is being bolded into the size of a single character.

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62257

Brenda Granados bgra...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #1 from Brenda Granados bgra...@gmail.com ---
Hi. I tested this using LibreOffice version 4.0.1.2, and did not experience
this issue. When I highlight the text, and select the Bold icon, or use ctrl-B,
the text is not reduced to a single character, it is just bolded. All
characters are separately visible.

Because of this I'm marking the bug as WFM. If it's still an issue for you
please provide any additional helpful information and reopen the bug as REOPEN.
For example, does this occur only with certain fonts or sizes, or are there
other conditions of the document that might affect this?


Version: 4.0.1.2 (Build ID: 84102822e3d61eb989ddd325abf1ac077904985)
Platform: Ubuntu Linux 12.04 LTS x64

-

LibreOffice is powered by a team of volunteers, every bug is confirmed
(triaged) by human beings who mostly give their time for free. We invite you to
join our triaging by checking out this link:
https://wiki.documentfoundation.org/QA/BugTriage  There are also other ways to
get involved including with marketing, UX, documentation, and of course
developing -  http://www.libreoffice.org/get-help/mailing-lists

-- 
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 62257] EDITING: bold 'scrunches' whatever is being bolded into the size of a single character.

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62257

--- Comment #2 from Brenda Granados bgra...@gmail.com ---
In my last comment, it should say if you want to reopen the bug, please reopen
as UNCONFIRMED. Thank you.

-- 
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 62181] delete of header/footer clears undo stack

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62181

Brenda Granados bgra...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Brenda Granados bgra...@gmail.com ---
Hi, thank you for submitting a bug report. I can confirm this behavior using
LibreOffice version 4.0.1.2. This is very similar to a couple other bugs I have
seen, so I will mark this as a duplicate of Bug 46561: EDITING: Undo History
Cut off when Inserting a Page Header.

Version: 4.0.1.2
Platform: Ubuntu Linux 12.04 LTS x64

-Brenda

- 

LibreOffice is powered by a team of volunteers, every bug is confirmed
(triaged) by human beings who mostly give their time for free. We invite you to
join our triaging by checking out this link:
https://wiki.documentfoundation.org/QA/BugTriage  There are also other ways to
get involved including with marketing, UX, documentation, and of course
developing -  http://www.libreoffice.org/get-help/mailing-lists

*** This bug has been marked as a duplicate of bug 46561 ***

-- 
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 46561] EDITING: Undo History cut off when inserting Page Header

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46561

Brenda Granados bgra...@gmail.com changed:

   What|Removed |Added

 CC||lio...@mamane.lu

--- Comment #4 from Brenda Granados bgra...@gmail.com ---
*** Bug 62181 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 62279] : Autosum (Sigma) Function ignoring existing sum cells

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62279

--- Comment #1 from Jacques Guilleron guillero...@aol.com ---
Hello Colin,

In your small spreadsheet, cursor in cell B18, if I select Sigma function,
proposal is to add B13:B17 because it detects intermediate calculus. But
selecting B11:B17 get the correct result.

Regards

Jacques Guilleron

-- 
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 62279] : Autosum (Sigma) Function ignoring existing sum cells

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62279

Jacques Guilleron guillero...@aol.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

-- 
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 47414] Import of MathML into OpenOffice / LibreOffice

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47414

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

 CC||gerry.trep...@googlemail.co
   ||m

--- Comment #1 from Gerry gerry.trep...@googlemail.com ---
I agree with Wilfried. Many valid MathMl files do not import in LibreOffice. 

I do not know whether they are based on a higher version of the MathML
standard. LibreOffice supports only up to version 1.01 of the standard. The
current revision of MathML is 3.0.

-- 
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 62257] EDITING: bold 'scrunches' whatever is being bolded into the size of a single character.

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62257

Paul Hubert phuber...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|WORKSFORME  |---

--- Comment #3 from Paul Hubert phuber...@gmail.com ---
I only opened a new document, keyed two words in Times New Roman, bolded the
2nd word and it became bold as normal. But then I clicked on empty space and
BOTH words, the one bolded and the one not 'scrunched'.

I opened an OLD document - the first I created with 4.0.1.2 in which I first
encountered the problem and bolded a word within it successfully.

So, it isn't an 'every time' problem, though it was when I was creating that
document!

Both cases were plain text files using the default Times New Roman font,

-- 
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 62192] : broken launch script, bork in March in Germany

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62192

ExecutorElassus n.andrew.wa...@gmail.com changed:

   What|Removed |Added

  Component|Localization|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 61626] FORMATTING: Import of MS Word ListNum field generates incorrect number sequence

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61626

--- Comment #1 from John itsupp...@cranfieldaerospace.com ---
Just noticed this is a duplicate of 44319.

Tried with latest LO V 4.0.1.2 release, problem still exists.

-- 
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 62249] Bug in opening .ppt that saved from .pptx

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62249

--- Comment #4 from aviezab avie...@yahoo.com ---
Huehe, thank you for correcting me.

What document do you mean?

-- 
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 62079] Optional Hidden Items Menu

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62079

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Michael Meeks michael.me...@novell.com ---
Add a separator + 'Customize' icon to the end of the no-space toolbar
drop-down, so we can still customize it.

-- 
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 62289] Hyperlinks to other sheets with only a number for the name in the same workbook take you to the ROW number in the current sheet, instead of to the desired sheet

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62289

--- Comment #1 from Petr Mladek pmla...@suse.cz ---
Created attachment 76530
  -- https://bugs.freedesktop.org/attachment.cgi?id=76530action=edit
test document

I have created the hyperlink by:

+ open Insert/Hyperlink
+ select the tab Document
+ press the button Target in Document (dot inside a circle icon)
+ select 100 in Sheets tree and press Apply
+ enter text, name, and press apply

-- 
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 53859] FILEOPEN: Unable to open some Excel 97-2003 spreadsheets created in version 3.5.5.3

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53859

--- Comment #7 from bfoman bfo.bugm...@spamgourmet.com ---
(In reply to comment #6)
 In other words LibreOffice 3.5.6.2 doesn't recognize
 the file as a valid Excel format spreadsheet file.

Please check if this bug is reproducible with the latest 4.0.x stable release
as 3.5.x is EndOfLife and 3.6.x will be EOL soon (last .6 release to be
released in April, code freeze in March).

-- 
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 62249] Bug in opening .ppt that saved from .pptx

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62249

--- Comment #5 from Jorendc joren.libreoff...@telenet.be ---
(In reply to comment #4)
 Huehe, thank you for correcting me.
No worries, I see you found it :-). Thanks!

 What document do you mean?
The document shown in the attachment :).

-- 
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 62257] EDITING: bold 'scrunches' whatever is being bolded into the size of a single character.

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62257

--- Comment #4 from Paul Hubert phuber...@gmail.com ---
I just tried a new document, entering only two words in the default Times New
Roman font. I bolded the 2nd word and that seemed to work normally until I
clicked in open space when BOTH words 'scrunched'.

I had to close LibreOffice without saving as I was having difficulty deleting
the two words I had entered.

I then opened the document in which I first encountered the problem. Both are
plain text documents in the default font.

I WAS able to bold a word in that document successfully. So, the problem isn't
appearing consistently, though while creating the first document (the first I
had attempted using 4.0.1.2) it WAS consistent!

I am running 64 bit Ubuntu 11.04.

-- 
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 62342] New: UI: Will Donate $1000 USD for 'Reveal Codes' feature in LibreWriter

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62342

  Priority: medium
Bug ID: 62342
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: UI: Will Donate $1000 USD for 'Reveal Codes' feature
in LibreWriter
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: paulwoo...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.5.2 release
 Component: Writer
   Product: LibreOffice

Dear LOS (LibreOffice Support):

This is not a bug, but it is a UI request. I am willing to donate $1,000 USD,
half now if active development is being pursued on this item with a deadline by
the June 31st, 2013 and the last half once it's published in a release
edition/update (if completed sooner it may incur a bonus/tip) -- for the
implementation of a 'reveal codes' feature natively within LibreOffice; much
like WordPerfect has. This a a truly powerful and simple feature that
WordPerfect has a voluntary monopoly on. I believe LibreOffice would garner
many converts with inclusion of this feature alone and I myself would rather
see our company (and society) use open-source programs in lieu of proprietary
applications.

I know for a fact that $1,000 USD is a lot for a single feature in a word
processor program, but if the economic utility/value is scaled over the life of
myself and the life of my company then I see a donation of $1,000 now as more
than worth the investment.

If you think I'm joking of 'pulling your leg,' please feel free to call me or
email me. I assure you that I'm not, I'm trying to grow my company and in doing
so I plan on using OSS as much as possible. Lastly, see attached screenshot.

US Mobile # (478)335-0504
US Email: p...@sebringengineering.net
-
Paul D. Wood, E.I.T
Operating System: Windows 7
Version: 3.6.5.2 release

-- 
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 62289] Hyperlinks to other sheets with only a number for the name in the same workbook take you to the ROW number in the current sheet, instead of to the desired sheet

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62289

Petr Mladek pmla...@suse.cz changed:

   What|Removed |Added

   Severity|blocker |major
 CC||er...@redhat.com,
   ||kyosh...@slickedit.com,
   ||markus.mohrhard@googlemail.
   ||com

--- Comment #2 from Petr Mladek pmla...@suse.cz ---
I see the same problem also with LO-3.4.6. I did not test earlier versions. I
wonder if this ever worked.

A workaround is to prefix the numbers with some letters, e.g. to use day100
or group100, car100 instead of 100 as the sheet name.

It is pity the the link is #100. There is no difference between links to
cells or sheets.
I add Calc developers into CC to look at it. I wonder if there is an
alternative syntax that might work even with the number.

Otherwise, it is old bug, workaround exists = this bug could not suddenly
start blocking releases with other useful fixes and improvements = lowering
the severity a bit.

-- 
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 41883] MinGW port Most Annoying Bugs

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41883

Petr Mladek pmla...@suse.cz changed:

   What|Removed |Added

  Alias||mabMinGW

-- 
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 62223] Opening template via Quickstart: Input Box not working

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62223

Rafael Dominguez venccsra...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Rafael Dominguez venccsra...@gmail.com ---


*** This bug has been marked as a duplicate of bug 61959 ***

-- 
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 61959] FILEOPEN: New File from Template

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61959

Rafael Dominguez venccsra...@gmail.com changed:

   What|Removed |Added

 CC||mark.rodeho...@gc-gruppe.de

--- Comment #13 from Rafael Dominguez venccsra...@gmail.com ---
*** Bug 62223 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 61917] can't fetch data from web using webquery

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61917

Petr Mladek pmla...@suse.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
   Severity|blocker |critical
 Ever confirmed|0   |1

--- Comment #2 from Petr Mladek pmla...@suse.cz ---
Could you please provide more detailed description how to reproduce this
problem?
Could you please paste here the URL that you tried?
Could you please attach a document with a sample data?
We are not able to move forward if we are not able to reproduce the problem.

I am not able to reproduce the problem. The reported does not respond. Such bug
could not block the 4.0.2 release = reducing the severity a bit.

-- 
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 61905] EDITING: Entered numbers not shown, but entered correctly

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61905

--- Comment #3 from Noel Power nopo...@novell.com ---
(In reply to comment #2)
 2. should read: , leaving cell with Ctrl+Click into a different cell.
cntrl-click ? really ?

but.. in anycase can you give more exact instructions like, 
1. select sheet x
2. select cell A1 with right mouse click
3, enter 4 in cell a1
4. select cell b3 with right mouse click
5. enter 56 in cell b3
6. notice cell b3 displays the text weird behaviour when the expected content
was 56

etc. so that we  can try and reproduce what you are seeing

note: I did try entering the numbers from Losung!b2:e2 into Original!b2:e2 but
I didn't see anything going wrong

-- 
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 62289] Hyperlinks to other sheets with only a number for the name in the same workbook take you to the ROW number in the current sheet, instead of to the desired sheet

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62289

Eike Rathke er...@redhat.com changed:

   What|Removed |Added

  Attachment #76530|text/plain  |application/vnd.oasis.opend
  mime type||ocument.spreadsheet

-- 
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 61626] FORMATTING: Import of MS Word ListNum field generates incorrect number sequence

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61626

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Joel Madero jmadero@gmail.com ---
comment #1 - marking as Dupe.

Thanks John.

*** This bug has been marked as a duplicate of bug 44319 ***

-- 
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 44319] EDITING: numbering with {LISTNUM LegalDefault} code field not working

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44319

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 CC||itsupport@cranfieldaerospac
   ||e.com

--- Comment #6 from Joel Madero jmadero@gmail.com ---
*** Bug 61626 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 62342] UI: Will Donate $1000 USD for 'Reveal Codes' feature in LibreWriter

2013-03-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62342

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Michael Meeks michael.me...@novell.com ---
Hi Paul,

This feature is rather commonly requested, but not insignificantly hard to
implement :-) $1000 is a great sum to pledge though - perhaps you could head
to:

http://www.freedomsponsors.org/core/issue/?s=project_id=149project_name=LibreOffice

And make that more formal ? :-)

Of course there are per-se no codes in LibreOffice to reveal, so I would make
sure you phrase the task in a way that is actually do-able in linear time:
things like styles, and table structures may require a different approach to
show the whole document model and allow debugging it ( which is what I think
you really want - right ? :-)

Thanks for supporting the project.

-- 
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


  1   2   >