[Libreoffice-bugs] [Bug 68686] FORMATTING: Crashes when pressing Format-Page function in scalc

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

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

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
Thank you Oleksa for your feedback. If you attached this trace, I suppose you
renamed your LO directory profile, do you confirm?

Caolán: 4_1 sources give this code for sfx2/source/dialog/tabdlg.cxx:1394
   1394 if ( pTmpSet  !pDataObject-bOnDemand )
   1395 pTabPage = (pDataObject-fnCreatePage)( pTabCtrl, *pTmpSet
);

It corresponds to lines 1296/1297 on master sources.
Still on master sources, I noticed these lines:
   1280 Data_Impl* pDataObject = Find( pImpl-aData, nId );
   1281 DBG_ASSERT( pDataObject, Id not known );

I seems that in this case, a null pDataObject could trigger a crash, but in
which case this variabe could be null?

-- 
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 68779] New: FORMATTING: рамки в таблицах

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

  Priority: medium
Bug ID: 68779
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: рамки в таблицах
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: chapligi...@mail.ru
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 rc
 Component: Writer
   Product: LibreOffice

Created attachment 84949
  -- https://bugs.freedesktop.org/attachment.cgi?id=84949action=edit
RTF document

При открытии документа рамки в таблицах отображаются бледно и НЕ печатаются   -
приходится заново назначать рамки в каждой таблице  в OpenOffiсeOrg  
Microsoft Word рамки в таблицах отображаются и печатаются нормально!
Как это у Вас можно исправить? Документ формируется программой автоматически. 


Можно ли ставить OpenOffiсeOrg  параллельно с Вашим офисом? Для работы 
документами RTF-fomat?

Operating System: Windows XP
Version: 4.1.1.2 rc

-- 
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 68781] New: FILEOPEN chart-in-writer drops date values

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

  Priority: medium
Bug ID: 68781
CC: rob...@familiegrosskopf.de
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN chart-in-writer drops date values
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: lio...@mamane.lu
  Hardware: All
Status: UNCONFIRMED
   Version: unspecified
 Component: Chart
   Product: LibreOffice

Created attachment 84950
  -- https://bugs.freedesktop.org/attachment.cgi?id=84950action=edit
reproduction example (as generetad by Base Report Builder)

Consider the attached document (created by Base Report Builder).

It contains a chart (and not much else). It uses internal data, that comes in
table:table table:name=local-table. It contains two columns:

 - column A: categories (locations on X axis)
   values 5 20 25 40

 - column B: data series labelled 'Date'
   values 2013-01-12 2013-02-23 2013-03-02 2013-10-02

Now, open (in Writer) the data table of the chart. The Date data series is
all blank; the values were purely and simply dropped.

On the other hand, the Categories column (series) is formatted as dates. I
also don't understand why that is. The only date format in the chart object
(content.xml) is  number:date-style number:automatic-order=true
style:name=N10051, which is used only in style:style style:family=chart
style:name=ch5 , which itself is used only on the *y* axis, while the
categories are used for the *x* axis, and the format does not match anyway. I
thought, maybe this is because of the chartooo:date-scale/ tag on the x, but
even if I remove it (see second attachment: without date-scale), they still
get displayed as dates.

-- 
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 68781] FILEOPEN chart-in-writer drops date values

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

--- Comment #1 from Lionel Elie Mamane lio...@mamane.lu ---
Created attachment 84951
  -- https://bugs.freedesktop.org/attachment.cgi?id=84951action=edit
reproduction example (without date-scale)

-- 
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 68781] FILEOPEN chart-in-writer drops date values

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

--- Comment #2 from Lionel Elie Mamane lio...@mamane.lu ---
Created attachment 84952
  -- https://bugs.freedesktop.org/attachment.cgi?id=84952action=edit
reproduction example (without any date format)

Even without any hint of any date-related anything in the file (except the
values in the *SECOND* column which have nothing to do with the categories!),
the categories are still shown as dates.

-- 
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 68781] FILEOPEN chart-in-writer drops date values

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

Lionel Elie Mamane lio...@mamane.lu changed:

   What|Removed |Added

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

-- 
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 68174] Use large icons by default on OS X

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

--- Comment #12 from Adolfo (fitoschido) f...@libreoffice.org ---
This request clashes with the ongoing (GSoC ’13) change of dinamically-sized
toolbars
(http://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/elixir3192/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 68174] Use large icons by default on OS X

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

--- Comment #13 from tommy27 ba...@quipo.it ---
so, should we label this as WONTFIX?

-- 
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 68782] New: Document content disappeared

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

  Priority: medium
Bug ID: 68782
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Document content disappeared
  Severity: major
Classification: Unclassified
OS: Linux (All)
  Reporter: camilleri@gmail.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.1.1.2 rc
 Component: Libreoffice
   Product: LibreOffice

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

Yesterday, I have updated a document in .docx format, and, I uploaded it to my
account to Skydrive.

This morning at 07:00 GMT+1 I found the document with information missing under
the 'Literature Review' heading.

I am not sure whether some problem occurs when the user uses File  Save All,
or when the user is synchronizing with Skydrive, and, whether it is possible
that some hacker has accessed the file remotely, however your help would be
appreciated.

Email: sl...@hotmail.com 
URL:
https://login.live.com/login.srf?wa=wsignin1.0rpsnv=11ct=1377935865rver=6.2.6289.0wp=MBI_SSL_SHAREDwreply=https:%2F%2Fskydrive.live.com%2F%3Fmkt%3Den-USlc=1033id=250206cbcxt=skymkt=en-UScbcxt=sky
(Skydrive, Microsoft).

I am attaching versions of the document maybe one can trace whether and how
they might have been changed, apart from by myself.

-- 
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 68276] Other: Options dialogs partially not readable, controls outside dialog area

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

--- Comment #5 from Ulrich Moser ulrich.mo...@zpk-moser.de ---
I have installed 4.1.1.2 on my Ubuntu box but the same error occurs. Still the
same. I have just looked at the same dialog that I provided as a screenshot and
it looks just the same. Sizing the dialogs on Linux seems to be a general
problem because the properties dialog gets resized to the total screen width
when entering a comment longer than the screenwidth (see id 68600).

-- 
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 68600] properties dialog expands to screen size if long comment is entered

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

--- Comment #2 from Ulrich Moser ulrich.mo...@zpk-moser.de ---
Created attachment 84957
  -- https://bugs.freedesktop.org/attachment.cgi?id=84957action=edit
screenshot of malformatted properties dialog

The screenshot shows the sizing error. My dual head display has a total width
of 2966 and each screen has a Uity launcher on the left side which is 32 pixels
wide. It seems that the dialog is sized to sreenwidth minus two time the
launcher width.

-- 
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 68751] Date Controls changed in Basic

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

Lionel Elie Mamane lio...@mamane.lu changed:

   What|Removed |Added

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

--- Comment #2 from Lionel Elie Mamane lio...@mamane.lu ---
(In reply to comment #0)

 I think this is because the Date attribute is now not a simple
 attribute but contains Day, Month and Year.

Yes, the type of the property changed from 32-bit integer to
struct ::com::sun::star::util::Date
(http://api.libreoffice.org/docs/common/ref/com/sun/star/util/Date.html)

The latter is the standard type for dates in LibreOffice. This change
allows to do stuff like:

aRecordSet.updateDate(5, aDateControl.Date);

if aRecordSet.getDate(5) = aDateControl.Date then
  
end if

while before one would have had to do more awkward stuff like:

Dim aDate as new com.sun.star.util.Date
aDate.Year  = aDateControl.Date / 1
aDate.Month = aDateControl.Date / 100 - Date.Year * 100
aDate.Day   = aDateControl.Date - Date.Year * 1 - Date.Month * 100
aRecordSet,updateDate(5, aDate)


Alas, with UNO properties, it is not possible to do autosniffing
stuff like if I get an integer, then understand it that way,
but if I get a struct :com::sun::star::util::Date then interpret
it that way, the way the ::com::sun::star::form::binding::XValueBinding
interface does. The UNO framework just does not have this feature.

To set the control, you can do something like:

Dim aDate as new com.sun.star.util.Date
aDate.Year  = 2013
aDate.Month = 5
aDate.Day   = 3
aDateControl.Date = aDate

To have exactly the same code execute in different LibreOffice versions, you
could also use the XValueBinding interface
http://api.libreoffice.org/docs/common/ref/com/sun/star/form/binding/XValueBinding.html
If I remember well, we kept backwards compatibility in this one
(because it was possible).

 This is a pretty significant change for a minor release (4.1.1).

Yes. It should have been done for 4.1.0, but was overlooked. We
deeply regret that we had to do it in a minor (patchlevel) release.

See bug 67235 for details. Because of bug 67235, we had to  change
the Time property of Time controls incompatibly anyway. So we made
the big jump and changed from integer to com.sun.star.util.Time.

(We could have left it compatible, but then it would break fairly
 basic assumptions like the fact that

 aTimeControl.Time = aTimeControl.Time

 does not change the value.

 Due to the introduction of nanoesecond precision (in place of
 only centiseconds, if the control contains milli / micro /
  nanoseconds, they would have disappeared by the above code.)

Changing Date controls was not strictly necessaary, but we changed
them at the same time for coherence reasons.

 will the behaviour in 4.1.1 carry on for all future versions?

That's the plan, yes. Using a structured date (instead of a
weirdly encoded integer) precisely brings more wiggle room
for future evolution without changing the API. If the time
(and date) controls had used the structures, then we would
NOT have had to change the Time and Date properties at the time
of the nanosecond precision change.

So (somewhat whacky example), e.g., if in 15 years the world
switches to a different calendar system, and the structured
date format is changed to accomodate the new calendar... no
need to change the DateControl Date property.

I'm marking that as NOTABUG; that's the closest status I can find; a better
wording for this particular case would be BYDESIGN or something like 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 65340] LO 4.1 beta1: Presenting doesn't work on some dual-head systems

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

--- Comment #6 from Johan Vromans jvrom...@squirrel.nl ---
Enabling/disabling the presenter console does not solve it. As soon as the
second screen is involved it becomes, and stays, blank until I terminate the
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 68600] properties dialog expands to screen size if long comment is entered

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

--- Comment #3 from Ulrich Moser ulrich.mo...@zpk-moser.de ---
I have just installed 4.1.1.2 Build ID: 410m0(Build:2) on my Ubuntu 12.04 LTS
amd64 and the error still persists.

-- 
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 68735] CJK opentype fonts rendered with unusually tall line height

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

--- Comment #9 from Khaled Hosny khaledho...@eglug.org ---
(In reply to comment #8)
 Wow, I knew Firefox had a problem with Japanese OTFs,

Firefox *does not* have problems with Japanese OTFs (and neither is
LibreOffice), those Japanese OTFs are the ones at fault, so you should complain
to the font vendor not the software rendering them as intended.

 Setting browser.display.normal_lineheight_calc_control to 0 to in both
 Firefox and Thunderbird (Default value is 2) fixes the problem.

I personally don’t like this 1) it is working around font issues/bugs, the
proper solution is to fix the fonts not to hack every application in existence
to work around their bugs 2) Options that result drastically different
rendering is a portability nightmare (unless you store the option in the file,
but we can not do that for every file format we support) 3) You already have
control on line height, Format → Paragraph → Indents  Spacing → Line spacing
(try setting it to fixed, 0.50cm, for example).

-- 
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 68784] New: livre office calc version 4.0.5.2

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

  Priority: medium
Bug ID: 68784
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: livre office calc version 4.0.5.2
  Severity: major
Classification: Unclassified
OS: Windows (All)
  Reporter: francois.desha...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Libreoffice
   Product: LibreOffice

when the mouse pointer passes over a cell containing a comment track of the
upper part of the comment is displayed in the table! you must click to remove
these residues. very unpleasant

-- 
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 68784] livre office calc version 4.0.5.2

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

deshayes francois.desha...@gmail.com changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)
 CC||francois.desha...@gmail.com
Version|unspecified |4.0.5.2 rc

-- 
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 68288] Content lost when exporting to doc

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

--- Comment #5 from Krunoslav Šebetić sebetic.krunos...@gmail.com ---
All right brackets in those right aligned frames. In original document I have
twenty or thirty right aligned frames with those brackets - they all
disappeared (just the ] character).

I didn't try but wonder would everything went just fine if leave some space
between frame and right page margin...

-- 
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 68174] Use large icons by default on OS X

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

--- Comment #14 from Mirek2 maz...@gmail.com ---
(In reply to comment #12)
 This request clashes with the ongoing (GSoC ’13) change of dinamically-sized
 toolbars
 (http://www.google-melange.com/gsoc/proposal/review/google/gsoc2013/
 elixir3192/1).

It looks like these dynamic toolbars won't be happening as part of this GSoC,
which means that the change to large icons can go ahead.

-- 
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 68443] Other: Incorrect widget rendering with oxygen-gtk in LibreOffice 4.0 and higher

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

--- Comment #2 from pieter kristensen pieterkristen...@gmail.com ---
I have exactly the same experience.

What I miss by far the most is a (thin) horizontal line between the toolbar and
the editing area. It just look a little blurry without this line.

-- 
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 68779] FORMATTING: рамки в таблицах

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

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||pje335...@hotmail.com

--- Comment #1 from Thomas van der Meulen pje335...@hotmail.com ---
Hello Wadim, could you please translate your bug to English so we can
understand what you are saying? Thank you in advance.

Set to invalid because it isn't written in English.
If you have translated it to English you can set the bug back to unconfirmed.

-- 
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 68770] VIEWING: docx file header not displaying, bullet point uses wrong icon

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

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

   What|Removed |Added

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

--- Comment #1 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report, this bug has already been reported so I will
mark this bug as a duplicate.

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

-- 
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 68751] Date Controls changed in Basic

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

--- Comment #3 from t...@tim-passingham.co.uk ---
Thanks for your comprehensive answer.  I hope that not too many people get
stuck on this.  

I failed to find any release notes that warned me of this impending change.  It
took me a long time to figure out what was going wrong (the Basic error message
was not exactly helpful) since I normally assume I've done something stupid,
until I realised that maybe it was due to an LO bug or change.  I was also a
bit frantic since my Ubuntu LO 4.1 ppa wouldn't let me go back to 4.1.0 (I'd
have had to download it from the web and then get stuck with MySql(Native)
problems).

I'd never have guessed how to use the com.sun.star.util.Date type, so thanks
for that.  

I'm glad to read we are now resistant to calendar changes, even if over-run by
aliens with a different system.

-- 
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 63690] replace RTL_CONTEXT_ macros with SAL_INFO

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

Jelle van der Waa je...@vdwaa.nl changed:

   What|Removed |Added

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

--- Comment #24 from Jelle van der Waa je...@vdwaa.nl ---
All occurrences of RTL_CONTEXT_* are replaced.

-- 
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 68735] CJK opentype fonts rendered with unusually tall line height

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

--- Comment #10 from Yuki Kawara yukaw...@gmail.com ---
Although I couldn't compile the program you provided, I checked both Morisawa's
ShinGo and Adobe's Kozuka in FontForge (OS/2 metrics) and they have the same
metrics. However, on all of these fonts, the Really use typometrics option is
off, and ascent and descent actually show as 0 and the checkbox is offset is
off - only when I check it I see 880 and 120. It actually does make sense for
CJK fonts to have no ascent and no descent.

The hover text on Typo Line Gap says it is used in MS Windows, that implies
MacOS ignores it. Not sure who's right, but an option to turn it on or off
would be rather handy. Fixing every paragraph by hand (method 3) means fixing
them again if the fonts ever get fixed, and fixing them by hand across
platforms 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 39168] Hybrid PDF improvement 2: Clear and useful file extensions

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

--- Comment #15 from SPM sys...@ntlworld.com ---
The following would surely solve the double extension problem:

1) Use the MIME type ..PDF for all hybrid pdfs (eg. MyHybridDocument..PDF) -
this MIME type would designate a hybrid PDF as opposed to a normal PDF file.

2) Create a mini-app/tool that would open a ..PDF file and tell you what
filetype and version is embedded with the PDF, as well as the application which
created it. The mini-app/tool should probably be able to show a list of
recommended apps to download and install in order to edit it (eg. OpenOffice
and LibreOffice and others) and cloud apps that would be able to edit the file
if local installation is not possible. The mini-app/tool should probably be web
based so that app lists and new embedded formats can be easily updated - maybe
a separate project should be set up for this, because it is likely to be much
larger in scope than just OpenOffice/LibreOffice.

3) When an application opens a ..PDF file, it checks whether it can edit that
type of file, opens it if it can and reports it cannot if it can't.

4) The ..PDF format would be open and infinitely extendable - for example the
addition of other formats (probably by other projects) should be encouraged.
The most likely candidates are Latex (professional non-WYSIWYG document
typesetting), GNU Lilypond (music scores), Manpage format documents, DocBook
format etc, so it is important that it is fully documented so that when others
add other document format support, it is done in a compatible and interoperable
way. Some neutral organisation should ideally maintain the mini-app/tool and
the formats supported should probably be restricted to formats that are
provided by at least one fully documented free and opensource app in order to
avoid proprietary formats breaking its portability. Perhaps a GPL tie-in to the
mini-app/tool that the format accesses in order to look up the embedded app
type might be able to enforce that if the MIME type can be registered with the
maintaining organisation in order to avoid proprietisation.

-- 
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 68786] New: FILTER: headless – delimiter option missing when exporting from ods to csv

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

  Priority: medium
Bug ID: 68786
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILTER: headless – delimiter option missing when
exporting from ods to csv
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: k1au3_is...@yahoo.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.2.2 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description:
Currently it is not possible to set the file or text delimiter when converting
a .ods file to .csv using 'soffice –headless' on the command line. The current
default file delimiter is a comma. Comma is a common punctuation mark and
therefor as file delimiter nearly useless when doing some computation after
file conversion to csv with external tools (line length will variate if the
input .ods file includes a cell with a comma).

In OpenOffice there is be pretty complicated way to set the delimiter on the
command line, so I guess the feature exists in LO too, but is currently not
exposed to the user:
http://wiki.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/Filter_Options


Design suggestion how to implement the delimiter feature:
Add three new commands to the command line interface.

--calc-delimiter-file
Sets the calc file delimiter

--calc-delimiter-text
Sets the calc text delimiter

--printstd
Prints the output of any command to std out - Would allow to process the
output further with other tools.

I've filled a unoconv bug too: https://github.com/dagwieers/unoconv/issues/161

Plus, please update the command line help text to include some more
information, some examples and links to web resources.
Operating System: Ubuntu
Version: 4.0.2.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 68684] Numbered lists imported from .doc files that start with alpha characters are incorrectly given numeric starting characters when saved to HTML

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

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |major
   Priority|medium  |high
 CC||pje335...@hotmail.com
 Ever confirmed|0   |1

--- Comment #1 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report, I can reproduce this bug running LibreOffice.
Version: 4.1.1.2
Build ID: 7e4286b58adc75a14f6d83f53a03b6c11fa2903 on Mac osx 10.8.4.

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


[Libreoffice-bugs] [Bug 68684] Numbered lists imported from .doc files that start with alpha characters are incorrectly given numeric starting characters when saved to HTML

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

--- Comment #2 from Thomas van der Meulen pje335...@hotmail.com ---
Created attachment 84965
  -- https://bugs.freedesktop.org/attachment.cgi?id=84965action=edit
Test File

-- 
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 68787] New: FILESAVE: DOCX export: Footnote separator line problem

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

  Priority: medium
Bug ID: 68787
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: DOCX export: Footnote separator line problem
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: penzes_da...@yahoo.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.5.2 rc
 Component: Writer
   Product: LibreOffice

Created attachment 84966
  -- https://bugs.freedesktop.org/attachment.cgi?id=84966action=edit
test documents

When I make a document and delete the footnote or endnote separator line
(Format - Page - Length, change 0,0%) and save DOCX.

In normal case the line vanish from my ODT document, but in Word 2007 come
back, so not deleted.

Easy to reproduce: make a document with footnote, after you delete the
footnote, save DOCX format.
Operating System: Windows 7
Version: 4.0.5.2 rc

-- 
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 68772] Other: LibreOffice (3.5.2.2) not listed in Control Panel

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

--- Comment #3 from Tyle t...@o2.pl ---
Hi ign_christian,

Thanks for tip but I didn't work in my case.
I've installed 3.5.7.2 to overwrite 3.5.2.2. Newer version appeared in control
panel and it even looked as it replaced old one. But after uninstalling 3.5.7.2
it disappeared from control panel as it supposed to but old 3.5.2.2 is still on
the system working well - I can run it from shortcut from Desktop but it is not
listed in control panel. So that method of overwriteing didn't work in my case
and problem is still unsolved.
So I tried to use revo but it also can't handle that issue.
As it is old unsupported version of LibreOffice I think that it is not so
crucial to solve it so we can close that bug. I'll just install 4.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 68735] CJK opentype fonts rendered with unusually tall line height

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

--- Comment #11 from Khaled Hosny khaledho...@eglug.org ---
There are three sets of vertical metrics in OpenType/TrueType fonts:

1) ‘hhea’ table’s Ascender, Descender and LineGap: Those are the ones preferred
by Apple, recent versions of FreeType and LibreOffice 4.1 on Linux. In those
fonts ‘hhea’ LineGap is 1000 i.e as big as Ascender and Descender combined,
that is the font designers choice, not us.

2) ‘OS/2’ table’s sTypoAscender, sTypoDescender and sTypoLineGap: Those are the
recommended values for typographic line spacing in OpenType spec, regardless of
the setting of the “Really use typo metrics” bit (this bit was introduced
because some applications kept ignoring the typo metrics as a strong
indication, but the spec does not require it being set for the typo metrics to
be used). FreeType and LibreOffice 4.1 on Linux, fallback to this if ‘hhea’
table is missing from the font. Again, those fonts have a 1000 sTypoLineGap, so
it is still the designers choice not us.

3) ‘OS/2’ table’s usWinAscent and usWinDescent: Those should only be used for
bitmap clipping of the rendered text and its use in calculating line spacing is
strongly discouraged by the OpenType spec, yet many Windows applications still
use it regardless of this. FreeType and LibreOffice 4.1 on Linux, fallback to
this if the font has ‘OS/2’ sTypoAscender and sTypoDescender set to zero.


The offset thing is just a FontForge feature to auto-calculate the values as
offset from glyph heights when generating the font, fonts only contain the
absolute values.

Line spacing is already a mess due to many historical and backward
compatibility reasons, and I believe our current approach is the most sensible
and there is no compelling reason to mess it even more by throwing more options
to the mess. You should really just a) complain to font vendors, b) use other
fonts or c) modify the fonts yourself (within legal constraints of course).

-- 
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 68276] Options dialogs partially not readable, controls outside dialog area

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||jmadero@gmail.com
Summary|Other: Options dialogs  |Options dialogs partially
   |partially not readable, |not readable, controls
   |controls outside dialog |outside dialog area
   |area|
  Component|Libreoffice |UI

--- Comment #6 from tommy27 ba...@quipo.it ---
sorry to hear that. 
another Linux tester is needed since I have only Windows and it works there.

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


[Libreoffice-bugs] [Bug 68174] Use large icons by default on OS X

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

   Priority|medium  |low

--- Comment #15 from tommy27 ba...@quipo.it ---
Ok. Let's keep it as NEW.
I had lowered the priority since the requested change is already possible with
simple option change.

large or small icons IMHO are just a matter of tastes.
some will prefer small, others large.

-- 
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 68734] triple click to select a phrase needs an uppercase character after the punctuation signal

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

--- Comment #3 from tommy27 ba...@quipo.it ---
(In reply to comment #2)
 I understand... but when you say the . should always be followed by a
 uppercase letter, I think you should say the ., the !, and the ?
 should always be followed by a uppercase letter. However, the problem occurs
 only with the .. So, at a minimum, this behaviour looks a little
 inconsistent.

You are right about this.

 As an additional observation, despite I had agreed with you about the
 convention on capital letters after certain punctuation signals, I think, in
 general, we are changing some conventions and, for instance, writing almost
 with no uppercase letters. Indeed, your own text may be a good example of
 it. 

try writing a school paper with no uppercase and try explaining the teacher
it's a new trend I bet it won't help to turn an F into an A

IMHO Writing processing tool should follow current orthographic conventions not
SMS language trends etc. etc.

 So, in my opinion, fix this tiny detail can make Writer a bit more
 consistent and ready to the new trends.
 
 Thks again.

I pass the ball to the develeopes.

-- 
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 55083] Locale wrongly taken as Default Language

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

--- Comment #11 from tommy27 ba...@quipo.it ---
I have italian localization and italian interface on Windows7 64 bit. 
never had such issues.

-- 
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 68756] no startup any more: msvcr100.dll not found, after upgrade from 4.1.0 to 4.1.1 on windows (win2003 server x86)

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

--- Comment #1 from yves.poi...@free.fr ---
Same issue with LibreOffice_4.1.1_Win_x86.msi installation on my computer.

-- 
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 68174] Use large icons by default on OS X

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

--- Comment #16 from James spa...@gmx.net ---
Absolutely agree that large icons would look much better on OS X. So +1 from
me.

Also, absolutely agree with Emir that OS X needs to attract more users and
successively more devs. From what I observe latest changes in the last few
month totally go in a nice direction.

-- 
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 68743] Preferences Menue not scrollable on Mac OS X 10.8.2

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

James spa...@gmx.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from James spa...@gmx.net ---
Hi Wiebke,

thanks for reporting the problem. This seems to work correctly for me with the
latest master build.

Version: 4.2.0.0.alpha0+
Build ID: 9fed8a5e4a4c45d6a08260e9480ca6b43254b120
TinderBox: MacOSX-X86_64@43, Branch:master, Time: 2013-08-29_07:14:27

Also fixed in 4.1.1.2 (http://www.libreoffice.org/download/).

Can you confirm this? If so, I'd say this bug is status WORKSFORME. If not
please re-open.

Also you might want to update your OS to the latest iteration which is 10.8.4.
That's what I used for my testing.

Find the master build here to test:
http://dev-builds.libreoffice.org/daily/master/MacOSX-X86_64@43/

Concerning the MIME/type of the attachment: that is a known bug with bugzilla
not correctly recognizing the attachment and already is filed in an existing
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 68786] FILTER: headless – delimiter option missing when exporting from ods to csv

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

Owen Genat owen.ge...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Owen Genat owen.ge...@gmail.com ---
I can confirm this bug. Setting status to NEW and Severity to enhancement.
Currently it is not possible under Crunchbang 11 running TDF/LO v4.1.0.4 to set
the delimiter of the CSV file to be exported.

-- 
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 68788] New: : assistent agenda / Tagesordnung does not work correctly

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

  Priority: medium
Bug ID: 68788
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: : assistent agenda / Tagesordnung does not work
correctly
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: dirk-ingo.walkerl...@t-online.de
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.1.2 rc
 Component: Writer
   Product: LibreOffice

Created attachment 84967
  -- https://bugs.freedesktop.org/attachment.cgi?id=84967action=edit
Screenshot of the assistent window without dialog box

German Version- menue entries listet in German:
Click on Datei - [Assistenten] - [Tagesordnung ...]- opens the preview of the
agenda, but the dialog box to fill the form doesn't start. No further error
message appears. All other assistants (letter, fax, ...) work correctly.
Perhaps there's a bug, since designation has changed from Agenda to
Tagesordnung?

Best regards
Ingo

-- 
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 68748] Linux Biolinum G and Linux Libertine G are missing from Mac OS X install set

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

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||dtar...@redhat.com
 Ever confirmed|0   |1

--- Comment #4 from David Tardon dtar...@redhat.com ---
I suppose this has been caused by one of my scp2 changes.

-- 
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 68789] New: FILESAVE: DOCX export: using different characters after footnote numbers

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

  Priority: medium
Bug ID: 68789
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: DOCX export: using different characters
after footnote numbers
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: penzes_da...@yahoo.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.5.2 rc
 Component: Writer
   Product: LibreOffice

Created attachment 84968
  -- https://bugs.freedesktop.org/attachment.cgi?id=84968action=edit
test documents

Problem description: 
If I would like using different characters nex to the footnote number (eg 1. or
1# or 1/ etc.)

Easy to reproduce:
Tools - Footnotes/Endnotes - Footnotes tab - After eg ., save DOCX
format.

In Word 2007 not show the character or lost the character.
Operating System: Windows 7
Version: 4.0.5.2 rc

-- 
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 68790] New: Other: Build fails on Windows when system locale is Japanese(Japan) .

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

  Priority: medium
Bug ID: 68790
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Other: Build fails on Windows when system locale is
Japanese(Japan) .
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: ya...@mknada.sakura.ne.jp
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Libreoffice
   Product: LibreOffice

Created attachment 84969
  -- https://bugs.freedesktop.org/attachment.cgi?id=84969action=edit
Full error message

Problem description: 

When building LibreOffice 4.2.0.0.aplha0+(master), build fails in dbaccess
module.

I'm using Windows 7 Ultimate and Visual Studio 2012 Express for Windows
Desktop.

When using --with-lang=en-US ja autogen switch, build fails.
When using --with-lang=ALL switch, build fails,too.
But when not using --with-lang= switch, build succeeds.

Please refer Bug 66395 - Compilation error in Windows with UTF-8 unfriendly
codepage( https://bugs.freedesktop.org/show_bug.cgi?id=66395 )


Steps to reproduce:

1. Open Control Panel - Regional and Language Options
2. Select Administrative tab
3. Click Change system locale.
4. Select Japanese(Japan) (Japanese version Windows has this value as
default).
5. Click OK and restart computer.
6. Start to build libreoffice.

Build will fail with following message.
---
$ /opt/lo/bin/make 
/opt/lo/bin/make -j 8 -rs -f C:/lomas/core/Makefile.gbuild
[build DEP] LNK:Library/idbu.lib
[build ALM] animations
[build ALM] basebmp
[build ALM] basegfx
[build ALM] binaryurp
[build ALM] cli_ure
[build ALM] clucene
[build ALM] comphelper
[build ALM] configmgr
[build RDB] postgresql-sdbc
[build ALM] cppu
[build ALM] cppuhelper
[build CXX] dbaccess/source/ui/dlg/ConnectionHelper.cxx
[build CXX] dbaccess/source/ui/dlg/ConnectionPage.cxx
[build CXX] dbaccess/source/ui/dlg/ConnectionPageSetup.cxx
[build CXX] dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx
[build CXX] dbaccess/source/ui/dlg/detailpages.cxx
[build CXX] dbaccess/source/ui/dlg/directsql.cxx
[build CXX] dbaccess/source/ui/dlg/dlgattr.cxx
[build CXX] dbaccess/source/ui/dlg/dlgsave.cxx
[build CXX] dbaccess/source/ui/dlg/dlgsize.cxx
(snip)
Note: including file:  C:\lomas\core\dbaccess\source\ui\inc\commontypes.hxx
C:\lomas\core\workdir\wntmsci14\SrsTemplatePartTarget\dbaccess\AutoControls.hrc
: warning C4819: The file contains a character that cannot be represented in
the current code page (932). Save the file in Unicode format to prevent data
loss
Note: including file:
C:\lomas\core\workdir\wntmsci14\SrsTemplatePartTarget\dbaccess\AutoControls.hrc
Note: including file:  C:\lomas\core\dbaccess\inc\dbaccess_helpid.hrc
Note: including file:  C:\lomas\core\dbaccess\source\ui\inc\dbu_dlg.hrc
Note: including file:  C:\lomas\core\dbaccess\inc\dbaccess_helpid.hrc
C:\lomas\core\workdir\wntmsci14\SrsTemplatePartTarget\dbaccess\AutoControls.hrc(159)
: error C2001: newline in constant
C:\lomas\core\workdir\wntmsci14\SrsTemplatePartTarget\dbaccess\AutoControls.hrc(370)
: warning C4819: The file contains a character that cannot be represented in
the current code page (932). Save the file in Unicode format to prevent data
loss
C:\lomas\core\workdir\wntmsci14\SrsTemplatePartTarget\dbaccess\AutoControls.hrc(456)
: error C2162: expected macro formal parameter
C:\lomas\core\workdir\wntmsci14\SrsTemplatePartTarget\dbaccess\AutoControls.hrc(460)
: error C2162: expected macro formal parameter
C:\lomas\core\workdir\wntmsci14\SrsTemplatePartTarget\dbaccess\AutoControls.hrc(461)
: error C2162: expected macro formal parameter
C:\lomas\core\workdir\wntmsci14\SrsTemplatePartTarget\dbaccess\AutoControls.hrc(468)
: error C2162: expected macro formal parameter
C:\lomas\core\workdir\wntmsci14\SrsTemplatePartTarget\dbaccess\AutoControls.hrc(469)
: error C2001: newline in constant
Note: including file: C:\lomas\core\include\connectivity/CommonTools.hxx
Note: including file: c:\lomas\core\dbaccess\source\ui\dlg\DriverSettings.hxx
Note: including file:  C:\lomas\core\dbaccess\source\inc\dsntypes.hxx
Note: including file:  C:\lomas\core\include\svl/poolitem.hxx
Note: including file: C:\lomas\core\dbaccess\source\ui\inc\dbadmin.hxx
Note: including file:  C:\lomas\core\include\sfx2/tabdlg.hxx
Note: including file:  C:\lomas\core\dbaccess\source\inc\dsntypes.hxx
Note: including file:  c:\lomas\core\dbaccess\source\ui\inc\IItemSetHelper.hxx
Note: including file:   C:\lomas\core\include\sal/types.h
Note: including file:   C:\lomas\core\include\comphelper/uno3.hxx
Note: including file:   C:\lomas\core\dbaccess\source\inc\dsntypes.hxx
Note: including file:  C:\lomas\core\include\comphelper/uno3.hxx
Note: including file: C:\lomas\core\include\comphelper/types.hxx
make[1]: ***

[Libreoffice-bugs] [Bug 68790] Other: Build fails on Windows when system locale is Japanese(Japan) .

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

Tomofumi Yagi ya...@mknada.sakura.ne.jp changed:

   What|Removed |Added

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

-- 
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 66395] Compilation error in Windows with UTF-8 unfriendly codepage

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

Tomofumi Yagi ya...@mknada.sakura.ne.jp changed:

   What|Removed |Added

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

-- 
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 68790] Other: Build fails on Windows when system locale is Japanese(Japan) .

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

--- Comment #1 from Tomofumi Yagi ya...@mknada.sakura.ne.jp ---
Created attachment 84970
  -- https://bugs.freedesktop.org/attachment.cgi?id=84970action=edit
AutoControls.hrc

-- 
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 68791] New: Using OpenJDK instead of JAVA

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

  Priority: medium
Bug ID: 68791
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Using OpenJDK instead of JAVA
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: david.vantyg...@free.fr
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: framework
   Product: LibreOffice

Hello,

Since last week, Alex KASKO released a compiled version of OpenJDK for Windows
32 and 64 bits. It would be great to add it to LibreOffice, so LibreOffice
would become a 100 % free software.
OpenJDK binaries : https://github.com/alexkasko/openjdk-unofficial-builds

-- 
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 68790] Other: Build fails on Windows when system locale is Japanese(Japan) .

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

Tomofumi Yagi ya...@mknada.sakura.ne.jp changed:

   What|Removed |Added

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

-- 
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 66246] compile failure for Chinese developers

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

Tomofumi Yagi ya...@mknada.sakura.ne.jp changed:

   What|Removed |Added

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

-- 
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 68288] Content lost when exporting to doc

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

--- Comment #6 from tommy27 ba...@quipo.it ---
no problem with Version: 4.2.0.0.alpha0+
Build ID: 94730f359023a3e90fd6d5239a12a150f41f4dd2
TinderBox: Win-x86@39, Branch:master, Time: 2013-08-31_03:30:47

two possible explanations:
1- the test file made on 4.0.5 is not representative
2- the issue has been fixed meanwhile

-- 
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 68771] Other: Crash on launch

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #1 from tommy27 ba...@quipo.it ---
I'm on Windows so I cannot test.
However try unistalling 4.1.0 and install new 4.1.1 that was released few days
ago. do you still have problems?

-- 
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 58614] Searchng some KeyID does not work on Pootle

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

--- Comment #2 from baffclan baffc...@yahoo.co.jp ---
Cannot reproduce on Pootle 2.5.0
https://translations.documentfoundation.org/about/

-- 
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 68750] FILEOPEN: freeze Writer when opening a file

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 68750] FILEOPEN: freeze Writer when opening a file

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@quipo.it,
   ||mst...@redhat.com
Version|4.1.0.4 release |4.0.4.2 release
 Ever confirmed|0   |1

--- Comment #1 from tommy27 ba...@quipo.it ---
tested on Win7 64bit with multiple versions

4.1.1 -- opens and freezes after few seconds
4.0.4 -- opens and freezes after few seconds
3.6.7 -- no freeze
3.5.7 -- no freeze
3.4.6 -- no freeze

interestingly it doesn't freeze using 4.2.0.0.alpha0+ 2013-08-31.

so it seems a regression of the 4.0.x branch that has been fixed somehow in
4.2.x.
it would be nice to discover what reverted the bug and backport it to 4.1.x

updating version, changing status to NEW, adding REGRESSION keywoard and adding
Writer expert to CC list.

-- 
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 60766] BUGZILLA: Remove Android Impress Remote Versions

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME
 CC||ba...@quipo.it

--- Comment #7 from tommy27 ba...@quipo.it ---
I do not see any Android Impress Remote Versions in the Version field.
Android Impress Remote is just present in the Component field.

I suppose that it was fixed in Bugzilla but nobody closed this report.
so I doing it 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 61669] BUGZILLA: Create new Product for LibreOffice Android Impress Remote

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #6 from tommy27 ba...@quipo.it ---
I see that Android Impress Remote is indicated in the component menu.
It looks me a good solution to filter AIR bugs from other LibO bugs.
My 2 cents are that actually there's no need to create a separate Bugzilla
project for AIR as requested by Reiner. setting status to NEW anyway.

-- 
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 68767] FILEOPEN assertion in character.hxx, compareAsciiIgnoreCase

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

Terrence Enger lo_b...@iseries-guru.com changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
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 68790] Other: Build fails on Windows when system locale is Japanese(Japan) .

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

--- Comment #2 from Tomofumi Yagi ya...@mknada.sakura.ne.jp ---
Created attachment 84972
  -- https://bugs.freedesktop.org/attachment.cgi?id=84972action=edit
Patch for adding BOM to .hrc file

This problem is that MSVC interprets UTF-8 source code without BOM as local
codepage when system locale is Japanese(Japan).
I attach a workaound patch in order to clarify the cause.
This patch tweaks transex3.
Tweaked transex3 outputs a *.hrc file with BOM.  
*.hrc files with BOM avoid this 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 68762] RIGHT() is wrong

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

--- Comment #1 from merl btmurr...@gmail.com ---
reporter() is WRONG()

sorry... i was just misunderstanding my RTFM.

shamefully closing.

-- 
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 68762] RIGHT() is wrong

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

merl btmurr...@gmail.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 47545] FILEOPEN: VIEWING some items in page header at wrong position

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

Terrence Enger lo_b...@iseries-guru.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #5 from Terrence Enger lo_b...@iseries-guru.com ---
The problem seems to be gone with master commit 139a7d5, fetched
2013-08-28.

@Joop:  Please check with your next version of LibreOffice.  If you
like the result, set the status of this bug to VERIFIED.

Terry.

-- 
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 68276] Options dialogs partially not readable, controls outside dialog area

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

--- Comment #7 from Ulrich Moser ulrich.mo...@zpk-moser.de ---
What do you need to know. If you can give me some hints I ight be able to
provide more details. BTW you should probably consider to have at least a Linux
on a USB Stick for testing or have some virtualized environment for development
and test.

-- 
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 63977] DisposedException in Create Table Wizard

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

Terrence Enger lo_b...@iseries-guru.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #1 from Terrence Enger lo_b...@iseries-guru.com ---
The problem seems to be gone with master commit 139a7d5, fetched
2013-08-28.

-- 
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 68793] New: FORMATTING: Persian characters are not joined

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

  Priority: medium
Bug ID: 68793
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Persian characters are not joined
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: mah@gmail.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.5.2 rc
 Component: Writer
   Product: LibreOffice

Using Google's droid fonts I can't type in Persian correctly. The letters are
not joined and are separate.


Operating System: Mac OS X
Version: 4.0.5.2 rc

-- 
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 68773] LibreOffice not listed in Windows Control Panel

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

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

   What|Removed |Added

 Resolution|DUPLICATE   |INVALID
 CC||bfo.bugm...@spamgourmet.com

--- Comment #3 from bfoman bfo.bugm...@spamgourmet.com ---
See bug 68772.

-- 
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 68276] Options dialogs partially not readable, controls outside dialog area

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

--- Comment #8 from tommy27 ba...@quipo.it ---
(In reply to comment #7)
 What do you need to know. If you can give me some hints I ight be able to
 provide more details. 

nothing. your report seems already complete and easy to replicate.

 BTW you should probably consider to have at least a
 Linux on a USB Stick for testing or have some virtualized environment for
 development and test.

it would be nice but I have no plans to adapt Linux in the short period.
i'm just a Windows QA volunteer. 

i hope other Linux users could provide additional help.

-- 
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 68772] Other: LibreOffice (3.5.2.2) not listed in Control Panel

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

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)
 As it is old unsupported version of LibreOffice I think that it is not so
 crucial to solve it so we can close that bug. I'll just install 4.1

Did you try to reinstall the original 3.5.2.2 version? Having broken
installation in the system won't help 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 41702] FILEOPEN: Lotus Word Pro (.lwp) document opens as empty in LibO

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|FILEOPEN: Lotus Word Pro|FILEOPEN: Lotus Word Pro
   |(.lwp) documents|(.lwp) document opens as
   |LibreOffice opens as empty  |empty in LibO

--- Comment #6 from tommy27 ba...@quipo.it ---
tested with 4.1.1.2 under Win7 64bit.
the .lwp test file is opened but look empty.

@Uwe 
can you confirm that the test file is not empty if opened with other softwares
rather than LibO?

-- 
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 41728] FILEOPEN: word doc file opens as read only inlibre-office, but not in msword

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #2 from tommy27 ba...@quipo.it ---
opens as read-only in 4.1.1.2 under Win7 64bit as well.
i have no Word to test.

-- 
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 41728] FILEOPEN: .doc file opens as read only in LibO but not in MS Word

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

Summary|FILEOPEN: word doc file |FILEOPEN: .doc file opens
   |opens as read only  |as read only in LibO but
   |inlibre-office, but not in  |not in MS Word
   |msword  |

-- 
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 43145] EDITING: Including a table on a Draw worksheet

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|EDITING: Incluidng a table  |EDITING: Including a table
   |on a Draw worksheet..   |on a Draw worksheet

-- 
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 67507] UI: Display jumps horizontally under particular conditions

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #3 from tommy27 ba...@quipo.it ---
@Terrence
do you still see this issue in recent 4.0.x or 4.1.1 releases?

-- 
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 46773] format change between database and spreadsheet

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|: Format change between |format change between
   |database and spreadsheet|database and spreadsheet

--- Comment #17 from tommy27 ba...@quipo.it ---
@Juan-Carlos
do you still see this issue in recent 4.0.x or 4.1.x releases?

-- 
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 64223] FILEOPEN: 'General input/output error' when opening file from ftp

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
 CC||ba...@quipo.it
 Ever confirmed|0   |1

--- Comment #2 from tommy27 ba...@quipo.it ---
changing status to NEW and platform to ALL according to previous comment.

-- 
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 68794] New: The caption of the window does not show the language

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

  Priority: medium
Bug ID: 68794
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: The caption of the window does not show the language
  Severity: minor
Classification: Unclassified
OS: All
  Reporter: joao.corm...@sisejuferj.org.br
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.1.2 rc
 Component: Linguistic
   Product: LibreOffice

Created attachment 84975
  -- https://bugs.freedesktop.org/attachment.cgi?id=84975action=edit
The caption of the window does not show the language

Press F7. See the attached file.

-- 
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 68779] FILEOPEN RTF Table borders missing

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

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---
Summary|FORMATTING: рамки в |FILEOPEN RTF Table borders
   |таблицах|missing
 Ever confirmed|0   |1

--- Comment #2 from Urmas davian...@gmail.com ---
The table grid is missing from the attached 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 68795] New: mistake in language name

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

  Priority: medium
Bug ID: 68795
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: mistake in language name
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: gitz...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.1.2 rc
 Component: Writer
   Product: LibreOffice

I downloaded LibreOffice 4.1.1.2 (Build ID:
7e4286b58adc75a14f6d83f53a03b6c11fa2903) yesterday and noticed a mistake. When
I typed in LibreOffice writer in my mother tongue, it showed 'Assami' in the
language bar below. It should be 'Assamese'
(https://en.wikipedia.org/wiki/Assamese_language), not 'Assami' which means
'convicted' in our language. None of the other indic languages have been named
wrong in LibreOffce writer. Please correct the mistake as soon as possible.
Thank you.

(I'm using 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 68796] New: Other: missing msvcr100.dll

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

  Priority: medium
Bug ID: 68796
  Keywords: regression
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Other: missing msvcr100.dll
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: yves.poi...@free.fr
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 rc
 Component: Installation
   Product: LibreOffice

After installation of v4.1.1 release, a popup saying msvcr100.dll is missing
appears.


I reinstall v4.1.0 to continue to use libreoffice.

(I used the french version)

Hope it will help.
Operating System: Windows 7
Version: 4.1.1.2 rc
Last worked in: 4.1.0.4 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 41972] TABLES: Graphics in table cell cell shifted to right page border after file save and reopen

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

--- Comment #8 from g4b0 gab...@gmail.com ---
Reproducible on Version 4.1.1.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 68797] New: FILEOPEN lost position of lines anchored to cell

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

  Priority: medium
Bug ID: 68797
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN lost position of lines anchored to cell
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: gab...@gmail.com
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 4.1.1.2 rc
 Component: Spreadsheet
   Product: LibreOffice

Draw a line on a spreadsheet, anchor it to a cell.
Close and reopen.
The line has lost its position, is now located on the bottom left of the
document, anchored to the top left cell of the spreadsheet.
Save, close and reopen again, the line has disappeared.

Same issue with freehand lines and poly lines.

-- 
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 39960] Pictures lost/distorted when FILESAVE document as RTF

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|Pictures lost when FILESAVE |Pictures lost/distorted
   | document as RTF|when FILESAVE document as
   ||RTF

--- Comment #12 from tommy27 ba...@quipo.it ---
saved Reiner's test file as .rft using 4.1.1.2 under Win7 64bit.

the first 2 images in the table look partially cropped when reopening the file
in LibO, but they look normal in WordPad. the 3rd image looks normal both in
LibO and WP.

so it seems to me that the issue is about showing the .rtf not saving (WordPad
do not shows corruption of the images).

-- 
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 39179] FileOpen: Writer takes very long to open a docx file

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #23 from tommy27 ba...@quipo.it ---
still slow opening of 50 page test file.
almost 2 minute with LibO 4.1.1.2 under Win7 64bit

-- 
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 67507] UI: Display jumps horizontally under particular conditions

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

Terrence Enger lo_b...@iseries-guru.com changed:

   What|Removed |Added

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

--- Comment #4 from Terrence Enger lo_b...@iseries-guru.com ---
The problem seems to be absent in both 4.1.0.0.beta 2 and master
commit 139a7d5 fetched 2013-08-25, so I am setting WORKSFORME.

Thank you, Tommy27, for your attention.

-- 
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 41709] UI: Some buttons on toolbars are not disabled when saving file

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME
 CC||ba...@quipo.it

--- Comment #2 from tommy27 ba...@quipo.it ---
I see the bug with 3.4.6
I don't see the bug with 4.0.4 and 4.1.1

tested under Win7 64bit

marking as RESOLVED WFM

-- 
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 68798] New: Other: ellipses

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

  Priority: medium
Bug ID: 68798
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Other: ellipses
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: 0241586...@free.fr
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 rc
 Component: Drawing
   Product: LibreOffice

Created attachment 84977
  -- https://bugs.freedesktop.org/attachment.cgi?id=84977action=edit
sample incomplete ellipses

Problem description: 
incorrect filling ellipses
Steps to reproduce:
1. 
2. 
3. 

Current behavior:

Expected behavior:


Operating System: Ubuntu
Version: 4.1.1.2 rc

-- 
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 42434] 'mirror horizontally' and 'mirror vertically' icons look inverted

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 OS|Linux (All) |All
 CC||ba...@quipo.it,
   ||timofeev@gmail.com
Summary|Images toolbar icons|'mirror horizontally' and
   |suggest wrong action|'mirror vertically' icons
   ||look inverted
  Component|Writer  |UI

--- Comment #3 from tommy27 ba...@quipo.it ---
still here in LibO 4.1.1 final release under Win7 64bit
the 'mirror horizontally' and 'mirror vertically' look inverted to me too.
changed summary notes and adding UI experts to CC list.

-- 
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 61881] Evaluate source code spell checking software

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@quipo.it
 Ever confirmed|0   |1

--- Comment #1 from tommy27 ba...@quipo.it ---
developer feedback needed to see if it's worth it.
changing status to NEW.

-- 
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 68082] FILESAVE: File cannot be saved if Load LibreOffice at startup is checked (LibreOffice quickstart is on) for network files

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

Robert Popa robert.p...@geseidl.ro changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Robert Popa robert.p...@geseidl.ro ---
Hello!

In 4.0.5 and 4.1.1 release there is the same behaviour on 64bit and 32bit, Win
77 Home and Professional machines:

If I open a file from a network drive, make modifications and click save then
the file is not saved with mess: Error saving the document .ods:
Access to P:\_Documente personale\Membrii familiei\copiii 2.ods was denied that
there are no sufficient rights.

The same behaviour is with quick start on and off.

For me this is a showstopper, as I cannot use anymore neither 4.0.5 nor 4.1.1.
Reverting back to 4.0.4 where this did not happen.

-- 
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 67885] FILESAVE: Files locked after saved on network drive

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

--- Comment #9 from Robert Popa robert.p...@geseidl.ro ---
Hello!

In 4.0.5 and 4.1.1 release there is the same behaviour on 64bit and 32bit, Win
77 Home and Professional machines:

If I open a file from a network drive, make modifications and click save then
the file is not saved with mess: Error saving the document .ods:
Access to P:\_Documente personale\Membrii familiei\copiii 2.ods was denied that
there are no sufficient rights.

The same behaviour is with quick start on and off.

For me this is a showstopper, as I cannot use anymore neither 4.0.5 nor 4.1.1.
Reverting back to 4.0.4 where this did not happen.

-- 
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 66554] Strange horizontal spacing between letters in Impress

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 OS|All |Linux (All)
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTOURBUG
 CC||ba...@quipo.it

--- Comment #3 from tommy27 ba...@quipo.it ---
marking as RESOLVED NOTOURBUG since as you said the bug is not present in
official LibO released by TDF. but I suggest to report this to Ubuntu guys.

moreover would you please tell us which LibO version did you see 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 67885] FILESAVE: Files locked after saved on network drive

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

--- Comment #10 from Robert Popa robert.p...@geseidl.ro ---
https://bugs.freedesktop.org/show_bug.cgi?id=68082 is a similar bug, but not
the same!

-- 
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 68771] Other: Crash on launch

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

Steve Piercy w...@stevepiercy.com changed:

   What|Removed |Added

Version|4.1.0.4 release |4.1.1.2 rc

--- Comment #2 from Steve Piercy w...@stevepiercy.com ---
I downloaded and installed this yesterday:

http://www.libreoffice.org/download/?type=mac-x86version=4.1.1lang=en-US

I've corrected my bug report to reflect the proper version.

Side note: the UI to the bug tracker via libreoffice.org is very difficult to
use and contributed to my data entry fumbling.
https://www.libreoffice.org/get-help/bug/

The select menus don't permit keyboard navigation and only display on a
mouseover.  That's horrible UI!  I'm using the bug tracker on freedesktop.org
directly now to avoid 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 68764] table borders appear different when printed

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
  Component|Writer  |Printing and PDF export

--- Comment #2 from tommy27 ba...@quipo.it ---
please attach a test file in which you reproduce 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 68771] Other: Crash on launch

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

Version|4.1.1.2 rc  |4.1.0.4 release

--- Comment #3 from tommy27 ba...@quipo.it ---
(In reply to comment #2)
 I downloaded and installed this yesterday:
 
 http://www.libreoffice.org/download/?type=mac-x86version=4.1.1lang=en-US
 
 I've corrected my bug report to reflect the proper version.
 ... snip ...

Never change the version of the bug to a later version. The version field of
the bug should always show the earliest version manifesting the bug. Please do
not change a version, because it also manifests in a later version.

Reverting version to 4.1.0.4 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 68771] Crash on launch on OS X

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

Summary|Other: Crash on launch  |Crash on launch on OS 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 63729] PRINTING: UI: Table border rendered without antialiasing in Page preview

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|PRINTING: UI: Table boder   |PRINTING: UI: Table border
   |rendered without|rendered without
   |antialiasing in Page|antialiasing in Page
   |preview |preview

-- 
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 66460] Extraneous pixels displayed in orbit of circles when .odg file is exported to PDF

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

Papamatti matti...@yahoo.de changed:

   What|Removed |Added

   See Also||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=115511

-- 
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 66460] Extraneous pixels displayed in orbit of circles when .odg file is exported to PDF

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

Papamatti matti...@yahoo.de changed:

   What|Removed |Added

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

-- 
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 57317] Writer FILESAVE: bullets list saved as numbered list

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

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #2 from tommy27 ba...@quipo.it ---
still reproducible with LO 4.1.1.2 (Win7 Pro, 64bit)

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