[Libreoffice-bugs] [Bug 62531] LibreOffice CMIS checkout does not work when using Alfresco atom endpoint

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62531

Cédric Bosdonnat cedric.bosdonnat@free.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |cedric.bosdonnat.ooo@free.f
   |desktop.org |r
 Ever confirmed|0   |1

--- Comment #16 from Cédric Bosdonnat cedric.bosdonnat@free.fr ---
Hello Marcus.

Thanks for the investigations. I think you got the point here, but it won't be
that easy to fix.

There are several name properties here that need not to be messed up:
 * the one in cmis:properties is the one we really want.
 * the ones in the relationships need to be parsed with relationships (not yet
implemented in libcmis) only.

I did some more work on properties recently in libcmis master branch, but it
would only enforce that problem as it is fetching all possible properties. We
want aspect properties to be parsed if possible.

-- 
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 72262] Other: menu items show dash - as soon as mousepointer touches them

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72262

--- Comment #3 from Maxim Monastirsky momonas...@gmail.com ---
Hi Uli,

Please don't reply using your e-mail client, use the web interface instead.
It's located at https://bugs.freedesktop.org/show_bug.cgi?id=72262.

- From the photo that you provided it's clear that you're using the 'generic'
rendering plugin. Would be great if you could also test the gtk\gtk3 plugins.
The relevant packages are 'libreoffice-gtk' and 'libreoffice-gtk3'. You may
also need to export 'SAL_USE_VCLPLUGIN=gtk' or 'SAL_USE_VCLPLUGIN=gtk3'.

- Did you turn on font anti-aliasing\hinting (It's a setting in KDE 'System
Settings' under Application Appearance-Fonts)? What happens if you change
hinting setting or turn off anti-aliasing completely?

- Also take a look Tools-Options...-LibreOffice-View. There are settings
related to hardware acceleration\font anti-aliasing. Does it make any
difference if you turn them off? (note that there are two anti-aliasing check
boxes in that dialog.)

- Also please inform what graphics card you're using, and what driver.

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 72286] Other: Problem submitting an extension (spell-checker for bambara)

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72286

Stephan Bergmann sberg...@redhat.com changed:

   What|Removed |Added

 CC||ma...@gmx.de,
   ||sberg...@redhat.com

--- Comment #1 from Stephan Bergmann sberg...@redhat.com ---
I cannot comment on any problems with the extensions website (maybe Andreas on
CC can), and was right now able to download both an 1.3.1
http://extensions.libreoffice.org/extension-center/bambara-bamanakan-spell-checker/releases/1.3.1/oxt-extension-file
from
http://extensions.libreoffice.org/extension-center/bambara-bamanakan-spell-checker/releases/1.3.1
and an older 1.3
http://extensions.libreoffice.org/extension-center/bambara-bamanakan-spell-checker/releases/1.3/oxt-file-dict-bm-013.oxt
from
http://extensions.libreoffice.org/extension-center/bambara-bamanakan-spell-checker/releases/1.3.

But I noticed the following:

* The 1.3.1 file oxt-extension-file does not have an .oxt filename
extension, so LO will not detect it is an extension and will not be able to
install it.  (Both 1.3.1 and 1.3 filenames are a bit odd, oxt-extension-file
and oxt-file-dict-bm-013.oxt.  I'd suggest to remove the redundant oxt,
extension, and file parts from the filenames and use something like
dict-bm-13.oxt and dict-bm-131.oxt instead.)

* The description.xml contained in the 1.3.1 oxt-extension-file still claims it
is version 1.3, not 1.3.1.

* What looks odd is that
http://extensions.libreoffice.org/extension-center/bambara-bamanakan-spell-checker/releases/1.3
declares version 1.3 as licensed CC-by-sa-v3 while
http://extensions.libreoffice.org/extension-center/bambara-bamanakan-spell-checker/releases/1.3.1
declares version 1.3.1 as licensed OSI.

-- 
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 72297] New: BASIC: CDateFromUnoDateTime does not work!

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72297

  Priority: medium
Bug ID: 72297
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: BASIC: CDateFromUnoDateTime does not work!
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: t...@mic-consulting.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: BASIC
   Product: LibreOffice

Created attachment 90208
  -- https://bugs.freedesktop.org/attachment.cgi?id=90208action=edit
XRAY aStruct - correct createDate values

Problem description: 

the function CDateFromUnoDateTime does not work as expected.

Steps to reproduce:

Try the following code:

sub test
 dim d as double

 aStruct = CDateToUnoDateTime(now())

 xray aStruct   'correct values

 d = CDatefromUnoDateTime(aStruct)  

 msgbox d   'result is something like 7,43823647510086E+173

end sub

If d is a string, result will be something like 20.12.-3741.

Results are equal when you try to get f.e. the creation date of a document:

sub GetCreationDateDoc
  odoc = thisComponent
  aStruct = oDoc.getDocumentProperties.creationDate
  d = CDatefromUnoDateTime(aStruct)  
  msgbox d   'result is something like 20.12.-3741
end sub

The values of the struct is correct - maybe the nanoseconds are ??, but
generally everything is ok (see attached picture)

So I believe the function CDateFromUnoDateTime is not working correct.




Current behavior:

Expected behavior:


Operating System: Windows 7
Version: 4.1.2.3 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 72299] New: Vlookup sort order

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72299

  Priority: medium
Bug ID: 72299
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Vlookup sort order
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: p_kongs...@op.pl
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.3.2 release
 Component: Spreadsheet
   Product: LibreOffice

I'm not sure why, but the vlookup function accepts value different than 0 and 1
(false and true). Logically if you give 5 in sort order it should return an
error, but it accepts the value. Even negative values are accepted.

I created a new bug for this, but see also
https://bugs.freedesktop.org/show_bug.cgi?id=72041 for further.

Tested in Version: 4.1.4.1
Build ID: 414ce1317b94ce49e6044b84baf237918e9a659

-- 
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 72006] Load URL dropdown list remains empty

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72006

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||gautier.sop...@gmail.com
 Ever confirmed|0   |1

--- Comment #2 from sophie gautier.sop...@gmail.com ---
Confirmed using GZAsH||Version: 4.2.0.0.beta1
oKnh7||Build ID: f4ca7b35f580827ad2c69ea6d29f7c9b48ebbac7 
Set to new - Sophie

-- 
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 72300] New: CreateUnoDialog - action ont supported

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72300

  Priority: medium
Bug ID: 72300
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: CreateUnoDialog  - action ont supported
  Severity: critical
Classification: Unclassified
OS: Windows (All)
  Reporter: wilczewski.pi...@gmail.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.0.6.2 release
 Component: BASIC
   Product: LibreOffice

After upgrading to LO 4.0.6.2 yesterday an error appeared when trying to call
dialog box. The error is Akcja nie jest obsługiwana. Nieprawidłowe wywołanie
procedury (Translation: Action not supported. Incorrect procedure call). None
of the buttons works.
It used to work fine till yesterday's upgrade (LO 4.0.5 - LO 4.0.6). 

Please help as soon as You can - my whole application doesn't work!


The example code is:

Sub OtworzDialogWysylania 
DialogLibraries.LoadLibrary(Standard)
oDialog1 = CreateUnoDialog( DialogLibraries.Standard.Dialog1 )


(...)
end sub

It is assigned to the button in form.

-- 
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 72285] When you insert a SVG image and you use the CTRL + Z and CTRL + SHIFT + Z it will crash

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72285

Regina Henschel rb.hensc...@t-online.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||rb.hensc...@t-online.de
 Ever confirmed|0   |1

--- Comment #1 from Regina Henschel rb.hensc...@t-online.de ---
It crashes too, when using the undo and redo buttons.

I have tested it in Version: 4.3.0.0.alpha0+
Build ID: a14cfd3d77104aee3e3c3d981a135161295197df
on Windows 7

-- 
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 71940] Formatting - Conditional changes inappropriately and creates additional rules when it should not

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71940

--- Comment #11 from Aprax r...@jwcca.com ---
Created attachment 90210
  -- https://bugs.freedesktop.org/attachment.cgi?id=90210action=edit
6 two ods files

I made two copies of two ods files, one to test myself before submitting to
you, the other to send to you so you can test.
DVD Source test sample.ods
DVD Index test sample.ods

I suggest that you make your own multiple copies of Index now.

They have 10 columns in common from Title to IMDB.

The 'Source' has no conditional formatting.

I record purchases in the Source, and have a column Box which is where the
DVD is stored when I need to find it, and other columns related to purchasing.

I copy the 10 columns to the Index and maintain other columns such as my
rate, last seen, etc.

Normally I can simply copy and paste but occasionally a single purchase
represents multiple movie titles and I have to key the information (or copy
parts of several fields to separate rows).
==
Check your first copy of Index.

In the beginning the conditional formatting is correct with a single range from
row 2 to row 1047662 for columns A, G, I, M  N.

To demonstrate the error, where Libre Office redefines ranges when it should
not, do the following:

Go to row 1436 of Source. It contains two movie titles which will require two
rows in Index.

Copy part of the text = Dirty Dancing 1987 1h45m and paste it into
row 1442 of Index

Check the Conditional Formatting Rules.

Copy part of the Title text = Dirty Dancing: Havana Night 2004 1h26m and
paste it into the Title column,
row 1443 of Index

Check the Conditional Formatting Rules.

Do the same for the 2nd title..., Actors... etc. i.e. any columns that do
NOT have conditional formatting
 but NOT columns WITH conditional formatting rules = col A, G, I, M and N.

Check the Conditional Formatting Rules, everything is still OK at this point.


Copy and paste the 10 columns for the two rows 1437  1438 in Source and Paste
into rows 1444  1445 of Index. 
The columns with Conditional Formatting should change to the appropriate
colors, they don't because the Conditional Formatting Rules for columns G and I
have been altered by Libre Office (without my permission)
The rules now have 2 ranges:
G1446:G1047662,G2:G1443
I1446:I1047662,I2:I1443
(and appear in descending sequence, which seems weird to me, I'd use
G2:G1443,G1446:G1047662 to make it easier to see what's missing which is
G1444:G1445)

Now key the Time in row 1443, and the Time changes to salmon 1:26 because
it's in the range.

--
Fix the Rules so that all have a single range from row 2 to row 1047666 and the
correct colors appear.

==
Check your second copy of Index.

In the beginning the conditional formatting is correct with a single range from
row 2 to row 1047666 for columns A, G, I, M  N.

Now repeat except that before copying from Source 1437  1438, key the Time in
Index row 1443 and check conditional formatting.
==
Delete the 4 rows from Index and the Rules are automatically 'fixed' except the
top end of the ranges has been decreased by four (4).
I don't like that either, I want a rule range that essentially covers from row
2 to the highest/last row possible. I grant that row 1047662 is more than
adequate, I'll never have that many DVDs, but, I don't like a program to second
guess me when specifying a range.
I can see that it would be appropriate in a case where I had a 'small' range,
e.g. from 37 to 54 and I wanted to insert a new row between row 42 and 43, then
the range should be expanded from 37 to 55. But not when the range is virtualy
all encompassing.

and so it goes, but it shouldn't. I've specified a set of rules and I don't
want them changed the way that they're being changed. I don't understand if
changing the rules this way is considered a 'feature'.

I hope this is adequate for your needs,

J

-- 
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 72240] Unremovable cell protection created out of nothing

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72240

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

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||gautier.sop...@gmail.com
 Ever confirmed|0   |1

--- Comment #2 from sophie gautier.sop...@gmail.com ---
Hi, could you provide a spreadsheet with the macro to be able to reproduce and
confirm the bug, please? Also, by default, all cells are protected, this
protection is activated by protecting the sheet. May be you should disable
protection of the cells (select the entire sheet, then Format  Cells 
Protection  uncheck Protected) *before* running the macro. Sophie

-- 
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 72240] Unremovable cell protection created out of nothing

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72240

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

   What|Removed |Added

   Severity|blocker |normal

--- Comment #3 from sophie gautier.sop...@gmail.com ---
Removed blocker ans set to normal until we get more info to reproduce the bug
and because it seems the macro is protecting the 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 72236] Libreoffice impress crashes when run presentation mode 2 screens

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72236

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

   What|Removed |Added

 CC||gautier.sop...@gmail.com

--- Comment #2 from sophie gautier.sop...@gmail.com ---
I can't reproduce it under Ubuntu 13.10 and 4.1.3.2, but may be there is a
relation with this bug https://bugs.freedesktop.org/show_bug.cgi?id=71527 ?
Sophie

-- 
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 71378] PRINTING: in particular .DOC big dots are printed instead of text

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71378

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

   What|Removed |Added

 CC||gautier.sop...@gmail.com

--- Comment #1 from sophie gautier.sop...@gmail.com ---
Hi, tried to reproduce with Version: 4.1.3.2
Build ID: 70feb7d99726f064edab4605a8ab840c50ec57a under Ubuntu 13.10 and the
document you produced printed correctly, not dots shown. Sophie

-- 
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 72299] Vlookup sort order

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72299

Ady ady...@hotmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Ady ady...@hotmail.com ---
From ODF Standard,
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#__RefHeading__1018436_715980110

VLOOKUP:
If RangeLookup is omitted or TRUE or not 0...

Setting as 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 72299] Vlookup sort order

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72299

Ady ady...@hotmail.com changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
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 72304] New: FILESAVE: DOCX: Chart data table is lost after export

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72304

  Priority: medium
Bug ID: 72304
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: DOCX: Chart data table is lost after export
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: nikhil.walve...@synerzip.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Chart
   Product: LibreOffice

Created attachment 90216
  -- https://bugs.freedesktop.org/attachment.cgi?id=90216action=edit
Original file which has data table

For a chart we can add data table with chart image. When open and save file
with LibreOffice, that data table is lost.

-- 
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 72304] FILESAVE: DOCX: Chart data table is lost after export

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72304

Nikhil Walvekar nikhil.walve...@synerzip.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |nikhil.walve...@synerzip.co
   |desktop.org |m

-- 
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 71537] File Open Dialog / File Save Dialog larger than screen height

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71537

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

   What|Removed |Added

 CC||gautier.sop...@gmail.com

--- Comment #1 from sophie gautier.sop...@gmail.com ---
Hi, I do not have a netbook with your scree resolution so can't confirm. But it
happens with some dialog on mine with Gnome3 and debian. For information, are
you using LibreOffice dialogs (Tools  Options  General), if no, that could be
a way to workaround your issue - Sophie

-- 
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 56035] : Indexing for Search not working

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56035

Karlheinz Lorenz loren...@t-online.de changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|All |Windows (All)

--- Comment #47 from Karlheinz Lorenz loren...@t-online.de ---
Updated machines to 4.1.3 und 4.0.6 on Windows XP and 7 (32 and 64Bit).
Both versions include the old, performance eating version of Windows search.
In LO 4.1.3 it is possible to replace correspondent DLL-files from
master*Dev_4.2.0.0.alpha*... and indexing works fine. 
In LO 4.0.6 this does not function, even though it was possible in 4.05.

4.0.6 is considered as a final version. Is it really ok, to leave a final
version with a long known and rather critical 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 72305] New: EDITING: AMath formula disapear

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72305

  Priority: medium
Bug ID: 72305
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: AMath formula disapear
  Severity: major
Classification: Unclassified
OS: Windows (All)
  Reporter: pa...@free.fr
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.1.3.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 90217
  -- https://bugs.freedesktop.org/attachment.cgi?id=90217action=edit
Amath editor vs Libreoffice Math editor

Hello,
When you open a Word text document (+ Amath formula), all formulas disappear
with libreoffice text document.
This is a major inconvenience if you want to exchange documents in a company
using Microsoft Word and amath component.
Nicolas

-- 
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 72306] New: Axis names are lost after saving file on LO.

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72306

  Priority: medium
Bug ID: 72306
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Axis names are lost after saving file on LO.
  Severity: major
Classification: Unclassified
OS: All
  Reporter: sushil.shi...@synerzip.com
  Hardware: All
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Chart
   Product: LibreOffice

Created attachment 90218
  -- https://bugs.freedesktop.org/attachment.cgi?id=90218action=edit
Original file.

X- Axis ans Y- Axis names are not visible on MS Word after saving file on LO.

Current Behavior:

- Open attached file on LO.
- Export file as docx on LO.
- Open exported file on MS Word.
- Axis names are not visible on MS Word.


Exptected behavior:

- It shoud save axis names properly and display it properly on MS Word
  after saving file on LO.

-- 
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 72306] Axis names are lost after saving file on LO.

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72306

--- Comment #1 from Sushil sushil.shi...@synerzip.com ---
Created attachment 90219
  -- https://bugs.freedesktop.org/attachment.cgi?id=90219action=edit
Saved On LO.

-- 
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 72305] EDITING: AMath formula disapear

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72305

paour pa...@free.fr changed:

   What|Removed |Added

  Attachment #90217|Amath editor vs Libreoffice |Amath editor vs Libreoffice
description|Math editor |Math editor.jpg
  Attachment #90217|text/plain  |image/jpeg
  mime type||

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


[Libreoffice-bugs] [Bug 72258] Empty Options window for Spelling and Grammar

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72258

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

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 72308] New: FORMATTING: Better way of .doc to .html conerversion with centering

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72308

  Priority: medium
Bug ID: 72308
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Better way of .doc to .html conerversion
with centering
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: grave_...@riseup.net
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: unspecified
 Component: Writer
   Product: LibreOffice

Created attachment 90222
  -- https://bugs.freedesktop.org/attachment.cgi?id=90222action=edit
The one of many files that I experience this frustration with in .doc format

Problem description: 

I've been experiencing this for a long time in LibreOffice Writer and frankly
I'm tired of it. I help out a client with turning his documents that he wrote
in Microsoft Word 2000/2003 into HTML so I can put them up on the Internet.
Every single time I convert from a .doc file to .html file, the centering of
titles in the document and the like become flush left. Well, after I looked at
the page source I immediately started hacking at the problem and discovered
that LibreOffice sets some goofy version of the align property and it looks
like this:

ALIGN=CENTER

That way does nothing for centering things when converted. What I DID find that
works however, is that when there's a p class tag

For example:

P ALIGN=CENTER STYLE=widows: 0; orphans: 0BFOOBAR/B/P

Will not work. But THIS does center the text:

P STYLE=widows: 0; orphans: 0; text-align: centerBFOOBAR/B/P


There any way someone can get the Writer to do this instead of that goofy
ALIGN=CENTER thing? Thanks :)


My current OS: Ubuntu 13.10
My version of LibreOffice: 4.1.2.3
Browser used: Mozilla Firefox 25.0.1


Steps to reproduce:
1. Open a .doc file in LibreOffice Writer and save it as .html using
LibreOffice Writer
2. Open in Firefox
3. Anything meant to be centered is now flush left

Current behavior:

Centered text flushes left

Expected behavior:

Centered text
Operating System: All
Version: unspecified

-- 
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 47931] Intermittent problem loading images from web sites

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47931

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

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

-- 
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 47876] Macro error when loading spreadsheet (works in MSoffice)

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47876

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

  Attachment #63342|application/octet-stream|application/vnd.ms-excel.sh
  mime type||eet.macroEnabled.12

-- 
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 72297] BASIC: CDateFromUnoDateTime does not work!

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72297

--- Comment #1 from Thomas Krumbein t...@mic-consulting.de ---
Edit:

Seems to be fixed in LibO Version 4.2.0.0 

Now Value of CDateFromUnoDateTime is correct :)

-- 
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 72310] New: EDITING: alignment division change after the reopening

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72310

  Priority: medium
Bug ID: 72310
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: alignment division change after the reopening
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: pa...@free.fr
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.3.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 90224
  -- https://bugs.freedesktop.org/attachment.cgi?id=90224action=edit
formula alignment.jpg

Hello,
the mathematical divisions are no longer aligned with the equal sign after the
reopening of a text document.
Please see atach 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 72310] EDITING: alignment division change after the reopening

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72310

paour pa...@free.fr changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 72240] Unremovable cell protection created out of nothing

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72240

--- Comment #4 from Marc Schipperheyn m.schipperh...@gmail.com ---
Created attachment 90225
  -- https://bugs.freedesktop.org/attachment.cgi?id=90225action=edit
A stripped down version of the file with macro

-- 
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 72156] insertByName locks inserted file

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72156

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 CC||mst...@redhat.com

--- Comment #2 from Michael Stahl mst...@redhat.com ---
hi Ulrich,

that definitely looks like a memory leak (in addition to the Windows locking
problem), thanks for finding it.

can you please send a license mail to  libreoff...@lists.freedesktop.org
as described on this page:

https://wiki.documentfoundation.org/Development/Developers#Example_Statement

feel free to add an entry for yourself on the page too.

-- 
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 72156] insertByName locks inserted file

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72156

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

  Attachment #89998|text/plain  |application/vnd.oasis.opend
  mime type||ocument.presentation

-- 
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 72236] Libreoffice impress crashes when run presentation mode 2 screens

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72236

--- Comment #3 from jabalv jab...@inbox.lv ---
Thank you Sophie.

Yes, that might be it. I guess, I will wait then for 4.2

-- 
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 72313] New: Activated toolbars missing after switch back from full screen mode

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72313

  Priority: medium
Bug ID: 72313
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Activated toolbars missing after switch back from full
screen mode
  Severity: major
Classification: Unclassified
OS: All
  Reporter: pswo10...@gmail.com
  Hardware: All
Status: UNCONFIRMED
   Version: 4.1.3.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 90230
  -- https://bugs.freedesktop.org/attachment.cgi?id=90230action=edit
screenshot before fullscreen

Here is a big problem to work on Writer after swiching the view back from Full
Screen mode. All activated toolbars are missing after switch back!

How to reproduce:
1. Launch Writer. You will see some toolbars activated such as Formatting and
Standard toolbars by default.
2. Click View  Full Screen
3. Click Full Screen On/Off button on upper left corner to switch back to
normal mode.
4. All activated toolbars are missing.

Now the only way to solve the problem in one step is to restart Writer.

Expected result:
You should see those activated toolbars again as in the good old time.

-- 
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 72313] Activated toolbars missing after switch back from full screen mode

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72313

--- Comment #1 from Cheng-Chia Tseng pswo10...@gmail.com ---
Created attachment 90231
  -- https://bugs.freedesktop.org/attachment.cgi?id=90231action=edit
screenshot after fullscreen, and those activated toolbars missing

-- 
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 72313] Activated toolbars missing after switch back from full screen mode

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72313

Cheng-Chia Tseng pswo10...@gmail.com changed:

   What|Removed |Added

  Attachment #90230|text/plain  |image/png
  mime type||

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


[Libreoffice-bugs] [Bug 72313] Activated toolbars missing after switch back from full screen mode

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72313

--- Comment #2 from Cheng-Chia Tseng pswo10...@gmail.com ---
Tested on fedora Linux f20, LibreOffice 4.1.3.2, bug reproduced.

-- 
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 71468] Cannot delete customs styles

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71468

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||gautier.sop...@gmail.com
 Ever confirmed|0   |1

--- Comment #9 from sophie gautier.sop...@gmail.com ---
Confirmed also using Ubuntu 13.10 and Version: 4.1.3.2
Build ID: 70feb7d99726f064edab4605a8ab840c50ec57a. I can reproduce in Calc and
Impress, I didn't get the message that the style I try to delete is in use .
Mark the issue as confirmed - Sophie

-- 
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 72313] Activated toolbars missing after switch back from full screen mode

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72313

--- Comment #3 from Cheng-Chia Tseng pswo10...@gmail.com ---
Some collected usres' reports:

Windows 7 + LibreOffice 4.1.3.2, bug reproduced.
Debian Wheezy + LibreOffice 4.1.3.2, bug reproduced.
Chakra GNU/Linux LibreOffice 4.1.3.2, bug reproduced.

openSUSE 13.1, KDE, LibreOffice 4.1.3.2, bug NOT reproduced.

-- 
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 70131] Labels of footnotes containing tabs are not exported in XHTML

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70131

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Michael Stahl mst...@redhat.com ---
hi Alexandre,

thanks for the patch, can you please send a license mail to
 libreoff...@lists.freedesktop.org  as described on this page:

https://wiki.documentfoundation.org/Development/Developers#Example_Statement

feel free to add an entry for yourself on the page too.

also it's better to upload patches to gerrit since developers
rarely look into bugzilla for patches as you have seen...

https://wiki.documentfoundation.org/Development/gerrit

-- 
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 71186] FORMATTING: Moving rotated text fields is not straightforward

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71186

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
 CC||gautier.sop...@gmail.com
 Ever confirmed|0   |1

--- Comment #2 from sophie gautier.sop...@gmail.com ---
Hi, Set is as an enhancement because it is not a bug. To ease the selection of
objects in the slide, you can use the Tab key, you will not enter in edit mode
at the first click - Sophie

-- 
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 70144] embedded Firebird db disables Save, loses some changes

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70144

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

   What|Removed |Added

 Whiteboard|target:4.2.0|target:4.2.0 target:4.3.0

--- Comment #12 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Andrzej J.R. Hunt committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=56d4f4b7b97eaf212a3bc6bdb1da767106e7224a

fdo#70144 Don't reset Document's modified flag when inserting new table.



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 71700] UI: user style created readonly

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71700

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

   What|Removed |Added

 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW
 CC||gautier.sop...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from sophie gautier.sop...@gmail.com ---
Confirmed using Version: 4.1.3.2
Build ID: 70feb7d99726f064edab4605a8ab840c50ec57a and Ubuntu 13.10. Set as new
and changed plateform to all. Sophie

-- 
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 56035] : Indexing for Search not working

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56035

--- Comment #48 from Foss f...@openmailbox.org ---
The Whiteboards shows 4.2 and 4.1.4 as target. Any specific reason you don’t
like to use 4.1.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 72293] EDITING: Crash after a second deleting of rows in the sample file.

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72293

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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

Reproduced with LO  4.2.0.0.beta1
Build ID: f4ca7b35f580827ad2c69ea6d29f7c9b48ebbac7
 Windows 7 Home Premium.
Don't reproduced if linked file is deleted. Probably related.
Not reproduced with LO 4.1.3.2.

Kind regards.

Jacques

-- 
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 72313] Activated toolbars missing after switch back from full screen mode

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72313

Cheng-Chia Tseng pswo10...@gmail.com changed:

   What|Removed |Added

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

--- Comment #4 from Cheng-Chia Tseng pswo10...@gmail.com ---


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

-- 
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 72191] FORMATTING: Fill Format Mode dosn't work.

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72191

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||guillero...@aol.com
 Ever confirmed|0   |1

--- Comment #5 from Jacques Guilleron guillero...@aol.com ---
Hello Tomofumi Yagi,

I reproduce with LO 4.1.3.2  Windows 7 Home Premium.
I confirm this is not the case with LO 4.2.0.0.beta1
Build ID: f4ca7b35f580827ad2c69ea6d29f7c9b48ebbac7
and LO 3.6.6.2 portable.

-- 
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 71667] EDITING: Function wizard delete the outer functions in a formula while editing an inner one.

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71667

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

   What|Removed |Added

   Hardware|Other   |All
 CC||jbf.fa...@sud-ouest.org

--- Comment #7 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Reproducible for me with version 4.1.5.0.0+ under Ubuntu 13.10 x86-64

I agree with the importance as set by Markus because there is a workaround (it
is easy to do the same thing without using the functions wizard) and there is
no data loss (the change in the formula can't been not seen).

That said, it is clear for me that this bug should be in the MAB list.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 71667] EDITING: Function wizard delete the outer functions in a formula while editing an inner one.

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71667

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

   What|Removed |Added

 Blocks||60270

-- 
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 60270] LibreOffice 4.1 most annoying bugs

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60270

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

   What|Removed |Added

 Depends on||71667

--- Comment #118 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
I nominate bug 71667 which is a regression from 4.1.3. It make the functions
wizard in Calc less interesting to use. (ATM the bug is marked for version 4.2
but it is reproducible in 4.1.5.0.0+ and I guess in 4.1.4.1 but this version
number is not available in BZ).

Best regards. JBF

-- 
You are receiving this mail because:
You are on the CC list for the bug.
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 56035] : Indexing for Search not working

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56035

--- Comment #49 from Karlheinz Lorenz loren...@t-online.de ---
In almost all machines, I am responsable for, I use to use the latest stable
version.
In my personal machine I need Duden Rechtschreibung, which can be adapted to
LO4.0 (not to 4.1) with workarounds.

But my question is more general:
- All versions of 3.6 did not index...
- Lo 4.0 did not index up to 4.0.3...
- Now indexing works, but there is a severe performance-problem.
- For one and a half year LO had these problems, publishing two final versions.
There is not even a comment about the problem in the release notes.
- There is a solution for these problems.

Is it good for OpenSource to leave users alone with very annoying problem?

-- 
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 46933] : Wrong number of bibliography entry in frame

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46933

--- Comment #8 from nico supernikos...@gmail.com ---
Can reproduce in Version: 4.1.3.2

I agree with celt: This makes the bibliography system unusable for any
scientific writing.

-- 
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 71319] Incorrect wrapping of text with indent around a picture

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71319

nico supernikos...@gmail.com changed:

   What|Removed |Added

 CC||supernikos...@gmail.com

--- Comment #9 from nico supernikos...@gmail.com ---
I am running on the same bug and would agree that the old behaviour is the
right one..

If i want to make an indent for a paragraph only, changing the margin the left
spacing for the whole site is changed.
If i want to add an image to the indented paragraph and make the text wrap
around it, i run into this bug...

Nico

-- 
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 64533] Check out of .doc and .docx documents over CMIS does not properly redirect to working copy file

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64533

--- Comment #11 from Marcus Svensson marsv...@gmail.com ---
Created attachment 90242
  -- https://bugs.freedesktop.org/attachment.cgi?id=90242action=edit
cmis-client checkout .odt.txt

-- 
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 64533] Check out of .doc and .docx documents over CMIS does not properly redirect to working copy file

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64533

--- Comment #10 from Marcus Svensson marsv...@gmail.com ---
Created attachment 90241
  -- https://bugs.freedesktop.org/attachment.cgi?id=90241action=edit
cmis-client checkout .doc.txt

-- 
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 64533] Check out of .doc and .docx documents over CMIS does not properly redirect to working copy file

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64533

--- Comment #12 from Marcus Svensson marsv...@gmail.com ---
Created attachment 90243
  -- https://bugs.freedesktop.org/attachment.cgi?id=90243action=edit
doc checkout.ods

-- 
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 64533] Check out of .doc and .docx documents over CMIS does not properly redirect to working copy file

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64533

--- Comment #14 from Marcus Svensson marsv...@gmail.com ---
Created attachment 90245
  -- https://bugs.freedesktop.org/attachment.cgi?id=90245action=edit
odt checkout.ods

-- 
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 64533] Check out of .doc and .docx documents over CMIS does not properly redirect to working copy file

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64533

--- Comment #13 from Marcus Svensson marsv...@gmail.com ---
Created attachment 90244
  -- https://bugs.freedesktop.org/attachment.cgi?id=90244action=edit
doc checkout.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 64533] Check out of .doc and .docx documents over CMIS does not properly redirect to working copy file

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64533

--- Comment #15 from Marcus Svensson marsv...@gmail.com ---
Created attachment 90246
  -- https://bugs.freedesktop.org/attachment.cgi?id=90246action=edit
odt checkout.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 64533] Check out of .doc and .docx documents over CMIS does not properly redirect to working copy file

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64533

--- Comment #16 from Marcus Svensson marsv...@gmail.com ---
I've traced the traffic between the libreoffice client and the Alfresco server
and have attached the results here to this bug.

Checking out an odt document will result in eight requests to Alfresco. (odt
checkout.ods)

Checking out a doc document will result in just five requests to Alfresco,
where the missing requests are important ones, used for opening the working
copy. (doc checkout.ods)

It seems like this problem is in LibreOffice, I've tried the check-out action
using the cmis-client in the libcmis library and it works fine, producing the
same results on both odt documents and doc documents (See cmis-client checkout
.doc.txt and cmis-client checkout .odt.txt).

Attached is also the captured session in Charles proxy (xml) for both the
working call (odt checkout.xml) and the not working call (doc checkout.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 68724] In Libreoffice Writer, inserting a .pdf embedded with libreoffice crashes it.

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68724

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 CC||libreoff...@kohei.us,
   ||mst...@redhat.com

--- Comment #2 from Michael Stahl mst...@redhat.com ---
the change was introduced with this commit on libreoffice-3-6 branch:

commit 70e4fd2a10f9d7255285d26fe8fec22b18858116
Author: Kohei Yoshida kohei.yosh...@gmail.com
AuthorDate: Tue Jun 5 15:45:52 2012 -0400

fdo#50694: Honor the preferred filter returned by type detection.

Because that filter is more reliable.

-- 
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 72316] New: TOOLBAR ICON AND TEXT

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72316

  Priority: medium
Bug ID: 72316
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: TOOLBAR ICON AND TEXT
  Severity: enhancement
Classification: Unclassified
OS: Windows (All)
  Reporter: zip@gmail.com
  Hardware: All
Status: UNCONFIRMED
   Version: unspecified
 Component: Spreadsheet
   Product: LibreOffice

ALLOW USER TO SELECT WHERE ICON TEXT IS PLACED, IE: LEFT, RIGHT, TOP, BOTTOM.
ALLOW USER TO INSERT OWN TEXT, IE:PRINT FILE DIRECTLY TO PRINT, PT OR PAGE
PREVIEW TO PG REV.
THE OBJECT BEING TO HAVE MEANINGFUL ICON TEXT AND KEEP WIDTH OF ICON  TEXT TO
A MINIMUM.  
ALLOW USER TO SELECT/USE THIS OPTION ON ALL ASPECTS OF LIBREOFFICE.
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 72317] New: Navigation from Navigator sticks to type page

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72317

  Priority: medium
Bug ID: 72317
  Keywords: regression
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Navigation from Navigator sticks to type page
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: rb.hensc...@t-online.de
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: (See in Summary)
 Component: Writer
   Product: LibreOffice

I see this bug in Version: 4.3.0.0.alpha0+ Build ID:
a14cfd3d77104aee3e3c3d981a135161295197df

* Take a long Writer document with more than three pages.
* Open Navigator and open and separate the Navigation tool.
* Select the type Reminder in the Navigation tool.
* Hover the up and down arrows in the Navigation tool. They show Previous
page and Next page but should show Previous Reminder and Next Reminder.
You can notice the same bug for the other kind of navigations.

* Goto the start of the document, set cursor there and click on the Reminder
icon in the Navigator.
* Goto the end of the document, set cursor there and click on the Reminder
icon in the Navigator.
* Set the Navigation tool to type Reminder.
* Click on up arrow in the Navigation tool.
Expected behavior: You are taken to the reminder at the start of the document.
Current behavior: You move one page up.

This navigation is OK in LO 4.1.3.2, so it is a regression.
It was likely introduced when removing the navigation from the scroll bar area.

-- 
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 72310] EDITING: alignment division change after the reopening

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72310

mariosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||mari...@miguelangel.mobi
 Ever confirmed|0   |1

--- Comment #1 from mariosv mari...@miguelangel.mobi ---
Please Paour, can you attach a sample file where to verify the bug, and report
what is the operating system and the LibreOffice version?

-- 
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 72278] EDITING: Wizard use in Calc changes format

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72278

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

   What|Removed |Added

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

--- Comment #1 from Eike Rathke er...@redhat.com ---
I'll try to take a stab at this.

-- 
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 60899] FILEOPEN: When opening XLSB file, Calc closes (crashes) without error message

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60899

Jan Vejlstrup j...@wemag.ch changed:

   What|Removed |Added

Version|3.6.5.2 release |4.0.6.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 71667] EDITING: Function wizard delete the outer functions in a formula while editing an inner one.

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71667

--- Comment #8 from mariosv mari...@miguelangel.mobi ---
And how the users know they can not use the wizard?, we are to disable it while
waiting for a bug fix?

-- 
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 72297] BASIC: CDateFromUnoDateTime does not work!

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72297

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

   What|Removed |Added

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

--- Comment #2 from Jacques Guilleron guillero...@aol.com ---
Hi Thomas,

According to your last comment, I set this report to NOTABUG.

Kind regards,

Jacques

-- 
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 56035] : Indexing for Search not working

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56035

--- Comment #50 from Jorendc jore...@libreoffice.org ---
Please don't take my comments personally:

(In reply to comment #47)
 4.0.6 is considered as a final version. Is it really ok, to leave a final
 version with a long known and rather critical bug?

Yes it is, we don't support 4.0.6 any longer, please see
https://wiki.documentfoundation.org/ReleasePlan#4.0_release
We can't release 100th's of versions of 4.0-branch. People higher in the
meritocratic ranking made this release schedule, which makes perfectly sense.
Code develops continuously. And to look 2 major versions back as will my patch
work on that version too? is a waste of time for every developer. It is even
hard to backport a fix due the major code changes in some areas. And as every
Open Source project, developer/volunteer time is gold. If you really want this
patch inside a 4.0.x version, please look at this page to build your own
LibreOffice. Then you can pull the fix and build your own version (hey! it's
open source, remember?):
https://wiki.documentfoundation.org/Development/BuildingOnWindows

(In reply to comment #49)
 In almost all machines, I am responsable for, I use to use the latest stable
 version.
 In my personal machine I need Duden Rechtschreibung, which can be adapted
 to LO4.0 (not to 4.1) with workarounds.

See : https://bugs.freedesktop.org/show_bug.cgi?id=59107#c9
Not going to start a discussion, I'm going to lose that because I'm not a
developer, but it looks to me that it's Duden's choice not to support
LibreOffice anymore due not fix the link to libraries... I don't see why 1
extension should mean that LibreOffice has to change the whole release
schedule?

 But my question is more general:
 - All versions of 3.6 did not index...
 - Lo 4.0 did not index up to 4.0.3...
 - Now indexing works, but there is a severe performance-problem.
 - For one and a half year LO had these problems, publishing two final
 versions. There is not even a comment about the problem in the release notes.

This has to be addressed (which is done correctly by creating a bug report) and
has to be added manually (or marked as MAB, but I'm not sure it applies to the
requirements to mark it as such).

 - There is a solution for these problems.
 
 Is it good for OpenSource to leave users alone with very annoying problem?

Sorry, I don't agree what you're saying... As mentioned before: we have a
release plan, we can't change the whole schedule because of an extension that
doesn't support LibreOffice any longer. Otherwise you probably could upgrade to
4.1.4 really that'll be released really soon, which fix this bug.

PS: if you really would continue this discussion about our release schedule,
please do at our mailing list:
http://www.libreoffice.org/get-help/mailing-lists/

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 68724] In Libreoffice Writer, inserting a .pdf embedded with libreoffice crashes it.

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68724

--- Comment #3 from Michael Stahl mst...@redhat.com ---
ok so the commit in comment #2 is actually an improvement since
before the filter pdf_Portable_Document_Format is used whereas
with the change the proper filter writer_pdf_addstream_import
is used that reads the embedded ODF.

the only problem is that reading that doesn't work...

-- 
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 72152] StartCenter does not respect page orientation of Calc spreadsheets in recent files list

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72152

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
   Priority|medium  |low
 Ever confirmed|0   |1

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

I reproduce too and set it as enhancement.

Kind regards,

Jacques

-- 
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 54024] RGB color values not showing with custom colors

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54024

Bart bart2pub+...@mail.be changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #4 from Bart bart2pub+...@mail.be ---
Bug still there in LibreOffice 4.0.3.3 (on Xubuntu)

To reproduce:
- In Writer, add a rectangle
- click right on it and choose Area in the context menu
- goto tab Colors, type a bogus name and change the RGB values
- click OK
- if a message says the color ain't saved, choose Add
- click right on the rectangle, choose Area and goto tab Colors
- if you saved the color
  - click Delete and then OK (now the color is not in the pallet anymore)
  - click right on the rectangle, choose Area and goto tab Colors
- check the RGB values, they are set to 0 0 0 (showing black color)

I added a sample document with a rectangle. It has it's area filled with a
color named 'test' and R=123, G=213, B=123.

Sorry I missed comments 1 and 2. I hope someone still will try to solve this
little bug ...

Thanks,
Bart.

-- 
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 54024] RGB color values not showing with custom colors

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54024

--- Comment #5 from Bart bart2pub+...@mail.be ---
Created attachment 90259
  -- https://bugs.freedesktop.org/attachment.cgi?id=90259action=edit
see comment 4

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


[Libreoffice-bugs] [Bug 72310] EDITING: alignment division change after the reopening

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72310

--- Comment #2 from paour pa...@free.fr ---
Hello,
Please find attach :
formula test.odt (It works for a new document
and
cours.doc (Microsoft Word 97/2000/XP/2003)
see below II)_*Puissance d’exposant positif*_

regards
Nicolas


Nicolas Paour
292, route du Grenat
Villette
38380 Saint Laurent du Pont
Tel : 09 52 30 99 07
Mob : 06 51 96 10 45
Fax : 09 57 30 99 07


bugzilla-dae...@freedesktop.org a écrit le 04/12/2013 17:22:
 mariosv mailto:mari...@miguelangel.mobi changed bug 72310 
 https://bugs.freedesktop.org/show_bug.cgi?id=72310
 What  Removed Added
 StatusUNCONFIRMED NEEDINFO
 CCmari...@miguelangel.mobi
 Ever confirmed1

 *Comment # 1 https://bugs.freedesktop.org/show_bug.cgi?id=72310#c1 
 on bug 72310 https://bugs.freedesktop.org/show_bug.cgi?id=72310 from 
 mariosv mailto:mari...@miguelangel.mobi *
 Please Paour, can you attach a sample file where to verify the bug, and report
 what is the operating system and the LibreOffice version?
 
 You are receiving this mail because:

   * You reported the 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 72310] EDITING: alignment division change after the reopening

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72310

--- Comment #3 from paour pa...@free.fr ---
Created attachment 90273
  -- https://bugs.freedesktop.org/attachment.cgi?id=90273action=edit
Cours.doc

cours.doc (Microsoft Word 97/2000/XP/2003)
see below II) Puissance d’exposant positif

-- 
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 72262] Other: menu items show dash - as soon as mousepointer touches them

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72262

--- Comment #4 from wannek-spamf...@gmx.de ---
Hi Maxim,

thanks for your answer!

 Would be great if you could also test the gtk\gtk3 plugins. 
 The relevant packages are 'libreoffice-gtk' and 'libreoffice-gtk3'.
I did install those two and got a different look: more rounded corners for
example of the font tool box. So this is supposed to be successful.
But: same behaviour, dashes 

 You may also need to export 'SAL_USE_VCLPLUGIN=gtk' or 
 'SAL_USE_VCLPLUGIN=gtk3'.
I did not do that.

 Did you turn on font anti-aliasing\hinting (It's a setting in KDE
 'System Settings' under Application Appearance-Fonts)? 
Yes, the checkbox reads activated.

 What happens if you change hinting setting or turn off anti-aliasing
 completely?
Switched to deactivated 
== same behaviour (gtk) and same behaviour (generic).

 Also take a look Tools-Options...-LibreOffice-View.
 There are settings related to hardware acceleration\font anti-aliasing. 
 Does it make any difference if you turn them off? (note that there are
 two anti-aliasing check boxes in that dialog.)
Both were checked.
Both switched to off == still the same behaviour.
(no difference, whether KDE system anti-aliasing on or off)

 Also please inform what graphics card you're using, and what driver.
$ inxi -G
Graphics:  Card: NVIDIA GF108GLM [Quadro 1000M] X.Org: 1.14.3 driver: nouveau
Resolution: 1920x1200@60.0hz 
   GLX Renderer: Gallium 0.4 on llvmpipe (LLVM 3.3, 256 bits) GLX
Version: 2.1 Mesa 9.2.2

Thanks again and good luck!

-- 
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 72310] EDITING: alignment division change after the reopening

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72310

--- Comment #5 from paour pa...@free.fr ---
Created attachment 90275
  -- https://bugs.freedesktop.org/attachment.cgi?id=90275action=edit
formula test.odt

This document is with copy/paste from doc 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 72320] New: EDITING: Image disappears after rotation

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72320

  Priority: medium
Bug ID: 72320
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Image disappears after rotation
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: luigi.boc...@unical.it
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: Drawing
   Product: LibreOffice

Created attachment 90276
  -- https://bugs.freedesktop.org/attachment.cgi?id=90276action=edit
Example

Problem description:
Image disappears after rotation 

Steps to reproduce:
1. Activate rotation of the example image
2. Rotate 90 deg
3. The image is gone!




Operating System: Windows 8
Version: 4.1.2.3 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 71667] EDITING: Function wizard delete the outer functions in a formula while editing an inner one.

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71667

--- Comment #9 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
(In reply to comment #8)
 And how the users know they can not use the wizard?, we are to disable it
 while waiting for a bug fix?

When you encounter the bug in the functions wizard, you see immediately that
something goes wrong and you can abort the current operation and then do the
same thing without the wizard. Of course it is not optimal, but it is not
blocking.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 72310] EDITING: alignment division change after the reopening

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72310

--- Comment #4 from paour pa...@free.fr ---
Created attachment 90274
  -- https://bugs.freedesktop.org/attachment.cgi?id=90274action=edit
cours.odt

Workaround :
1- modify cours.odt (new space)
2- double click on the division
3- save the document
cours.odt (All is OK with odt format) 
see below II) Puissance d’exposant positif

-- 
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 60899] FILEOPEN: When opening XLSB file, Calc closes (crashes) without error message

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60899

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

Version|4.0.6.2 release |3.6.5.2 release

--- Comment #9 from Julien Nabet serval2...@yahoo.fr ---
jgv: version corresponds to the earliest LO version in which you can reproduce
the problem, see https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Version

-- 
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 54024] RGB color values not showing with custom colors

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54024

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|REOPENED|NEW

--- Comment #6 from Julien Nabet serval2...@yahoo.fr ---
Bart: thank you for your feedback.
On pc Debian x86-64 with master sources updated yesterday, I reproduced this.

-- 
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 67576] impossible to set printing page size manually

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67576

--- Comment #4 from Karl Relton karllinuxtest.rel...@ntlworld.com ---
Ah I see now. I never tried the Use only paper size from printer preferences
option.

Selecting that and the preview does indeed reconfigure to my chosen printer
paper size ... which enables me to do the 2up (2 of A5 on an A4 sheet) printing
that I was able to do before.

This solves the problem 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 48022] Impress SLIDESHOW: ppt file shown incorrectly when hardware acceleration enabled on Linux

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48022

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

  Attachment #59187|application/octet-stream|application/vnd.ms-powerpoi
  mime type||nt

-- 
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 70144] embedded Firebird db disables Save, loses some changes

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70144

--- Comment #13 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Andrzej J.R. Hunt committed a patch related to this issue.
It has been pushed to libreoffice-4-2:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=c6e36556c14612aa1eaf976efc10db6c88e23fb0h=libreoffice-4-2

fdo#70144 Don't reset Document's modified flag when inserting new table.


It will be available in LibreOffice 4.2.

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 61832] Incorrect spellcheck of words with recorded changes shown

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61832

almos aaalmo...@gmail.com changed:

   What|Removed |Added

 CC||aaalmo...@gmail.com

--- Comment #2 from almos aaalmo...@gmail.com ---
Problem still exists in 4.1.3.2

-- 
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 48132] FILEOPEN particular .doc and .RTF VIEWING TABLE broken

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48132

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

  Attachment #59316|application/force-download  |application/pdf
  mime type||

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


[Libreoffice-bugs] [Bug 72196] FILTER: Implement ODF 1.2 HOST-USE-WILDCARDS

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72196

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
 Ever confirmed|0   |1

--- Comment #5 from Eike Rathke er...@redhat.com ---
Well, what shall I say.. the simple wildcards are not implemented. Means they
have to be implemented at utl::TextSearch, a Calc option to be introduced
similar to the regular expressions option under Tools-Options (mutually
exclusive), an option in the FindReplace dialog (mutually exclusive), the
ScQueryParam needs to transport it (similar to bRegExp), ScTable::ValidQuery()
needs to support it, queries at ScMatrix need to support it, reading the
setting from / writing to ODF files needs to be implemented and enabling the
Calc option when importing Excel files. I probably forgot something.

-- 
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 48132] FILEOPEN particular .doc and .RTF VIEWING TABLE broken

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48132

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

  Attachment #59317|application/octet-stream|application/msword
  mime type||

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


[Libreoffice-bugs] [Bug 72322] New: Not possible to mark a part of text - table - text

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72322

  Priority: medium
Bug ID: 72322
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Not possible to mark a part of text - table - text
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: gera...@libreoffice.org
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.0.0.beta1
 Component: Writer
   Product: LibreOffice

Created attachment 90280
  -- https://bugs.freedesktop.org/attachment.cgi?id=90280action=edit
In this document I used it often

Since 4.2 alpha this part dosen't work:
I mark in a text document a part of text, a table and another text

I can't mark it with mouse or keyboard.

(I do it for copy and paste cause I need it at several places in the document.)

Checked with deb64 but it's also with win.

Best regards

Gerald

-- 
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 72323] New: LibreOffice and Antidote

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72323

  Priority: medium
Bug ID: 72323
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LibreOffice and Antidote
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: thibaul...@hotmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.3.2 release
 Component: Libreoffice
   Product: LibreOffice

Hello,

I writing here because I need some help.

I have just actualized LibreOffice, and then, my program Antidote can not
integrate anymore LibreOffice. Now I am receiving this message: loading
component library failed:
file:///home/tg/.config/libreoffice/4/user/uno_packages/cache/uno_packages/lugs3noy.tmp_/Installation.Antidote.LibreOffice.4.oxt/libAntidote_32.OOo.MT.P100.so.

Does anyone knows what I need to do to resolve this issue?

Thank you

TGE.

-- 
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 48136] FORMATTING: Subtract objects (Shapes - Subtract) are modified after loading file

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48136

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

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

-- 
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 72091] [Test Bug] mime type fix tool - please do not delete

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72091

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Status|NEW |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 48136] FORMATTING: Subtract objects (Shapes - Subtract) are modified after loading file

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48136

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

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

-- 
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 72322] Not possible to mark a part of text - table - text

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72322

Volker Merschmann merschm...@gmail.com changed:

   What|Removed |Added

   Hardware|Other   |All
 Status|UNCONFIRMED |NEW
 CC||merschm...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Volker Merschmann merschm...@gmail.com ---
Can confirm this on Windows 7 Pro.

It is not possible to mark text across a table. 

Top-down, bottom-up, mouse, keyboard. The mark disappears when you touch the
table in any case.

-- 
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 72324] New: Other: Figures copied from Matlab and pasted as metafiles lose some lines.

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=72324

  Priority: medium
Bug ID: 72324
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Other: Figures copied from Matlab and pasted as
metafiles lose some lines.
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: oliverd...@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.3.2 release
 Component: Libreoffice
   Product: LibreOffice

Created attachment 90281
  -- https://bugs.freedesktop.org/attachment.cgi?id=90281action=edit
A sample emf file that loads incorrectly, as well as a .bmp of the correct
rendering and a .png of the incorrect rendering from 4.1.3.2

Problem description: 
Figures copied from matlab and pasted into impress and writer and draw lose the
actual trace data.  Same for figures saved as .emf files and then
dragged-and-dropped into libreoffice.

Libreoffice files that had such figures pasted into them pre 4.1.3.2 still load
correctly.

I've attached a sample .emf file and samples of what it should look like and
how it renders.  When pasted into libreoffice, the blue trace data disappears.

Current behavior:
Blue trace disappears

Expected behavior:
Emf file renders correctly.

Operating System: Windows 7
Version: 4.1.3.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 48164] VIEWING: in PPS presentation slide transition looks wrong on Linux

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48164

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

  Attachment #59350|application/octet-stream|application/vnd.ms-powerpoi
  mime type||nt

-- 
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 48194] Writer on linux doesn't export correctly some gif files to PDF and HTML

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48194

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

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

-- 
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 48239] FILEOPEN particular document.xls with VBA will CRASH when confirm all Syntax Errors

2013-12-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48239

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

  Attachment #59416|application/octet-stream|application/vnd.ms-excel
  mime type||

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


  1   2   >