[Libreoffice-bugs] [Bug 89513] read only files won't let you edit after "save as"

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89513

Beluga  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #4 from Beluga  ---
Thanks for testing! As we have no idea on which commit fixed it, I'll change
the status to WORKSFORME.

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


[Libreoffice-bugs] [Bug 89837] New: PDF export png files destroys the image

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89837

Bug ID: 89837
   Summary: PDF export png files destroys the image
   Product: LibreOffice
   Version: 4.4.1.2 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mi_...@arcor.de

When I export a file with an inserted png file (logo, with no background), than
the image appears totally destroyed in the exported pdf-file.
Before the last update everything works fine.
Thank you for your 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 89643] report builder: function wizard segfaults as soon as a function is inserted

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89643

Lionel Elie Mamane  changed:

   What|Removed |Added

 CC||er...@redhat.com,
   ||markus.mohrhard@googlemail.
   ||com

--- Comment #15 from Lionel Elie Mamane  ---
Since that "formula" module is shared with Calc, would our Calc
"FindTheExpert"s have some clue on what change could have caused this?


In the backtrace, the problematic line is:

if( pFuncPage->GetCategory() !=
static_cast(pFuncDesc->getCategory()->getNumber() + 1) )


The problem is that pFuncDesc->getCategory() returns some kind of "smart
pointer" that contains a null raw pointer, so ->getNumber() segfaults.
IFunctionCategory seems to be an abstract class with two implementations:
reportdesign/source/ui/inc/FunctionHelper.hxx: class FunctionCategory
sc/inc/funcdesc.hxx: class ScFunctionCategory

To chase this I suppose we should follow how/when these are created and filled
out, or maybe how/when a meaningful "category" member is filled in pFuncDesc.

What strikes me is that just before the crash, the display of the formula is
e.g.
 =COUNT( ) )
instead of
 =COUNT( )

Maybe that's linked...

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


[Libreoffice-bugs] [Bug 89592] Initialize PropertyValue Sequences from initializer_lists

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89592

Swachhand Lokhande  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |swachhand...@gmail.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 89592] Initialize PropertyValue Sequences from initializer_lists

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89592

--- Comment #4 from Swachhand Lokhande  ---
Hi. 
I am new to LibreOffice development and I would like to work on this as my
first bug. 
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 89764] DDE Server Windows: soffice.bin

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89764

Aurimas Fišeras  changed:

   What|Removed |Added

 CC||auri...@members.fsf.org

--- Comment #2 from Aurimas Fišeras  ---
I'm having probably the same problem on Windows Server 2003 64-bit.
After closing LibreOffice Calc (4.4.1.2,
45e2de17089c24a1fa810c8f975a7171ba4cd432, lt_LT) sometimes this error message
box pops up:
Title: "DDE Server Window: soffice.bin - Application Error"
Message: "The exception unknown software exception (0xc005) occured in the
application at location 0x7d620dee. Click on OK to terminate the program".

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


[Libreoffice-bugs] [Bug 89836] New: FILEOPEN: LibreOffice writer crashes when opening a docx file

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89836

Bug ID: 89836
   Summary: FILEOPEN: LibreOffice writer crashes when opening a
docx file
   Product: LibreOffice
   Version: 4.3.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: filters and storage
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: spappala...@renegadetech.com

Created attachment 113904
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113904&action=edit
Example document that crashes LibO 4.3.3 for me.

I came across the attached file that crashes LibreOffice when I attempt to open
it.

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


[Libreoffice-bugs] [Bug 89836] FILEOPEN: LibreOffice writer crashes when opening a docx file

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89836

--- Comment #1 from Sean M. Pappalardo  ---
Created attachment 113905
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113905&action=edit
Backtrace of segfault

It's a segfault. Backtrace attached.

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


[Libreoffice-bugs] [Bug 44269] PRINTING: Printing problem with form contains text field with «Multi-line with formatting »

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44269

Jean-Baptiste Faure  changed:

   What|Removed |Added

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

--- Comment #7 from Jean-Baptiste Faure  ---
As already stated in comment #4 there is no field overflow problem with this
form.

I reproduced the same steps as in comment #3 without problem.

Tested with LibreOffice 4.4.2.0.0+ built at home under Ubuntu 14.10 x86-64.

Closing as WorksForMe. Please feel free to reopen if you disagree.

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 34274] Copy and paste object from Impress/Diagram to Writer Draw Object have wrong size

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34274

Jean-Baptiste Faure  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 34274] Copy and paste object from Impress/Diagram to Writer Draw Object have wrong size

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34274

--- Comment #12 from Jean-Baptiste Faure  ---
Created attachment 113903
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113903&action=edit
grouped ellipses pasted in Writer

Not reproducible for me with LibreOffice 4.4.2.0.0+ built at home under Ubuntu
14.10 x86-64.
I copied the grouped ellipse of the attachment 56019 in Draw and did a paste
special in a new text document using Draw8 format. 

Setting status to WorksForMe. Please, feel free to reopen if you disagree.

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 89835] test2

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89835

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 89835] New: test2

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89835

Bug ID: 89835
   Summary: test2
   Product: LibreOffice
   Version: 4.4.0.1 rc
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: deletionrequest
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: r...@post.cz

test only

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


[Libreoffice-bugs] [Bug 89834] testing

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89834

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 89834] New: testing

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89834

Bug ID: 89834
   Summary: testing
   Product: LibreOffice
   Version: 4.4.0.3 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: deletionrequest
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: r...@post.cz

test only

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


[Libreoffice-bugs] [Bug 49177] Add color gradient for FORMATTING cell background

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49177

Kevin Suo  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=31
   ||205

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


[Libreoffice-bugs] [Bug 85028] There are gaps between tab marks and text in table cells when the Left Spacing to Contents value is not zero

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85028

--- Comment #5 from preechaw  ---
Comment on attachment 113901
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113901
Table with 2.00 cm spacing to contents

How to reproduce
1. Create a 2x2 table
2. Choose the menu Table->Table Properties
3. Go to Borders tab
4. Change Spacing to contents to 2.00 cm
5. Click OK
6. Type "One", tab, and "Two"
7. Add a left tab at 3.00 cm.
8. The word "Two" is aligned at 5.00 cm.

Tab marks are difficult to manage on the ruler.
It's not WYSIWYG.
It's WYGIDFWYD, what you get is different from what you did.

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


[Libreoffice-bugs] [Bug 75261] Calc: It's not possible setup picture as page background (like watermark)

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75261

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com

--- Comment #5 from Kevin Suo  ---
Created attachment 113902
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113902&action=edit
another example

In the attached file, cell A1 and B6 contains values, all other cells are
blank.

The image page background only fits to the area A1:B6.

There should be an option for the user to choose whether the image should fit
to the full page, or just the content 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 85028] There are gaps between tab marks and text in table cells when the Left Spacing to Contents value is not zero

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85028

--- Comment #4 from preechaw  ---
Comment on attachment 113901
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113901
Table with 2.00 cm spacing to contents

How to reproduce
1. Create a 2x2 table
2. Choose the menu Table->Table Properties
3. Go to Borders tab
4. Change Spacing to contents to 2.00 cm
5. Click OK
6. Type "One", tab, and "Two"
7. Add a left tab at 3.00 cm.
8. The word "Two" is aligned at 5.00 cm.

Tab marks are difficult to manage on the ruler.
It's not WYSIWYG.
It's WYSIDFWYG, what you see is different from what you get.

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


[Libreoffice-bugs] [Bug 31205] Apply fill patterns to cell backgrounds

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=31205

Kevin Suo  changed:

   What|Removed |Added

 CC||suokunl...@126.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=49
   ||177

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


[Libreoffice-bugs] [Bug 85028] There are gaps between tab marks and text in table cells when the Left Spacing to Contents value is not zero

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85028

--- Comment #3 from preechaw  ---
Created attachment 113901
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113901&action=edit
Table with 2.00 cm spacing to contents

Table with 2.00 cm spacing to contents.
This makes tab adjustment on the ruler very difficult 
since the tab marks are not at the same vertical positions 
as the text after tab characters.

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


[Libreoffice-bugs] [Bug 87369] FILEOPEN: Frame background colour is changed to white on loading

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87369

--- Comment #15 from petershar...@pastoralsystems.co.nz ---
This bug occurs in 4.4.1 fresh and occurred in other recent releases.

Don't know whether frame background colour is not saved with document or not
retrieved upon file open.

Regards

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


[Libreoffice-bugs] [Bug 89513] read only files won't let you edit after "save as"

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89513

Todd  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |FIXED

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


[Libreoffice-bugs] [Bug 89513] read only files won't let you edit after "save as"

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89513

raal  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 89513] read only files won't let you edit after "save as"

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89513

--- Comment #3 from Todd  ---
Corrected in  4.4.1.2.  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 34959] functionality request: convert presentation to video

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34959

--- Comment #13 from Jay Philips  ---
Hi Zeki,

(In reply to Zeki Bildirici from comment #12)
> This won't help i think. No audio, animations and transistions will not
> perform good, so that won't be MULTIMEDIA. I tried it manually, exported
> slides as jpegs (see:
> https://bugs.documentfoundation.org/show_bug.cgi?id=67614) converting them
> via video editor etc... but this is ends with a slideshow, rather than a
> 'Prensentation'. 

My suggestion was to begin saving to video without audio, as saving
uncompressed audio in an AVI file would cause the file to be huge because i
believe LO doesnt have an inbuilt means of compressing it. But my suggestion
did included the saving of animations and transitions. I guess you may have
misunderstood "simply store compressed JPG images of the presentation sequence
frames", where frames did not mean slides but frames of the presentation
animation.

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


[Libreoffice-bugs] [Bug 89833] Complicated spreadsheet misbehaves

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89833

--- Comment #1 from Rich Wilson  ---
Created attachment 113899
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113899&action=edit
Second spreadsheet that misbehaves

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


[Libreoffice-bugs] [Bug 89746] Inserting an audio/video places it in the wrong position

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89746

--- Comment #2 from Jay Philips  ---
Created attachment 113900
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113900&action=edit
screencast

Hope this will help Beluga. :D

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


[Libreoffice-bugs] [Bug 89833] New: Complicated spreadsheet misbehaves

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89833

Bug ID: 89833
   Summary: Complicated spreadsheet misbehaves
   Product: LibreOffice
   Version: 4.4.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ric...@gmail.com

Created attachment 113898
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113898&action=edit
Spreadsheet that misbehaves

I'm going to attach two files: 7_Series_XPE_14_2.xls and
7_Series_XPE_2014_4.xlsm. These are two versions of mostly the same thing.
Libreoffice misbehaves on the first one, and takes minutes to open the second,
and then hangs (or takes way too long to respond). As an aside, the second one
also misbehaves when opened by Office Pro 2003 Excel via Microsoft Open XML
Converter.
What you should see when you open the spreadsheet (with macros enabled): In the
Device/Family pulldown, select Zynq-7000. When you change this, the options in
the Device pulldown should change so that XC7Z010 is one of the choices. 
What I see for the .xls file is an empty box for the Family pulldown. What I
see for the .xlsm file after a few minutes is normal Family pulldown, but when
I select "Zynq-7000" the program hangs.
I don't see a way to attach two files. The other file can be found at
http://www.xilinx.com/products/design_tools/logic_design/xpe.htm by clicking on
the "7 Series and Zynq®-7000" download button.

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


[Libreoffice-bugs] [Bug 36884] 10n character does not rotate 270 degree

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36884

--- Comment #8 from Tomoo Nomura  ---
(In reply to Tomoo Nomura from comment #7)
> Lo 4.4.1.2rc2 still exists, nothing changed.
> Debian Jessie kernel 3.17-1-amd64

correction 4.4.1.2rc  not  4.4.1.2rc2

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


[Libreoffice-bugs] [Bug 61976] Allow setting a background colour, and exporting transparency.

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61976

--- Comment #3 from grot...@hotmail.com ---
>From what I can tell, this affects all exports.

When I wrote this bug report (2 years ago, almost to the day!), I was exporting
GIF because PNG transparency has always been flaky. (You seem to have figured
out how that works better than I ever did).

Nowadays, I export SVG diagrams as well. Same problem.

You're right, setting the page background to be a dark colour exports that
colour - this is what I'd expect it to do.

Perhaps I didn't explain the use case for my feature request (it's not a bug)
properly.

I am drawing an image, which will later appear on a web site with a darkish
background colour scheme. So some of the lines in my drawing are white, to
match the colour scheme of the web page they will appear on. Unfortunately,
while the page background is set to "none", the page actually appears in the
editor as white. Therefore my white lines are effectively invisible while
editing.

Perhaps a better fix than the one I came up 2 years ago, would be to have the
Format/Page/Background/Fill/"none" option allow you to choose a colour to view
the page as while editing, so that "none" doesn't have to mean "but we'll show
you a white background". That would also mean no changes to exporting are
needed. (The PNG export bug is an entirely unrelated 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 89792] Since Libreoffice update to version 4.4.x, I find I can't install Libreoffice 4.4.x in Debian 7.8 Gnome

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89792

--- Comment #2 from moate...@gmail.com ---
(In reply to Beluga from comment #1)
> How did you try to install 4.4.1?
> 
> Set to NEEDINFO.
> Change back to UNCONFIRMED after you have provided the information.

I download the 4.4.x(64 bit).deb from official site and install all of them.

This is an obvious problem, and if you have a test in Debian 7.8.
Are you install 4.4.x in debian 7.8?

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


[Libreoffice-bugs] [Bug 36884] 10n character does not rotate 270 degree

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36884

Tomoo Nomura  changed:

   What|Removed |Added

Version|3.3.2 release   |4.4.1.2 rc

--- Comment #7 from Tomoo Nomura  ---
Lo 4.4.1.2rc2 still exists, nothing changed.
Debian Jessie kernel 3.17-1-amd64

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


[Libreoffice-bugs] [Bug 89815] default location of sidebar

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89815

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |INVALID

--- Comment #2 from V Stuart Foote  ---
This is by design and was subject of UX-discussion/decision when implemented.
It is simply undocked and can then be docked left edge if preferred, and will
remains in that position until user profile is cleared or the docking position
is changed back to right.

Yes the vertical scroll bar is inboard of the docked Sidebar Deck. Also as
implemented.  The document is what is being scrolled not the Sidebar Deck and
Tab bar--it would be odd to have the scroll bar widget attached outside, what
element would it be controlling?

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


[Libreoffice-bugs] [Bug 89824] "Update style" in style context menu in styles and formatting

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89824

mahfiaz  changed:

   What|Removed |Added

   Severity|normal  |enhancement

--- Comment #2 from mahfiaz  ---
Sorry, of course it's not a bug but an enhancement request.

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


[Libreoffice-bugs] [Bug 89832] New: Titlebar displays the wrong language in Base when certain language sets are installed

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89832

Bug ID: 89832
   Summary: Titlebar displays the wrong language in Base when
certain language sets are installed
   Product: LibreOffice
   Version: 4.4.1.2 rc
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bugzi...@johnhaller.com

Created attachment 113897
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113897&action=edit
Table Design shown in Chinese Traditional

When in Base with LibreOffice UI set to English, selecting "Create a Table in
Design View" results in a window with a titlebar with non-English characters
(see attached).  The text should read "LibreOffice Base: Table Design".
Instead, the word Table Design is shown in Chinese Traditional.

This appears to only occur with specific sets of languages installed. 
Installing only English or installing all languages will not trigger the bug. 
Installing a specific set of languages will cause it to occur.  In my case, the
set was Arabic, Chinese, English, French, German, Italian, Japanese, Korean,
Portuguese, Russian, and Spanish.

Oddly, copying registry_zu.xcd for Zulu from a full install within the
LibreOffice 4\share\registry\res directory to the broken install fixes the
problem.

I noticed this bug introduced in LibreOffice 4.4.0 when packaging the portable
version's popular language set for PortableApps.com.  I worked around the the
issue in LibreOffice Portable 4.4.1 by including the above-mentioned Zulu 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 44319] EDITING: numbering with {LISTNUM LegalDefault} code field not working

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44319

Joel Madero  changed:

   What|Removed |Added

 CC||chris.nelson.1...@gmail.com

--- Comment #9 from Joel Madero  ---
*** Bug 50894 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 50894] FORMATTING: ListNum fields don't show up

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50894

Joel Madero  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jmadero@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #13 from Joel Madero  ---
Thanks John for that input. Marking as such.

Great work finding the dupe - if you haven't already come say hello, we'd love
to see you (and everyone on this bug) in the QA chat channel:

http://webchat.freenode.net/?channels=libreoffice-qa

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

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


[Libreoffice-bugs] [Bug 65205] : Print Component fails to recognize 'Tabloid' as 11x17, uses Letter instead

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65205

Robert  changed:

   What|Removed |Added

   Priority|high|highest
 CC||gnu...@gmail.com
Version|unspecified |4.3.4.1 release

--- Comment #20 from Robert  ---
Whatever the Priority is, this bug creates a dead end for users requiring
tabloid printing (myself included).

Printing to A0 works. I'm curious if adding Ledger size (17" x 11") would
survive the printer stack (users could correct orientation with Landscape vs
Portrait).

Also, paper Size User should never revert back to ANY named paper size: it
should simply pass this to the printer and give the printer driver a CHANCE to
determine page size.

This problem can be reproduced on 4.3.4.1 on Mac OS X.

At least assign it to someone. It has existed since OpenOffice, most office
have ANSI D paper sizes, and, on that note, paper size names should be
consistent. Metric and other paper sizes are named, and North American sizes
are sized or nicknamed; not ANSI A/B/C/D/E. Might as well add Arch A/B/C/D/E
while you're at it.

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


[Libreoffice-bugs] [Bug 89643] report builder: function wizard segfaults as soon as a function is inserted

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89643

--- Comment #14 from Julien Nabet  ---
I noticed these logs during tests:
warn:i18nlangtag:14851:1:i18nlangtag/source/languagetag/languagetag.cxx:1380:
LanguageTagImpl::convertLocaleToLang: with bAllowOnTheFlyID invalid 'de-'
warn:legacy.osl:14851:1:reportdesign/source/core/sdr/RptObject.cxx:368:
OUnoObject::EndListening: not listening currently!
warn:legacy.osl:14851:1:reportdesign/source/core/sdr/RptObject.cxx:351:
OUnoObject::StartListening: already listening!

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


[Libreoffice-bugs] [Bug 89815] default location of sidebar

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89815

Julien Nabet  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||serval2...@yahoo.fr
  Component|Writer  |ux-advise

--- Comment #1 from Julien Nabet  ---
I don't have any personal opinion about this, I let ux team to answer.

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


[Libreoffice-bugs] [Bug 89823] LibreOffice Crashes when attempting to fill in Fields of a Writer Template

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89823

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I don't reproduce the
crash.

Could you give a try to 4.4.1?
You must know that 4.4 is a new branch, so as for each new branch, first
versions are not for production but to discover and give a try to new features.

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


[Libreoffice-bugs] [Bug 49206] VIEWING: Tooltip for cell with partially hidden content

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49206

mahfiaz  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
  Component|Calc|ux-advise

--- Comment #2 from mahfiaz  ---
This can be also unwanted, since sometimes you just leave your mouse somewhere
to rest and after the timeout a tooltip would appear. Which is a) distracting
b) covers up cells which are placed next to it. This is somewhat mitigated
because tooltip would only appear on overfilled cells.

I wouldn't mind closing it as wontfix, but getting some ux-advice would be
good.

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


[Libreoffice-bugs] [Bug 72438] LibreLogo: icons in Logo toolbar replaced by text only

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72438

--- Comment #10 from Jay Philips  ---
Thanks for the feedback Gilvan and Pierre-Yves. I can confirm it on Linux on
master.

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


[Libreoffice-bugs] [Bug 89824] "Update style" in style context menu in styles and formatting

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89824

Julien Nabet  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||serval2...@yahoo.fr
  Component|Writer  |ux-advise

--- Comment #1 from Julien Nabet  ---
ux team: perhaps an enhancement?

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


[Libreoffice-bugs] [Bug 84963] Czech accents (especially ě, ř, ů, ú) in editable part of forms NOT working

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84963

Mateusz Hołysz  changed:

   What|Removed |Added

 CC||mateusz_hol...@o2.pl

--- Comment #8 from Mateusz Hołysz  ---
I would like to confirm it also with polish diacritic letters such as ą, ę, ó,
ł, ż, ź and ć. I use libre office 4.4.1.2 on ubuntu 14.04. I have also testedd
it on windows7 with libre office 4.4.1.2. The same problem occured as described
above.

Kind regards

Mateusz Hołysz

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


[Libreoffice-bugs] [Bug 89801] Can't install on Android CyanogenMod 12 (5.02)

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89801

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
Version|unspecified |4.5.0.0.alpha0+ Master
 Ever confirmed|0   |1

--- Comment #4 from Robinson Tryon (qubit)  ---
(In reply to Robinson Tryon (qubit) from comment #1)
> (In reply to janghou from comment #0)
> > Can't install on Android Resurrection Remix based on CyanogenMod 12 (5.0.2)
> > N7100 (Fdroid version
> > http://forum.xda-developers.com/galaxy-note-2/development/rom-resurrection-
> > remix-5-2-2-t2974539
> 
> Installing on a Nexus S with CM 11 (Android 4.4.4) works for me. I'm not
> sure that I can easily get CM 12 (or a derivative) on my phone, but I could
> test w/another device.

Tested on Nexus 7 2012 + Android 5.0.2, and had no issues installing LO Viewer
(same version as above) and opening the test.odt file.

Do you have problems installing any other apks? Try installing firefox from
F-droid. The LO Viewer shares some code with it, and that might be a good test
to see if this is a problem specific to LO.

Status -> NEEDINFO

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


[Libreoffice-bugs] [Bug 89828] Image Export crops based on margins instead of page boundaries when Save transparency checked, ignores transparency settings

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89828

--- Comment #3 from tmacalp  ---
Created attachment 113896
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113896&action=edit
Export from example document showing behavior in 4.3.5.2

Here is a png export from 4.3.5 that shows the weird transparent blank margin
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 89831] New: Ability to lock objects

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89831

Bug ID: 89831
   Summary: Ability to lock objects
   Product: LibreOffice
   Version: 4.4.0.3 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nihar...@redhat.com

It would be great to lock objects (images, Text, lines, etc) in Impress to keep
them from being accidently clicked on.

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


[Libreoffice-bugs] [Bug 89828] Image Export crops based on margins instead of page boundaries when Save transparency checked, ignores transparency settings

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89828

--- Comment #1 from tmacalp  ---
Created attachment 113894
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113894&action=edit
Example drawing showing edge of margins

I've attached an example drawing that can be used to show the crop boundaries.

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


[Libreoffice-bugs] [Bug 89828] Image Export crops based on margins instead of page boundaries when Save transparency checked, ignores transparency settings

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89828

--- Comment #2 from tmacalp  ---
Created attachment 113895
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113895&action=edit
Export from example document showing current behavior in 4.4.1.2

Here is an exported png showing the current behavior of cropping based on the
margins instead of page boundaries.  Also, you'll note that the png has a solid
white background instead of a transparent one.

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


[Libreoffice-bugs] [Bug 84553] Detect and warn of Windows Antivirus in configure ...

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84553

--- Comment #1 from esni...@acm.org ---
The antivirus problem also exists on Mac OSX with Symantec Endpoint Protection.
 (The Wiki only documents the problem for Windows users).

https://wiki.documentfoundation.org/Development/BuildingOnWindows#Symantec_Endpoint_Security_breaking_the_build

I was unable to get the correct directories excluded so I have taken to turning
off Endpoint Protection during the build.  It would be of value to have
instructions for some kind of argument to make or variable I could export to
skip the tests that trigger Symantec Endpoint Protection when building.

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


[Libreoffice-bugs] [Bug 89830] New: Ambiguous naming of character background

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89830

Bug ID: 89830
   Summary: Ambiguous naming of character background
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: ux-advise
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: zolnaitamas2...@gmail.com
CC: libreoffice-ux-adv...@lists.freedesktop.org

Character background has two names in LibreOffice. On character dialog it is
called "Background" (a tab page) on the toolbar (and sidebar) it is called
"Highlighting".

These two names make harder to solve an old MSO compatibility issue:
https://bugs.documentfoundation.org/show_bug.cgi?id=64490

>From a user point of view the name "character background" can be closer to MSO
shading in meaning while "highlighting" can be closer to MSO highlighting. If
LO would have only one name for character background, then it will be
unambiguous to which MSO property to export it (by now RTF export saves it as
MS highlighting, while DOC and DOCX filters export it to MSO shading) and it
also would be clear our users which property can they expect when open an LO
exported MSO 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 89830] Ambiguous naming of character background

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89830

Zolnai Tamás  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=64
   ||490

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


[Libreoffice-bugs] [Bug 64490] LibO Writer text highligthing not compatible with MS Word DOC and DOCX (highlighting transforms to background color)

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64490

Zolnai Tamás  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=89
   ||830

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


[Libreoffice-bugs] [Bug 89643] report builder: function wizard segfaults as soon as a function is inserted

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89643

--- Comment #13 from Julien Nabet  ---
Created attachment 113893
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113893&action=edit
bt with debug symbols

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


[Libreoffice-bugs] [Bug 89829] New: Updating character style to match selection does not remove local formatting

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89829

Bug ID: 89829
   Summary: Updating character style to match selection does not
remove local formatting
   Product: LibreOffice
   Version: 4.4.1.1 rc
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mahf...@gmail.com

1) Mark a few words with a character style
2) Select one word, change its color to e.g red
3) while word still selected update the character style (one would have to have
character styles open in styles and formatting dialog and pick "update style"
from the rightmost button in the dialog)
4) select another word, change its color to e.g blue
5) repeat 3
6) see that the first word is still red, since the local formatting was not
removed (which works just fine with paragraph styles)


On the other hand this might be a pandora box and open another can of bugs, as
how it should behave when the whole word is marked red, but when updating the
character style only two letters are selected or even none at all. Should it
expand the selection before removing properties? What if there are nonmatching
regions, e.g
this is bold this is bold italic this is
italic
Right now it would only update to bold, as the whole selection happens to be
bold, but not whole it is italic.

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


[Libreoffice-bugs] [Bug 89643] report builder: function wizard segfaults as soon as a function is inserted

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89643

--- Comment #12 from Julien Nabet  ---
Created attachment 113892
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113892&action=edit
Valgrind trace with master sources

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


[Libreoffice-bugs] [Bug 89828] New: Image Export crops based on margins instead of page boundaries when Save transparency checked, ignores transparency settings

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89828

Bug ID: 89828
   Summary: Image Export crops based on margins instead of page
boundaries when Save transparency checked, ignores
transparency settings
   Product: LibreOffice
   Version: 4.4.1.2 rc
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tmac...@gmail.com

In LibreOffice 4.4.1.2, when using draw to export certain images that supports
transparency (at least png and gif) and "Save transparency" is checked, the
resulting image is cropped to page MARGINS instead of page BOUNDARIES.  

When you perform the same process unchecking "Save transparency," the resulting
image is cropped by page boundaries as expected.  Also, at some point after
4.2.8, the "Save transparency" setting is now broken and a solid background
color is always used.

Steps to reproduce:
1. Create new drawing
2. Create a shape that completely covers area within margins
3. Make sure object is not selected
4. File -> Export
5. Select png and click "Export..."
6. Uncheck "Save transparency" and click OK
7. View the image: Note that everything is correct.  The background is solid
and extends to the full page boundary.
8. File -> Export
9. Select png again and click "Export..." (note that file type annoyingly
wasn't saved from last use)
10. Leave "Save transparency" checked (note that the dialog annoyingly forgot
our last state of being unchecked)
11. View the image:

Expected:
We should have an image that extends to the full page boundaries but has a
transparent background, except for our shape

Actual:
We have an image that is cropped down to the page margins, showing no page
margins.  We can't really see it in this example, but the background is not
transparent.  It is white, or whatever color we have set for our "Document
Background" theme.

I tested this as the behavior in LO 4.4.1.2 using 32bit Fedora17.  Things get
weirder in previous versions.

LO 4.2.8.2: In this version the background is actually transparent, as we
selected.  Unfortunately, the boundary is even more screwed up.  It still
cropped based on the page margins, but then it, for some reason, attempts to
apply a blank transparent blank space, the thickness of the page margin along
the bottom and right sides of the exported png.  So our resulting image is even
more chopped off than the page margins...

LO 4.3.5.2: Almost exactly the same as the behavior described above in 4.2.8.2,
except now transparency is broken!  The correct transparent background has been
replaced by white.  The only section that remains transparent is the chopped
off swath along the bottom and right of the image.

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


[Libreoffice-bugs] [Bug 89827] New: Updating style options to another style

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89827

Bug ID: 89827
   Summary: Updating style options to another style
   Product: LibreOffice
   Version: 4.4.1.1 rc
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mahf...@gmail.com

I want to copy style options from Heading 1 style to Heading 2 style.
1) I place the cursor to Heading 1,
2a) then select Heading 2 from Styles and Formatting
3a) and finally pick "Update style"

or 2b) from standard toolbar open styles dropdown, next to heading 2 press
little down arrow
3) and press click "Update to match the selection"

Both of these update Heading 1 style, although I specifically tried to update
Heading 2.



(Note: If copying style options over this way is not wanted, then at least the
standard toolbar styles dropdown should not have "Update to match the
selection" button active, it would be confusing)

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


[Libreoffice-bugs] [Bug 86595] TOOLBAR: Changing the tooltip of character background color

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86595

--- Comment #4 from Zolnai Tamás  ---
> Yes defining a difference for 'character background' and 'highlighting' is
> good, but to regular users, they are equivalent to the same thing.

I guess a was not clear here. I did not intend to say that I'd like to bring
into LO this two character background concept.
Rather I'd like to make our UI unambiguous. As I see the main problem causing
this compatibility problem is having two different names for the same thing (on
UI). So I would advice to use the same name on the toolbar and on the character
dialog.
If "Highlighting" is the better candidate then maybe we can rename the
"Background" tab page on character dialog also to "Highlighting".

But you are right, not this is the place where I should discuss this. I will
open a new 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 89826] Removing single style overrides

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89826

--- Comment #1 from mahfiaz  ---
The attachment screenshot tries to visualise the use case. Main text style
inherits everything from the default style unless it has a local override. All
the overrides are nicely listed, there just is no way to easily remove override
one by one.

You can remove overrides for whole page when opening the page and clicking
"Standard" button below the dialog.

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


[Libreoffice-bugs] [Bug 89826] New: Removing single style overrides

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89826

Bug ID: 89826
   Summary: Removing single style overrides
   Product: LibreOffice
   Version: 4.4.1.1 rc
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mahf...@gmail.com

Created attachment 113891
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113891&action=edit
Screenshot

Styles inherit options from their parents.
Once you change an option in a child style, there is no easy way to revert one
single change so that inheriting the value would work.

IMHO it would be useful, I sometimes miss it.

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


[Libreoffice-bugs] [Bug 63112] FILEOPEN Visualization

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63112

--- Comment #10 from Ivan  ---
hi2all

version 4.4.1.2
This bug is NOT solved.

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


[Libreoffice-bugs] [Bug 37640] [insert figure] convert or gs as child of soffice.bin are CPU blocking

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37640

--- Comment #8 from David Kremer  ---
Actually, it works pretty well for me.
This bug may be closed. In 3 years, libreoffice improved drastically.

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


[Libreoffice-bugs] [Bug 37640] [insert figure] convert or gs as child of soffice.bin are CPU blocking

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=37640

--- Comment #9 from David Kremer  ---
(In reply to David Kremer from comment #8)
> Actually, it works pretty well for me.
> This bug may be closed. In 3 years, libreoffice improved drastically.

I must add also that the svg format has been, so far, the best vectorial format
to use with libreoffice. However with my last test, the eps format works just
fine.

Regards.

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


[Libreoffice-bugs] [Bug 89825] New: Graphic in header badly duplicated

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89825

Bug ID: 89825
   Summary: Graphic in header badly duplicated
   Product: LibreOffice
   Version: 4.1.6.2 release
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sean.erin.wal...@gmail.com

Created attachment 113890
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113890&action=edit
Gives an example of bad graphic placement.

I want to place a rectangle on each page automatically mirrored, so set the
page "mirrored" with "different header left/right" and then placed a rectangle
in the header.
The left page correctly duplicates the rectangle, but the right page places a
bar on the left page (right side).

See the attachment. I created a document with three "mirrored" pages, set the
header to be "left/right," and added a graphic in the right header. You will
see that the bar also appears on the left page on the right side.

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


[Libreoffice-bugs] [Bug 89824] New: "Update style" in style context menu in styles and formatting

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89824

Bug ID: 89824
   Summary: "Update style" in style context menu in styles and
formatting
   Product: LibreOffice
   Version: 4.4.1.1 rc
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mahf...@gmail.com

LibO Writer, open "Styles and formatting" dialog (F11)
Right click on a style, context menu contains "New", "Edit" and "Hide".
It should also contain "Update style".

Right now the "Update style" is visible from two places:
a) standard toolbar in styles dropdown has little down button besides every
style when hovered with mouse
b) "Styles and formatting dialog", first button bar, rightmost button opens a
dropdown menu which contains "Update style"

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


[Libreoffice-bugs] [Bug 80086] Highlight syntax

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80086

sehgalvib...@gmail.com changed:

   What|Removed |Added

   Assignee|sehgalvib...@gmail.com  |libreoffice-b...@lists.free
   ||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 89188] Unable to save

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89188

Varun Dhall  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #4 from Varun Dhall  ---
I have verified this bug, it is now fixed as in the latest build its enabling
the Save icon correctly now. I have tested it on Windows 8.1 with LO 4.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 89786] LibreOffice Calc crashes, freezes when you paste something into a field which has the dotted line for marked to be copied

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89786

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #2 from Beluga  ---
Not reproduced.

In addition to raal's requests, try this:
https://wiki.documentfoundation.org/User_Profile#Resolving_corruption_in_the_user_profile

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information/test file.

Win 7 Pro 64-bit, LibO Version: 4.4.1.2
Build ID: 45e2de17089c24a1fa810c8f975a7171ba4cd432
Locale: fi_FI

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


[Libreoffice-bugs] [Bug 89792] Since Libreoffice update to version 4.4.x, I find I can't install Libreoffice 4.4.x in Debian 7.8 Gnome

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89792

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
How did you try to install 4.4.1?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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


[Libreoffice-bugs] [Bug 89772] 64-bit Windows build OpenGL rendering issue

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89772

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Beluga  ---
You mean the UI became totally unusable? I didn't get the problem. Lenovo T520
with Intel HD3000.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+ (x64)
Build ID: 5a009a4387a84a36d2e3418c7e7b097cb10c3f5a
TinderBox: Win-x86_64@42, Branch:master, Time: 2015-03-04_15:00:21
Locale: fi_FI

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


[Libreoffice-bugs] [Bug 89574] UI: Find causing scrolling to end of doc

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89574

--- Comment #3 from Robinson Tryon (qubit)  ---
(In reply to Nick Levinson from comment #2)
> I'll leave that to someone else, because upgrading LibreOffice I prefer not
> to do until Fedora Linux does, and they probably won't till their next major
> version. But thanks.

Okay -- when the version bumps in Fedora, please retest and let us know if the
issue is fixed. This bug will be in a holding pattern until then (If you get a
notification about the bug being in NEEDINFO for a while, feel free to leave a
quick comment indicating that you're waiting for Fedora to update)

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


[Libreoffice-bugs] [Bug 84646] UI improvement: Google Drive check password before accepting it

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84646

Luke  changed:

   What|Removed |Added

 Blocks||86699

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


[Libreoffice-bugs] [Bug 84642] UI improvement: Google Drive default settings

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84642

Luke  changed:

   What|Removed |Added

 Blocks||86699

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


[Libreoffice-bugs] [Bug 86699] Have popular CMIS pre-configured in LO custom dialog

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86699

Luke  changed:

   What|Removed |Added

 Depends on||84642, 84646

--- Comment #5 from Luke  ---
This is a generalization of Bug 84642. Implementing it would be a huge win for
useability.

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


[Libreoffice-bugs] [Bug 89776] when opening a file from the file browser window LibreOffice open in the background

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89776

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |DUPLICATE

--- Comment #1 from Beluga  ---


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

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


[Libreoffice-bugs] [Bug 48300] UI: Window doesn't take focus when opening an already open document

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48300

Beluga  changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #17 from Beluga  ---
*** Bug 89776 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 89822] TEST: Upload of ods to see what mimetype is detected

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89822

--- Comment #8 from raal  ---
Created attachment 113889
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113889&action=edit
est3

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


[Libreoffice-bugs] [Bug 89717] Hyperlinks to targets in the internet don't work anymore

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89717

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #7 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, no problem to open the
link.

For the test, please rename your LO directory profile (see
https://wiki.documentfoundation.org/UserProfile#GNU.2FLinux) and give it a new
try.

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


[Libreoffice-bugs] [Bug 89783] sal_uint16 counters for containers exceed during mailmerge

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89783

--- Comment #12 from Christoph Lutz  ---
Created attachment 113888
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113888&action=edit
main document containing 32 draw 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 89771] TABLE & EDITING: Cannot mouse select text and table when table is at beginning of document

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89771

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|4.4.1.2 rc  |Inherited From OOo
 Ever confirmed|0   |1
 OS|Windows (All)   |All
   Severity|normal  |minor

--- Comment #1 from Beluga  ---
Reproduced.

Lowering severity as workaround exists.

Win 7 Pro 64-bit, LibO Version: 4.4.1.2
Build ID: 45e2de17089c24a1fa810c8f975a7171ba4cd432
Locale: fi_FI

Ubuntu 14.10 64-bit
LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.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 89822] TEST: Upload of ods to see what mimetype is detected

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89822

--- Comment #7 from raal  ---
Created attachment 113887
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113887&action=edit
zipped

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


[Libreoffice-bugs] [Bug 39936] UI: Right Click on Row/Column -> Insert Copied Cells... (paste + shift cells in one click)

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39936

--- Comment #37 from QA Administrators  ---
@Dan -

There is no direct "Pay for fixes" within TDF (we have no developers). Some
have used freedomsponsors.org and then place the link in the bug itself.

The other option is paid support (outside of TDF) but I can guarantee that it'd
be too expensive for such a minor task. Even thinking it'd take 5-10 hours to
implement (finding the relevant code, patching it, testing it, submitting it)
you're talking about several hundred dollars.

So - I suppose options are to bid on freedomsponsor (not supported by TDF in
any ways), reach out to companies who offer support (probably very expensive)
or possibly ping individual certified developers and ask for a quote:
http://www.documentfoundation.org/certification/developers/

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


[Libreoffice-bugs] [Bug 89823] LibreOffice Crashes when attempting to fill in Fields of a Writer Template

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89823

S Adams  changed:

   What|Removed |Added

Summary|LibreOffice Crashes when|LibreOffice Crashes when
   |attempting to fill in   |attempting to fill in
   |Fields of a Writer Tempalte |Fields of a Writer Template

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


[Libreoffice-bugs] [Bug 89823] New: LibreOffice Crashes when attempting to fill in Fields of a Writer Tempalte

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89823

Bug ID: 89823
   Summary: LibreOffice Crashes when attempting to fill in Fields
of a Writer Tempalte
   Product: LibreOffice
   Version: 4.4.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sad...@rivercu.com

Created attachment 113886
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113886&action=edit
Tempalte with fillable fields

We have a template (attached) with fillable fields.  When we open the document,
we press Ctrl-Shift-F9 and begin replacing the fields with pertinent data.  

This occurred once we'd upgraded to LibreOffice 4.4.0.3, and the crash may
occur on the very first field, 2nd, 3rd or 4th.but it will nearly always
crash before completing the document.

We uninstalled the version of Libre Office and reinstalled 4.3.5.2 and the
issue is resolved.  We're concerned that the issue will persist in future
releases unless addressed.

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


[Libreoffice-bugs] [Bug 89762] Playing a Video in Impress doesn't work because of wrong time settings

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89762

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #2 from Beluga  ---
Plays ok here.

Ubuntu 14.10 64-bit 
Version: 4.4.1.2
Build ID: 40m0(Build:2)
Locale: en_US

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


[Libreoffice-bugs] [Bug 89822] TEST: Upload of ods to see what mimetype is detected

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89822

--- Comment #6 from raal  ---
Created attachment 113885
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113885&action=edit
test2

test2

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


[Libreoffice-bugs] [Bug 89801] Can't install on Android CyanogenMod 12 (5.02)

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89801

--- Comment #3 from Robinson Tryon (qubit)  ---
(In reply to janghou from comment #2)
> FYI 
> I tried it on a 4.4.2 Android-x86 image in VirtualBox. It does install, but
> crashes on opening, after downloading:
> http://api.libreoffice.org/examples/cpp/DocumentLoader/test.odt

I've filed bug 89821 for the Android-x86 problem (as I think it's a separate
issue). I'll cc you there as well.

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


[Libreoffice-bugs] [Bug 89715] Missing KeyID codes for various items

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89715

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #7 from Beluga  ---
Confirmed both Jay's *and* Julien's findings.

Win 7 Pro 64-bit Version: 4.5.0.0.alpha0+
Build ID: 7c0eb12009496a35c927cd5b2520f9c34d50860b
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2015-03-03_10:52:12
Locale: fi_FI

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


[Libreoffice-bugs] [Bug 89748] TOOLBAR: Chart split/group buttons

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89748

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 89822] TEST: Upload of ods to see what mimetype is detected

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89822

--- Comment #5 from Robinson Tryon (qubit)  ---
Created attachment 113884
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113884&action=edit
Another upload test (newly-created 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 89747] TOOLBAR: Line width control should be changed to a combobox

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89747

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 89822] TEST: Upload of ods to see what mimetype is detected

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89822

--- Comment #4 from Beluga  ---
Created attachment 113883
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113883&action=edit
Beluga's upload test

same file as raal

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


[Libreoffice-bugs] [Bug 89822] TEST: Upload of ods to see what mimetype is detected

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89822

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #3 from raal  ---
Created attachment 113882
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113882&action=edit
test

adfdssf

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


[Libreoffice-bugs] [Bug 89822] TEST: Upload of ods to see what mimetype is detected

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89822

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from Robinson Tryon (qubit)  ---
Tossing into NEEDINFO to avoid triage stumbling across 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 89783] sal_uint16 counters for containers exceed during mailmerge

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89783

--- Comment #11 from Christoph Lutz  ---
This causes me to grep for more situations in which sal_uInt16 is used within a
for statement. There are many. I used the following statement:

find . -type f -exec perl -ne '++$x; exit unless($ARGV =~
/\.(hxx|cxx|cpp|h|c)/); print "$ARGV:$x: $_" if (/for\s*\(\s*sal_uInt16/)' {}
\; >sal_uInt16_loops.txt

see attachment "List of all 3259 places with for loop with sal_uInt16 counter"

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


[Libreoffice-bugs] [Bug 89822] TEST: Upload of ods to see what mimetype is detected

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89822

Robinson Tryon (qubit)  changed:

   What|Removed |Added

 CC||qu...@runcibility.com

--- Comment #1 from Robinson Tryon (qubit)  ---
Hmm... autodetect worked 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 89822] New: TEST: Upload of ods to see what mimetype is detected

2015-03-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89822

Bug ID: 89822
   Summary: TEST: Upload of ods to see what mimetype is detected
   Product: LibreOffice
   Version: 4.5.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: deletionrequest
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: qu...@runcibility.com

Created attachment 113881
  --> https://bugs.documentfoundation.org/attachment.cgi?id=113881&action=edit
ODS file

atachment from raal that apparently isn't being detected properly by Bugzilla
as an ODS file (mimetype)

-- 
You are receiving this mail because:
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   3   >