[Libreoffice-bugs] [Bug 69858] FILEOPEN: Firebird crash when trying to create a DB

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69858

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

   What|Removed |Added

 CC||lio...@mamane.lu,
   ||sberg...@redhat.com

--- Comment #14 from Julien Nabet serval2...@yahoo.fr ---
Lionel/Stephan: I know this bug isn't confirmed. Andrzej, Alex and Terrence did
not reproduce this problem.

However I've still got a crash and this:
warn:cppuhelper:6612:1:cppuhelper/source/shlib.cxx:283: loading component
library failed:
file:///home/julien/compile-libreoffice/libo/instdir/unxlngx6/program/../program/libfirebird_sdbclo.so
terminate called after throwing an instance of
'com::sun::star::loader::CannotActivateFactoryException'
README of cppuhelper tells this:
Helpers for using cppu in C++, e.g. templates for implementing UNO components,
bootstrapping stuff. Get UNO up and running

Any idea of a the root cause or a thing I could try to have more information?
For the moment, except removing my local repo and recreate it from scratch, I'm
stuck. If you think it may help, I'll give a try.

(BTW: I've got now gcc Debian 4.8.1-10)

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


[Libreoffice-bugs] [Bug 69847] VIEWING: Not compatible with different windows 7 themes

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69847

--- Comment #6 from Alex alex222.kyse...@gmail.com ---
I readed this bug but I couldnt find solution

 El 22/10/2013, a las 02:48, bugzilla-dae...@freedesktop.org escribió:
 
 Urmas changed bug 69847 
 What  Removed Added
 StatusUNCONFIRMED RESOLVED
 Resolution--- DUPLICATE
 Comment # 5 on bug 69847 from Urmas
 It looks related to this one.
 
 *** This bug has been marked as a duplicate of bug 30891 ***
 You are receiving this mail because:
 You reported the bug.

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


[Libreoffice-bugs] [Bug 70748] New: CONFIGURATION: Modify installed product to open office extensions

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70748

  Priority: medium
Bug ID: 70748
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: CONFIGURATION: Modify installed product to open office
extensions
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: miel...@softhome.net
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.5.2 release
 Component: Installation
   Product: LibreOffice

Problem description: 

Hello,

Until now I have Office and LibreOffice installed in some systems and each
application opened its default extensions.

Now, I have uninstalled Microsoft Office and I dont know how to predetermine
LibreOffice to open Office extensions.

I need to do through msiexec command to do in unattended way.

I execute the following without success: msiexec /qn
LibreOffice_4.0.5_Win_x86.msi REGISTER_ALL_MSO_TYPES=1

The problem is that the msiexec unattended command appears to not working when
the product is installed.

However, it works correctly when is not installed. 


Steps to reproduce:
1. Install Microsoft Office 2003 SP3
2. Install LibreOffice_4.0.5_Win_x86.msi without Office file extension
association. 
3. Uninstall Microsoft Office 2003 SP3
4. Try to associate installed LibreOffice to open Microsoft Office extensions.
To that, run msiexec command like this:

msiexec.exe /qn /i LibreOffice_4.0.5_Win_x86.msi REGISTER_ALL_MSO_TYPES=1

Current behavior:
No noticeable change in the configuration

Expected behavior:
Installed LibreOffice modify its configuration to open Microsoft Office files. 

Operating System: Windows XP
Version: 4.0.5.2 release

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


[Libreoffice-bugs] [Bug 54938] Adapt supportsService implementations to cppu::supportsService

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54938

--- Comment #7 from Stephan Bergmann sberg...@redhat.com ---
(In reply to comment #5)
 In reportdesign, I saw a lot of uses of comhelper::existsValue:
 
 ::sal_Bool SAL_CALL OToolboxController::supportsService( const OUString
 ServiceName ) throw (uno::RuntimeException)
 {
 return
 ::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static());
 }
 
 We want to remove this too and use cppuhelper::supportsService?

Yes, I would suggest to rewrite those supportsService member functions to use
cppuhelper::supportsService, for the sake of consistency.

(In reply to comment #6)
 sal_Bool SAL_CALL ServiceInfoHelper::supportsService( const OUString
 ServiceName, const ::com::sun::star::uno::Sequence OUString 
 SupportedServices ) throw() 
 {
 const OUString * pArray = SupportedServices.getConstArray();
 for( sal_Int32 i = 0; i  SupportedServices.getLength(); i++ )
 if( pArray[i] == ServiceName )
 return sal_True;
 return sal_False;
 }
 
 Maybe we want to remove this too?

Yes, the static comphelper::ServiceInfoHelper::supportsService can go.

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


[Libreoffice-bugs] [Bug 65836] FILESAVE: DOCX exporting picture inside canvas corrupts DOCX

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65836

--- Comment #8 from Sushil sushil.shi...@synerzip.com ---
https://gerrit.libreoffice.org/#/c/6369/1.

In this fix, it fixes few issue related to this bug-
 1) v:imagedata was getting replaced by v:fill  in w:pict/v:shape.
 2) Handling of image formats like .jpef,.gif etc. (earlier it was handling
only .png file in vmlexport).

In attached file, It contains .wmf image. I have not found handling of wmf
image in code yet. I can see there is a flag for wmf image in
DrawingML::WriteImage i.e GFX_LINK_TYPE_NATIVE_WMF. 

I am working export part for wmf 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 67370] PDF: Hyphenation not visible when text is exported to PDF/A-1

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67370

--- Comment #7 from Krasimir Ivanov k...@mail.orbitel.bg ---
Dear Miroslav,

I will try it later today and will report results after it.

With best 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 70624] Index order depend on both: screen zoom and on chapter position

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70624

gioni gianni.nard...@mail.com changed:

   What|Removed |Added

Summary|index order depend on the   |Index order depend on both:
   |screen zoom and on chapter  |screen zoom and on chapter
   |position|position

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


[Libreoffice-bugs] [Bug 69858] FILEOPEN: Firebird crash when trying to create a DB

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69858

--- Comment #15 from Alex Thurgood ipla...@yahoo.co.uk ---
(In reply to comment #11)

Hi Julien,

 Here's my autogen.input:
 --with-system-odbc
 --enable-ext-barcode
 --enable-ext-diagram
 --enable-ext-google-docs
 --enable-ext-hunart
 --enable-ext-nlpsolver
 --enable-ext-ct2n
 --enable-ext-numbertext
 --enable-postgresql-sdbc
 --enable-ext-typo
 --enable-ext-validator
 --enable-ext-watch-window
 --enable-ext-wiki-publisher
 --enable-dbus
 --enable-graphite
 --enable-evolution2
 --enable-werror
 --enable-debug
 --enable-dbgutil
 --enable-crashdump
 --enable-dependency-tracking
 --enable-online-update
 --enable-ext-mariadb-connector
 --with-system-mariadb
 --enable-extra-sample
 --enable-extra-template
 --enable-extra-gallery
 --enable-python=internal

For what it is worth, my switches are slightly different :
--with-help
--enable-ext-mariadb-connector
--with-system-mariadb
--enable-bundle-mariadb
--enable-ext-diagram
--enable-extra-gallery
--enable-extra-template
--enable-ext-google-docs
--enable-ext-nlpsolver
--enable-extra-sample
--enable-ext-wiki-publisher
--enable-ext-barcode

Alex

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


[Libreoffice-bugs] [Bug 70624] index order depend on the screen zoom and on chapter position

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70624

--- Comment #1 from gioni gianni.nard...@mail.com ---
up

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


[Libreoffice-bugs] [Bug 70624] index order depend on the screen zoom and on chapter position

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70624

gioni gianni.nard...@mail.com changed:

   What|Removed |Added

Summary|Index order depend on both: |index order depend on the
   |screen zoom and on chapter  |screen zoom and on chapter
   |position|position

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


[Libreoffice-bugs] [Bug 69847] VIEWING: Not compatible with different windows 7 themes

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69847

--- Comment #7 from tommy27 ba...@quipo.it ---
@Alex  
please do not reply using your mailer.
post comments directly to this link.
https://bugs.freedesktop.org/show_bug.cgi?id=69847

a solution to this bug is not yet available but developers have been alerted.
keep your fingers crossed  :-)

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


[Libreoffice-bugs] [Bug 70728] Libreoffice impress craches loading odp file

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70728

Gaetano gape.191529.t...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Gaetano gape.191529.t...@gmail.com ---
tested with version 4.1.3.1 it works fine. thank you.

kind regards
Gaetano


(In reply to comment #1)
 I fail to reproduce this, tested using Mac OSX 10.8.5 with LibreOffice
 Version: 4.1.3.1 Build ID: b42498da0e3f91b17e51b55c8295ec4f8f22087
 
 Please retest when 4.1.3 will be published, or download
 (http://dev-builds.libreoffice.org/pre-releases/deb/) and install
 (http://www.libreoffice.org/get-help/installation/linux/) the first RC
 version.
 
 Kind regards,
 Joren

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


[Libreoffice-bugs] [Bug 69858] FILEOPEN: Firebird crash when trying to create a DB

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69858

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #16 from Stephan Bergmann sberg...@redhat.com ---
 $ ldd instdir/unxlngx6/program/libfirebird_sdbclo.so 
   linux-vdso.so.1 =  (0x7fff07908000)
   libfbembed.so.2.5 = not found
[...]

and libfbembed.so.2.5 is indeed only present at
solver/unxlngx6/lib/libfbembed.so.2.5, not in instdir

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


[Libreoffice-bugs] [Bug 70750] New: RTL: RTL crash when selecting whole worksheet

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70750

  Priority: medium
Bug ID: 70750
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: RTL: RTL crash when selecting whole worksheet
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: supp...@mbrcomp.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.1.2 release
 Component: Spreadsheet
   Product: LibreOffice

Problem description: 
Clicking the RTL control for cell format for a large number of cells makes calc
unresponsive. Working on CENTOS 6.4 fully updated.

Steps to reproduce:
1. Choose a small number of cells
2. Click the RTL cell format control is OK
3. Choose the whole worksheet (top leftmost cell, before the A1)
4. Click the RTL cell format control, and calc becomes unresponsive

Current behavior:
I guess calc is just taking along time to process the request when a very large
number of cells is involved.

Expected behavior:
The bug was not present in previous versions. I would know as I work in RTL
mode quite frequently.
Operating System: Linux (Other)
Version: 4.1.1.2 release

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


[Libreoffice-bugs] [Bug 70739] FILESAVE: Cannot view text from svg file

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70739

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

   What|Removed |Added

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

--- Comment #1 from Regina Henschel rb.hensc...@t-online.de ---
The problem occurs only, if you do File  Open. If you insert the svg-graphic
via Insert  Picture, then it is OK.

If you insert the svg-graphic, it remains a svg-graphic.
If you open the svg-graphic, it is split and converted to Draw-objects.

That is similar to the behavior, I have seen in bug 51165. So there might be
the same root cause.

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


[Libreoffice-bugs] [Bug 70745] TABLE: Vertical text centered aligned on merged table cells that cross pages gets misplaced

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70745

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

   What|Removed |Added

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

--- Comment #2 from sophie gautier.sop...@gmail.com ---
I've been able to reproduce the behavior with your document and a new created
table _when_ the page is formatted to A6. With a A4 format, the table rows are
correctly split. 
I'm using Version: 4.1.3.1
Build ID: b42498da0e3f91b17e51b55c8295ec4f8f22087 under Ubuntu
I set the issue to New - Sophie

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


[Libreoffice-bugs] [Bug 70302] FILESAVE: The forms aren't saved in docx.

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70302

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

   What|Removed |Added

   Hardware|Other   |All
 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
   Severity|normal  |major
Version|4.0.5.2 release |3.6.7.2 release
 Ever confirmed|0   |1

--- Comment #4 from Thomas van der Meulen pje335...@hotmail.com ---
Thank you for your bug report, I can reproduce this bug running 
Version: 4.1.3.1
Build ID: b42498da0e3f91b17e51b55c8295ec4f8f22087
Also tested with Version 3.6.7.2 (Build ID: e183d5b) to check if it wasn't as
regression but no. 
OS: Mac osx 10.8.5. 

I am going to give it an higher priority I also going to set the version to the
first version that it was spotted and set the OS to ALL.

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


[Libreoffice-bugs] [Bug 70751] New: this image does not appear in slideshow

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70751

  Priority: medium
Bug ID: 70751
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: this image does not appear in slideshow
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: parrenin@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Presentation
   Product: LibreOffice

Created attachment 87970
  -- https://bugs.freedesktop.org/attachment.cgi?id=87970action=edit
.odp file to reproduce the problem

The image present in this slide does not appear in slideshow

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


[Libreoffice-bugs] [Bug 44689] Page numbers with offset in MS formats

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44689

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

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

fdo#44689: fix for specific case of page restart-value 0



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

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


[Libreoffice-bugs] [Bug 69858] FILEOPEN: Firebird crash when trying to create a DB

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69858

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

   What|Removed |Added

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

--- Comment #17 from Stephan Bergmann sberg...@redhat.com ---
fixed with
http://cgit.freedesktop.org/libreoffice/core/commit/?id=b0f00d38254eca70e196e1580faac4a215bc2b12
Copy fbembed library to instdir.

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


[Libreoffice-bugs] [Bug 70751] this image does not appear in slideshow

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70751

--- Comment #1 from Frederic Parrenin parrenin@gmail.com ---
Created attachment 87971
  -- https://bugs.freedesktop.org/attachment.cgi?id=87971action=edit
another .odp file which shows the 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 66683] VIEWING: Calculation does'n work or viewing not update correctly

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66683

--- Comment #5 from Dominique Boutry dominique.bout...@laposte.net ---
First of all :
- Tools - Cell Contents - AutoCalculate (I agree with Gérard)
- special care to the origin of date, especialy if Excel is involved (default
day 0 is 30/12/1899 for LibO ; 00/01/1900 = 31/12/1899 for Excel 97)

The wrong cells contain a datetime format on a large negative number
(-41461,375) :
- Excel 97 is also unable to process the case,
- AOO4 process it correctly.

With a positive number, Lib0 (4.1.2.3 on Win7) is OK. To see that :
- Ctrl-m on B2 to see the underlying number (41461,375 = 06/07/2013 09:00:00)
- modify B2 from 06/07/2013 09:00:00 to 09:00:00 (= 0,375)
- the 3 cells BL41-42-43 now display correctly (values are from 0,42 to 0,46)
- the application should be redesign to avoid computing an hour be sustracting
two timestamp as different as 1900 and 2013

The choice of AOO to silently ignore the recomputing the cells because of the
formatting, is very questionnable. Who knows the Ctrl+Shift+F9 ? How do one
knows that AutoCalculate or F9 is short, on its own sheet ? BUG in may opinion

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


[Libreoffice-bugs] [Bug 68916] EDITING: doesn't automatic recalculate

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68916

--- Comment #2 from Dominique Boutry dominique.bout...@laposte.net ---
If it is as simple as Tools  Cell content  Autocalculate off, let us know.

If not, bug 66683 updated today with a new comment. Please visit it again.
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 38838] Removal/Replacement of the String/UniString with OUString once and for all.

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38838

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

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

Related: fdo#38838 remove UniString::UniString(const ResId)



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

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


[Libreoffice-bugs] [Bug 68869] area style is not showing color for comments

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68869

--- Comment #2 from Dominique Boutry dominique.bout...@laposte.net ---
Reproduced with LibO 4.1.2.3 on Win7

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


[Libreoffice-bugs] [Bug 70751] this image does not appear in slideshow

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70751

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

   What|Removed |Added

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

--- Comment #2 from sophie gautier.sop...@gmail.com ---
Hi Frederic, your files contains graphics which are in metafile format, it's
indicated in the status bar when you select the graphic. As a workaround, if
you right click on it and select convert to bitmap, the graphic is shown in the
slideshow. May be you can give us an indication on how you produced the
graphics?
I confirm the issue with metafiles that are not shown in slideshows. Set as New
- Sophie

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


[Libreoffice-bugs] [Bug 38838] Removal/Replacement of the String/UniString with OUString once and for all.

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38838

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

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 70753] New: FILESAVE: PDF export via intern PDF export option checks all check boxes despite them being unchecked in writer document

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70753

  Priority: medium
Bug ID: 70753
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: PDF export via intern PDF export option
checks all check boxes despite them being unchecked in
writer document
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: f...@openmailbox.org
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.2.0.0.alpha0+ Master
 Component: Writer
   Product: LibreOffice

Created attachment 87972
  -- https://bugs.freedesktop.org/attachment.cgi?id=87972action=edit
f...@openmailbox.org

Problem description: checkboxes in exported pdf are all checked, despite not
all being checked in writer document.

Steps to reproduce:
1. open example odt file
2. use LO own pdf export option to create a pdf

Current behavior: when opening exported pdf, all checkboxes are checked

Expected behavior: only boxes checked, that are checked in original odt file


Operating System: Mac OS X
Version: 4.2.0.0.alpha0+ Master

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


[Libreoffice-bugs] [Bug 70753] FILESAVE: PDF export via intern PDF export option checks all check boxes despite them being unchecked in writer document

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70753

Foss f...@openmailbox.org changed:

   What|Removed |Added

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

--- Comment #1 from Foss f...@openmailbox.org ---
Happens with LO 4.1.2.3.

Already fixed in Version: 4.2.0.0.alpha0+
Build ID: f4d3954fc6106b3ae0ee16ab0fcde15d8cb945e3

so setting worksforme.

Excuse the noise.

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


[Libreoffice-bugs] [Bug 70753] FILESAVE: PDF export via intern PDF export option checks all check boxes despite them being unchecked in writer document

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70753

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
 Ever confirmed|0   |1

--- Comment #2 from Foss f...@openmailbox.org ---
Just happened even with nightly build. So reopening.

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


[Libreoffice-bugs] [Bug 70753] FILESAVE: PDF export via intern PDF export option checks all check boxes despite them being unchecked in writer document

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70753

--- Comment #3 from Foss f...@openmailbox.org ---
This is getting interesting. Seems to be a bug with the OS X QuickLook plugin.
In the quicklook plugin all checkboxes are checked, but when opening the pdf
with a pdf viewer they are correct (when exported via nightly build).
Interesting.

Would that mean create a separate bug or change title? QA?

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


[Libreoffice-bugs] [Bug 65084] Loses table settings

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65084

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

   What|Removed |Added

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

--- Comment #3 from sophie gautier.sop...@gmail.com ---
Hi, Could you attach the original document containing the tables and the data,
otherwise it's difficult to reproduce. Thanks - Sophie

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


[Libreoffice-bugs] [Bug 68906] Since OS X reinstall I've been receiving A LOT OF unexptected quits

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68906

--- Comment #7 from Maxim momonas...@gmail.com ---
Also please test with the latest 4.1.2 release, and report the results. I think
that your problem is related to Bug 67871, which has been fixed in 4.1.2.
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 60270] LibreOffice 4.1 most annoying bugs

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

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

   What|Removed |Added

 Depends on||70750

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


[Libreoffice-bugs] [Bug 70750] RTL: RTL crash when selecting whole worksheet

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70750

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

   What|Removed |Added

 Blocks||60270

--- Comment #1 from Caolán McNamara caol...@redhat.com ---
Broken between
4e3e171262aed0e52fa76158950d5be770249e80..9cd7f7aded9ba171bf91a8223e6e8a868aedd792

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


[Libreoffice-bugs] [Bug 70750] RTL: RTL crash when selecting whole worksheet

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70750

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 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 70750] RTL: RTL crash when selecting whole worksheet

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70750

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

   What|Removed |Added

 CC||pati...@kacst.edu.sa

--- Comment #2 from Caolán McNamara caol...@redhat.com ---
regression due to 706e3b8e43df94310b2fe8458da67875073a046c fdo#63546: set
appropriate alignment when wrt direction of cells is changed

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


[Libreoffice-bugs] [Bug 68906] Since OS X reinstall I've been receiving A LOT OF unexptected quits

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68906

--- Comment #8 from Bartosz Skowron x...@bartskowron.com ---
I have upgraded to 4.1.2.3 and the problems are gone. However there is a new
issue related to.

A new problem exists while pasting a whole page
http://wikitravel.org/en/Myanmar.

Then press cmd+q (quit) and the document is gone but you can't fully quit the
LibreOffice. There is still icon in Dock and menubar, more - you can open or
create new documents but you CAN'T quit LibreOffice (only by using Force Quit).

Also, try to select all text from http://wikitravel.org/en/Bangkok and paste to
LibreOffice then it freezes while saving.

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


[Libreoffice-bugs] [Bug 70750] RTL: RTL crash when selecting whole worksheet

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70750

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

   What|Removed |Added

 CC||er...@redhat.com,
   ||libreoff...@kohei.us,
   ||markus.mohrhard@googlemail.
   ||com

--- Comment #3 from Caolán McNamara caol...@redhat.com ---
Well, its clear why its slow, its iterating over every cell. Is there a common
pattern in calc to handle these all-cells cases.

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


[Libreoffice-bugs] [Bug 70750] RTL: RTL crash when selecting whole worksheet

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70750

--- Comment #4 from Michael supp...@mbrcomp.com ---
(In reply to comment #3)
 Well, its clear why its slow, its iterating over every cell. Is there a
 common pattern in calc to handle these all-cells cases.

Yes, I was not aware this is a particular occurence, ie, all-cells. It does
not happen in other cases such as changing all-cells background to yellow, or
setting borders in all cells, or changing font. Only with RTL direction setting
it happens.

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


[Libreoffice-bugs] [Bug 70750] RTL: RTL crash when selecting whole worksheet

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70750

--- Comment #5 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Iterating like that through all the cells is wrong. This needs some
improvements to make use of the data structures used for storing cell
attributes.

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


[Libreoffice-bugs] [Bug 68903] FILEOPEN: CSV files with .xls suffix are opened as Writer documents

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68903

--- Comment #5 from Maxim momonas...@gmail.com ---
(In reply to comment #4)
 this was trying to open a saved .csv file.
Hi Russ Fineman,
This bug is about .xls files with CSV content, not about .csv file. So I think
that you should open a new bug report for your 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 69975] SLIDESHOW: Customized slideshow broken; shows all slides (see comment #1 )

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69975

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

   What|Removed |Added

 CC||kub...@gmail.com

--- Comment #4 from Caolán McNamara caol...@redhat.com ---
regression from baffab9a4ffca9a4940a3310937d6e858e66cc1f due to bug #58505

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


[Libreoffice-bugs] [Bug 70646] Error when sending to master document should be more explicit

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70646

--- Comment #1 from pierre-yves samyn pierre-yves.sa...@laposte.net ---
Hello

I confirm the request...

This limitation of operation is troublesome. It may be noted that when the
document starts with text not formatted in a style Heading 1, this text is
included in the body of the master document, before the sections linked to the
sub-documents... 

It is therefore difficult to see why the text off Title1 not allow the
creation of a master document.

Regards
Pierre-Yves

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


[Libreoffice-bugs] [Bug 70750] RTL: RTL crash when selecting whole worksheet

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70750

--- Comment #6 from Markus Mohrhard markus.mohrh...@googlemail.com ---
Actually we should have a method that applies the formatting to a whole range
alredy which should be the better solution.

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


[Libreoffice-bugs] [Bug 70754] New: Object's references by set expression are messed

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70754

  Priority: medium
Bug ID: 70754
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Object's references by set expression are messed
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: eshk...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: BASIC
   Product: LibreOffice

Created attachment 87975
  -- https://bugs.freedesktop.org/attachment.cgi?id=87975action=edit
example demonstrating problem

Hi!
Sorry for my English.

LibreOffice-4.1.2.3 has trouble that not exist in previous versions (at least
LibreOffice-4.0.4.2).

Workbook of 2 sheets: Sheet1 and Sheet2. Cell A1 of Sheet1 contains
value 42. Object's reference mySheet is messed after adding sheet. First MsgBox
correctly reports value 42, but second don't.

Option VBASupport 1
Option Explicit

Dim mySheet

Sub Main
Set mySheet = Sheets(Sheet1)

MsgBox(Before copy sheet:  + mySheet.Cells(1, 1).Value)

Sheets(Sheet2).Copy Before:=Sheets(Sheet1)

MsgBox(After copy sheet:  + mySheet.Cells(1, 1).Value)
End Sub

Code like above is from file generated by another program beyond our control.
Attachment contains sample file. Try to run macro bug_demo.ods - Standard -
Module1 - Main.

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


[Libreoffice-bugs] [Bug 70100] FILEOPEN: Excel 2 sheet (xls) opens in writer

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70100

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 CC||momonas...@gmail.com
   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=68903
Summary|FILEOPEN: Excel sheet (xls) |FILEOPEN: Excel 2 sheet
   |opens in writer |(xls) opens in writer

--- Comment #9 from Maxim momonas...@gmail.com ---
Excel 2010 SP2 reports that this xls file is of 'Excel 2 Worksheet' format.
That's why it doesn't happen with other xls files out there.

Looks related (but not the same) to Bug 68903.

(In reply to comment #2)
 That sounds like patches have been applied in this area after 4.1.1.  For
 me, I cannot file  open it from Calc.  I'm getting import filters that are
 tripping.  Will take screenshot.
Indeed, when opening from Calc I'm also getting the Import filter dialog, but
when opening from the Start center it opens in Writer.

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


[Libreoffice-bugs] [Bug 68903] FILEOPEN: CSV files with .xls suffix are opened as Writer documents

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68903

Maxim momonas...@gmail.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 70728] Libreoffice impress craches loading odp file

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70728

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #6 from Jorendc jore...@libreoffice.org ---
(In reply to comment #4)
 @Jorendc:
 
 My change to the version was an accident.  I think you entered the
 verision after the time I loaded the bugzilla page and before I added
 myself to the cc.  But I am quite sure that I did not see the
 midair-collision warning that bugzilla sometimes presents for
 conflicting updates.  So, I am left uncertain of just how I did it.
 
 Sorry.

No problem :), just mentioning it :-).

(In reply to comment #5)
 tested with version 4.1.3.1 it works fine. thank you.

Good to hear it works again!
Because we couldn't reproduce and we don't know which patch fixed the issue,
lets mark it as RESOLVED WORKFSORME (a more proper status for this bug).

Kind regards,
Joren

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


[Libreoffice-bugs] [Bug 68906] Since OS X reinstall I've been receiving A LOT OF unexptected quits

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68906

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Whiteboard|BSA |BSA target:4.2.0
   ||target:4.1.2
 Resolution|--- |FIXED

--- Comment #9 from Maxim momonas...@gmail.com ---
(In reply to comment #8)
 I have upgraded to 4.1.2.3 and the problems are gone.
Great! So I'll close this bug.

 However there is a new issue related to.
 
 A new problem exists while pasting a whole page
 http://wikitravel.org/en/Myanmar.
 
 Then press cmd+q (quit) and the document is gone but you can't fully quit
 the LibreOffice. There is still icon in Dock and menubar, more - you can
 open or create new documents but you CAN'T quit LibreOffice (only by using
 Force Quit).
 
 Also, try to select all text from http://wikitravel.org/en/Bangkok and paste
 to LibreOffice then it freezes while saving.
Let's not mix two completely unrelated bugs. Would be great if you could open a
new bug report for this problem and post the link to it here, so we could
continue that discussion over 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 70750] RTL: RTL crash when selecting whole worksheet

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70750

--- Comment #7 from Eike Rathke er...@redhat.com ---
Argh.. ScFormatShell is the wrong place anyway to handle it, these
modifications should be done through ScTabViewShell instead, like all other
requests of ScFormatShell are forwarded through that.

Unfortunately it's not just applying an attribute, but applying it
conditionally. This might mean having to implement a whole new chain of
function set handling this special case, through ScViewFunc, ScDocFunc,
ScDocument, ScTable, ScColumn, which then could take advantage of applying the
attribute to a block of rows instead of slicing and merging the attribute array
for every row.

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


[Libreoffice-bugs] [Bug 54938] Adapt supportsService implementations to cppu::supportsService

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54938

--- Comment #8 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Marcos Paulo de Souza committed a patch related to this issue.
It has been pushed to master:

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

fdo#54938: Adapt supportsService implementations..



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

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


[Libreoffice-bugs] [Bug 69975] SLIDESHOW: Customized slideshow broken; shows all slides (see comment #1 )

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69975

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

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 70755] New: Consistently hangs on splash screen when attempting to open this one docx file.

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70755

  Priority: medium
Bug ID: 70755
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Consistently hangs on splash screen when attempting to
open this one docx file.
  Severity: major
Classification: Unclassified
OS: Linux (All)
  Reporter: jkoli...@newhaven.edu
  Hardware: x86 (IA32)
Status: UNCONFIRMED
   Version: 3.5.7.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 87978
  -- https://bugs.freedesktop.org/attachment.cgi?id=87978action=edit
A docx file

When attempting to open the attached file, Libre Office hangs, i.e., the splash
screen never disappears, and Libre Office never opens. The file can be opened
by an old version of Open Office on an Ubuntu 10.04 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 70756] New: FORMATTING: Heading 1, Insert page, all text Level 1

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70756

  Priority: medium
Bug ID: 70756
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Heading 1, Insert page, all text Level 1
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: jumbo4...@yahoo.fr
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.7.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 87979
  -- https://bugs.freedesktop.org/attachment.cgi?id=87979action=edit
Sample text showing wrong outline level in navigator

Problem description:
All text is Level 1 and appear in TOC or navigator 

Steps to reproduce:
1. Create new document
2. Set style to Heading 1
3. Insert page break (Ctrl+Enter)
4. Go back to first paragraph (Heading 1)
5. Type Enter
= A new empty paragraph is created with style Text body. However:
6. Format  Paragraph  Outline  Numbering

Current behavior:
Outline level is Level 1

Expected behavior:
Outline level should be Body text

Reproduced with: 
- Version 3.6.7.1 (Build ID: 9418c72)
- Version 4.0.5.2 (Build ID: 5464147a081647a250913f19c0715bca595af2f)
- Version 4.0.6.1 (Build ID: 7168152d13aa529ba3718c9ae3700216a574137)
- Version: 4.1.3.1
Build ID: b42498da0e3f91b17e51b55c8295ec4f8f22087

Operating System: Windows 7
Version: 3.6.7.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 70757] New: UI: Bad appearance at non-96 dpi monitor and I the minimum size of the window is very big

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70757

  Priority: medium
Bug ID: 70757
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: UI: Bad appearance at non-96 dpi monitor and I the
minimum size of the window is very big
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: x...@hdsnet.hu
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.5.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 87980
  -- https://bugs.freedesktop.org/attachment.cgi?id=87980action=edit
Bad appearance at the minimum size what has huge height

In the Windows, I set the monitor pixel density to 144 dpi from 96 dpi. Menu
File - New - Templates has bad appearance, at the top, the icons are on the
text (in the same place).
And the minimum size of this window is very big, especially the vertical size,
see the attachment.
Operating System: Windows XP
Version: 4.0.5.2 release

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


[Libreoffice-bugs] [Bug 70758] New: LibreOffice doesn't quit after pasting some texts

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70758

  Priority: medium
Bug ID: 70758
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LibreOffice doesn't quit after pasting some texts
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: x...@bartskowron.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: Libreoffice
   Product: LibreOffice

This is a post-issue after 68906 was resolved.

A problem exists while pasting a whole page http://wikitravel.org/en/Myanmar.

Then press cmd+q (quit) and the document is gone but you can't fully quit the
LibreOffice. There is still icon in Dock and menubar, more - you can open or
create new documents but you CAN'T quit LibreOffice (only by using Force Quit).

Also, try to select all text from http://wikitravel.org/en/Bangkok and paste to
LibreOffice then it freezes while saving.

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


[Libreoffice-bugs] [Bug 68906] Since OS X reinstall I've been receiving A LOT OF unexptected quits

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68906

--- Comment #10 from Bartosz Skowron x...@bartskowron.com ---
Opened here #70758

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


[Libreoffice-bugs] [Bug 70756] FORMATTING: Heading 1, Insert page, all text Level 1

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70756

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

   What|Removed |Added

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

--- Comment #1 from sophie gautier.sop...@gmail.com ---
Reproduced on linux using Version: 4.2.0.0.alpha0+
Build ID: 051731bbcaa79b6428c8ebee6c114c9b28220cc8
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2013-10-21_01:09:11 and a new document. Set as New, changed plateform to All -
Sophie

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


[Libreoffice-bugs] [Bug 70759] New: FORMATTING: Clear formatting does not result in Default Style

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70759

  Priority: medium
Bug ID: 70759
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Clear formatting does not result in
Default Style
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: dehc...@yahoo.com
  Hardware: Other
Whiteboard: BSA PossibleRegression
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: Writer
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. Select portion of formatted text
2. Choose Clear formatting from the Apply style drop-down menu
3. 

Current behavior: Text is formatted to Text Body

Expected behavior: Text is formatted to Default Style

In LibreOffice 3.6 in Windows the result used to be Default Style
(LibreOffice 3.6 still does that faithfully in openSUSE 12.3).
This is not critical as one can choose Default Style and end up there.


Operating System: Windows 7
Version: 4.1.2.3 release
Last worked in: 3.6.5.2 release

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


[Libreoffice-bugs] [Bug 65124] EDITING: Hebrew text with commas is misplaced when using Hebrew-only fonts

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65124

--- Comment #5 from dehc...@yahoo.com ---
The bug is still there in version 4.1.2.3 (Windows version)

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


[Libreoffice-bugs] [Bug 70728] Libreoffice impress craches loading odp file

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70728

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 Resolution|WORKSFORME  |DUPLICATE

--- Comment #7 from Maxim momonas...@gmail.com ---
According to the backtrace, looks like a duplicate of Bug 68839.

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

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


[Libreoffice-bugs] [Bug 70756] FORMATTING: Heading 1, Insert page, all text Level 1

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70756

Laurent BP jumbo4...@yahoo.fr changed:

   What|Removed |Added

Version|3.6.7.2 release |3.5.0 release

--- Comment #2 from Laurent BP jumbo4...@yahoo.fr ---
Reproduce with LibreOffice 3.5.0rc3 
Version ID : 7e68ba2-a744ebf-1f241b7-c506db1-7d53735
Change version

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


[Libreoffice-bugs] [Bug 65124] EDITING: Hebrew text with commas is misplaced when using Hebrew-only fonts

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65124

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #6 from Maxim momonas...@gmail.com ---
(In reply to comment #5)
 The bug is still there in version 4.1.2.3 (Windows version)
Indeed, and also in Version: 4.2.0.0.alpha0+
Build ID: cc2a405915e82c4b332dd25457f76704dc536d7f
TinderBox: Win-x86@39, Branch:master, Time: 2013-10-15_15:51:52

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


[Libreoffice-bugs] [Bug 39366] track changes: accepting more recorded changes in one step

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39366

--- Comment #4 from YuriG ygavr...@gmail.com ---
(In reply to comment #3)
 This request for enhancement is still valid in LibreOffice 3.5.1

The same for LO 4.0.5.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 70760] New: EDITING: Copy Paste text from Impress to Writer not possible

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70760

  Priority: medium
Bug ID: 70760
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Copy  Paste text from Impress to Writer not
possible
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: dehc...@yahoo.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: Writer
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. Copy text from Impress slide
2. Paste text in Writer document
3. 

Current behavior: Not text is visible, only empty lines are present. When
pasted to WordPad the text appears (sometimes it needs formatting to text color
automatic to become visible; this does not work in Writer). It doesn't matter
whether it is text with bullet points or text from a text box.

Expected behavior: Text should be pasted visibly.

Version 3.6:build304 (Build ID: 360m1(Build:304)) in openSUSE 12.3 works fine.


Operating System: Windows 7
Version: 4.1.2.3 release

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


[Libreoffice-bugs] [Bug 70756] FORMATTING: Heading 1, Insert page, all text Level 1

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70756

--- Comment #3 from pierre-yves samyn pierre-yves.sa...@laposte.net ---
Hello

Reproduced on windows XP with Version: 4.2.0.0.alpha0+
Build ID: cc2a405915e82c4b332dd25457f76704dc536d7f
TinderBox: Win-x86@39, Branch:master, Time: 2013-10-15_15:51:52

Regards
Pierre-Yves

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


[Libreoffice-bugs] [Bug 66203] FORMATTING: Heading levels in docx format

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66203

Laurent BP jumbo4...@yahoo.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jumbo4...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #3 from Laurent BP jumbo4...@yahoo.fr ---
Hi,

I can confirm with Version: 4.1.3.1
Build ID: b42498da0e3f91b17e51b55c8295ec4f8f22087

Open Attachment. Check My-Heading style. With OpenDocument format, Outline is
Level 1. Save it in DOCX and reload
= My-Heading Outline is now Body text

Moreover, there is now TWO empty paragraph, instead of ONE, but this may be
another 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 70703] Base is crashing frequently when EDITING data and switching Forms

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70703

--- Comment #14 from t...@tim-passingham.co.uk ---
I now have a consistently repeatable set for actions which crashes BASE, on a
64 bit ubuntu 12.04 desktop and 32 bit xubuntu 12.04 laptop.

I have 13MB of an 'airport' crash file from soffice.bin if that's any help,
from running it on the laptop.  This seems to have a stack trace, core dump,
etc.

If it is of use, can I PM it to someone such as Lionel?  I don't quite know
what such a file could reveal on a public site such as 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 66203] FORMATTING: Heading levels in docx format

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66203

--- Comment #4 from Laurent BP jumbo4...@yahoo.fr ---
Created attachment 87981
  -- https://bugs.freedesktop.org/attachment.cgi?id=87981action=edit
Test file with personnal style My-Heading, Outline = Level 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 70756] FORMATTING: Heading 1, Insert page, following paragraph has Level 1

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70756

pierre-yves samyn pierre-yves.sa...@laposte.net changed:

   What|Removed |Added

 CC||pierre-yves.samyn@laposte.n
   ||et
Summary|FORMATTING: Heading 1,  |FORMATTING: Heading 1,
   |Insert page, all text Level |Insert page, following
   |1   |paragraph has Level 1

--- Comment #4 from pierre-yves samyn pierre-yves.sa...@laposte.net ---
In addition I precise that only the paragraph after the title has level 1

Pierre-Yves

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


[Libreoffice-bugs] [Bug 70751] this image does not appear in slideshow

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70751

--- Comment #3 from Frederic Parrenin parrenin@gmail.com ---
Thanks for the workaround.
Unfortunately I don't remember how I created those graphics.

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


[Libreoffice-bugs] [Bug 68866] Filed Chapter shows documents last subchapter at the first page.

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68866

--- Comment #1 from Dominique Boutry dominique.bout...@laposte.net ---
Reproduced with LibO 4.1.2.3 on Win7.
Reproduced even without the table of content (so exonerated)

It seems that headers present in frames take precedence to headers present in
basic text ; it could be corroborated by the order of titles within the
navigator. This doesn't explain all. Bug, perhaps with enhancement.

First thing to do : to freeze a specification. For instance, I checked a French
dictionnary (Le Petit Larousse Illustré) :
1/ If there are headers in the page :
- in the left page headers, it displays the name of the first subchapter of the
page (not the currently open at the page top),
- in the right page headers, it displays the name of the last subchapter of the
page (being continued on next page or not)
2/ If there are no headers in the page, it displays the name of the currently
opened subchapter of the page.
3/ If there is a very long header, split between two pages : never happened, so
spec open...

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


[Libreoffice-bugs] [Bug 70757] UI: Bad appearance at non-96 dpi monitor and I the minimum size of the window is very big

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70757

--- Comment #1 from Zoltán Hegedüs x...@hdsnet.hu ---
Created attachment 87982
  -- https://bugs.freedesktop.org/attachment.cgi?id=87982action=edit
There is scrollbar but the page fit in the window

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


[Libreoffice-bugs] [Bug 70757] UI: Bad appearance at non-96 dpi monitor and I the minimum size of the window is very big

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70757

--- Comment #2 from Zoltán Hegedüs x...@hdsnet.hu ---
By the way, at 144 dpi, 1280*1024 full-sized window, A4 (210 mm * 297 mm) page
fit in the window, but there is horizontal scrollbar.

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


[Libreoffice-bugs] [Bug 70703] Base is crashing frequently when EDITING data and switching Forms

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70703

--- Comment #15 from Lionel Elie Mamane lio...@mamane.lu ---
(In reply to comment #14)
 I now have a consistently repeatable set for actions which crashes BASE, on
 a 64 bit ubuntu 12.04 desktop and 32 bit xubuntu 12.04 laptop.

Please post this consistently repeatable set of actions here, along with the
underlying database. Or if the database cannot be made public, then send me
privately by email a download URL.

 I have 13MB of an 'airport' crash file from soffice.bin if that's any help,
 from running it on the laptop.  This seems to have a stack trace, core dump,
 etc.

I'm not familiar with 'airport crash' file, and a search does not give any
useful link. But I'm very interested in a full stack trace!

 If it is of use, can I PM it to someone such as Lionel?  I don't quite know
 what such a file could reveal on a public site such as this.

In doubt, email me a download link and I'll take a look.

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


[Libreoffice-bugs] [Bug 68737] context menu after inserting picture/image caption

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68737

--- Comment #7 from Dominique Boutry dominique.bout...@laposte.net ---
Reproduced (specifically the comment 3) with LibO 4.1.2.3 on Win7

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


[Libreoffice-bugs] [Bug 70758] LibreOffice freezes after pasting some texts from Firefox

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70758

Maxim momonas...@gmail.com changed:

   What|Removed |Added

 OS|Mac OS X (All)  |All
 Status|UNCONFIRMED |NEW
 CC||momonas...@gmail.com
Summary|LibreOffice doesn't quit|LibreOffice freezes after
   |after pasting some texts|pasting some texts from
   ||Firefox
 Ever confirmed|0   |1

--- Comment #1 from Maxim momonas...@gmail.com ---
I can confirm the freeze with 4.1.2.3 under Fedora 19 (64-bit)  Firefox 24. LO
freezes for me after scrolling the document a bit. Sometimes it unlocks after
some time, but most of the time I'm forced to kill it. Same happens when trying
to close the 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 60270] LibreOffice 4.1 most annoying bugs

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

Bug 60270 depends on bug 69975, which changed state.

Bug 69975 Summary: SLIDESHOW: Customized slideshow broken; shows all slides 
(see comment #1 )
https://bugs.freedesktop.org/show_bug.cgi?id=69975

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 68659] A calc cell with a linked element to HTML_1 gets no row/column reference in a formula.

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68659

--- Comment #3 from Dominique Boutry dominique.bout...@laposte.net ---
Can't reproduce this case with LibO 4.1.2.3 on Win7 : I copied [A1:C18] in
[E1:G18] with Link (special paste  Linked) in your attachment, all works.

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


[Libreoffice-bugs] [Bug 70762] New: using Ubuntu font, niqqud is neither displayed nor can be written

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70762

  Priority: medium
Bug ID: 70762
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: using Ubuntu font, niqqud is neither displayed nor can
be written
  Severity: major
Classification: Unclassified
OS: Linux (All)
  Reporter: o...@mat.ucm.es
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: Writer
   Product: LibreOffice

Created attachment 87983
  -- https://bugs.freedesktop.org/attachment.cgi?id=87983action=edit
odt file containg hebrew text with niqqud in 2 fonts

Hello

from another application I can copy the word 
בָּדַקְתִּי
into writer and it gets displayed correctly, however when I chose a font such
as 
Ubuntu, the niqqud are not displayed nor can I type/write/input them. 

This problem does not appear in 4.0 (OO 3.3 OO 4.0)
I attach the odt and the two pdf files.

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


[Libreoffice-bugs] [Bug 70762] using Ubuntu font, niqqud is neither displayed nor can be written

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70762

--- Comment #1 from Uwe Brauer o...@mat.ucm.es ---
Created attachment 87984
  -- https://bugs.freedesktop.org/attachment.cgi?id=87984action=edit
pdf file generated by LO 4.0 all niqqud are displayed

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


[Libreoffice-bugs] [Bug 70762] using Ubuntu font, niqqud is neither displayed nor can be written

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70762

--- Comment #2 from Uwe Brauer o...@mat.ucm.es ---
Created attachment 87985
  -- https://bugs.freedesktop.org/attachment.cgi?id=87985action=edit
pdf file generated by LO 4.1 NOT all niqqud are displayed

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


[Libreoffice-bugs] [Bug 70759] FORMATTING: Clear formatting does not result in Default Style

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70759

Cor Nouws c...@nouenoff.nl changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG
 CC||c...@nouenoff.nl

--- Comment #1 from Cor Nouws c...@nouenoff.nl ---
Hi dehcjam,

thanks for the issue. IMHO the Clear formatting is the same as menu Format 
Remove direct formatting
Choose Standard in that box to set the style to standard.

Regards,
Cor

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


[Libreoffice-bugs] [Bug 70521] Error 1335: Cab File libreoffice1.cab damaged in dutch version

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70521

--- Comment #6 from Ronny Lydou ronny.ly...@gmail.com ---
(In reply to comment #5)
 @Ronny Lydou: Do you still have this problem?

@Maxim.  you where right.  I could not find the 'Digital Signatures' tab on the
main installation file.  The helppack_nl is ok (Version = V3).
I downloaded the main installation file from this site
http://nl.libreoffice.org/download/ and I still could not find the digital
signatures tab.

Now I will download the file from other mirror sites and using a linux desktop
that is not behind a corporate firewall.

I will report back in the coming days.

Thanks already for the 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 70763] New: LibreOffice Crashes on FILESAVEAS of Writer ODT Doc, Corrupts Doc, Attempts to RENAME a Copy Crashes Windows Explorer

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70763

  Priority: medium
Bug ID: 70763
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: LibreOffice Crashes on FILESAVEAS of Writer ODT Doc,
Corrupts Doc, Attempts to RENAME a Copy Crashes
Windows Explorer
  Severity: critical
Classification: Unclassified
OS: Windows (All)
  Reporter: j...@refugesl.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.1.2.2 rc
 Component: Writer
   Product: LibreOffice

First my LibreOffice version is 4.1.2.3 downloaded and installed just
yesterday, but not listed in Version options above.  Also installed the Help
program.

New computer, squeeky clean, running Windows 7.

The attached ODT doc is the culprit.  A simple 9-page doc with graphic header,
inserted pictures and auto-numbered footer field.

Doc opens, saves, closes without incident.

Any attempt to SAVE AS . . . same ODT doc with any different name results in an
immediate crash of LibreOffice Writer, and a subsequent corruption of the doc
itself, where any attempt to reopen results in failed file recovery.  File
recovery may or may not work.  After repeated attempts, recovery successful and
doc opens, but again any attempt to SAVE AS . . . crashes Writer and corrupts
the doc.

ADDITIONALLY, and WORSE,after successfully doing a simple FILE SAVE, with
Windows Explorer, made a COPY of the ODT doc.  The paste results in a file
named: AAS SkyCam INFO - Copy.odt.  ANY attempt to RENAME the copy results in
causing Windows Explorer itself to crash!

As an experienced career documentation specialist, find this first experience
with LibreOffice not just disappointing, but scary.

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


[Libreoffice-bugs] [Bug 65084] Loses table settings

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65084

--- Comment #4 from hunter.cr...@gmail.com ---
Sophie, I attached a sample file. Highlight the top row in the Table. Go to
right-click menu, Table. Go to Borders. Note that Spacing to Contents, Left, is
1.97. This has been set by LibreOffice, no by me. I clear the setting, click
ok, and the cell contents are visable. I save the document and exit. When I
reopen the document, the cell contents are again gone and the above option has
been reset to 1.97.

PS: I'm now working with LO 4.1.2.3 and it's 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 70703] Base is crashing frequently when EDITING data and switching Forms

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70703

--- Comment #16 from t...@tim-passingham.co.uk ---
I've emailed the dump to Lionel. I understand it would be better if I was
running the debug version of LO.  I'll look into that.

I've also posted the database  odb to him, with instructions.  

I hope this all helps.

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


[Libreoffice-bugs] [Bug 65084] Loses table settings

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65084

--- Comment #5 from hunter.cr...@gmail.com ---
Created attachment 87986
  -- https://bugs.freedesktop.org/attachment.cgi?id=87986action=edit
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 70763] LibreOffice Crashes on FILESAVEAS of Writer ODT Doc, Corrupts Doc, Attempts to RENAME a Copy Crashes Windows Explorer

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70763

--- Comment #1 from jean j...@refugesl.com ---
Attempt to attach the zipped culprit ODT doc failed as being too large.  Will
send by email if given an appropriate address.

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


[Libreoffice-bugs] [Bug 70501] JPG is displaced or lost when Writer file is reopened

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70501

--- Comment #3 from hunter.cr...@gmail.com ---
Created attachment 87987
  -- https://bugs.freedesktop.org/attachment.cgi?id=87987action=edit
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 70765] New: EDITING: Application quits when importing PNG

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70765

  Priority: medium
Bug ID: 70765
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: Application quits when importing PNG
  Severity: normal
Classification: Unclassified
OS: Mac OS X (All)
  Reporter: aim...@yabarana.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: Writer
   Product: LibreOffice

Created attachment 87988
  -- https://bugs.freedesktop.org/attachment.cgi?id=87988action=edit
Apple trace in RTF

Problem description: 

Steps to reproduce:
1. Insert-Picture From File
2. Select image
3. Kaboom!

Current behavior:

Application quits with Apple error screen. I managed to import a couple of
images maybe it's the image size. Will try reducing resolution to see if it
helps.

Expected behavior:

Should not quit ;-)  
Operating System: Mac OS X
Version: 4.1.2.3 release

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


[Libreoffice-bugs] [Bug 70767] New: FILESAVE: LibreOffice document shows in browser instead of File Save or Open

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70767

  Priority: medium
Bug ID: 70767
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILESAVE: LibreOffice document shows in browser
instead of File Save or Open
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: jfe...@vangenechten.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.1.2.3 release
 Component: UI
   Product: LibreOffice

Problem description: 
Hi, when I click on a document that is saved on our document management system
i does not give the dialog to Open or Save the odt document. It just display it
in the browser. If you open a word document from our document management system
it ask us to File or Save the doc.
We have this issue on Internet Explorer 8. 
Also the viewer is mis formed on Internet Explorer 8. 

We also have this issue on Internet Explorer 9.
It still opens in the browser.
Now the viewer is not mis formed.

I now did a silent installation of LibreOffice to push it to whole our team
with a deployment tool.
msiexec /i LibreOffice_4.1.2_Win_x86.msi UI_LANGS=en_US,de,fr,nl,ru,pl
RebootYesNo=No ISCHECKFORPRODUCTUPDATES=0 QUICKSTART=0 VC_REDIST=1 ADDLOCAL=ALL
INSTALLLOCATION=C:\Program Files\LibreOffice4.1.2.3 REGISTER_NO_MSO_TYPES=1
REGISTER_ALL_MSO_TYPES=0 REMOVE=gm_o_Onlineupdate /qn

I would like to know how to disable the show in browser and how this can be
integrated in my silent install.

Steps to reproduce:
1. Pick on Windows 7 pc with Internet Explorer 8
2. Install LibreOffice 4.1.2.3
3. Upload a odt document to a company web server
4. Access your web server and click on the link (now the odt is displayed in
browser)

Current behavior:
Opening an LibreOffice document from a web server or ftp or .. displays the
document in the browser.

Expected behavior:
Opening an LibreOffice document from a web server or ftp or .. displays a
dialog to Open / Save the document. Like for example word document.


Operating System: Windows 7
Version: 4.1.2.3 release

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


[Libreoffice-bugs] [Bug 70768] New: FILEOPEN: Crash when opening file with svg image and connector

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70768

  Priority: medium
Bug ID: 70768
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILEOPEN: Crash when opening file with svg image and
connector
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: evishou...@orange.fr
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.3.3 release
 Component: UI
   Product: LibreOffice

Created attachment 87996
  -- https://bugs.freedesktop.org/attachment.cgi?id=87996action=edit
An example of file created with LibreOffice Draw which make the software crash.

Problem description: Crash when trying to open a file with an imported SVG
image with connectors attached.

Steps to reproduce:
1. Create a file with an imported SVG drawing (simple SVG from Inkscape, or
Inkscape SVG). 
2. Attach a connector to this drawing.
3. Save the file.
4. Try to open it.

Current behavior: LibreOffice window appear, begins to load, and then close
without any warning. When executed from command line, there is no error or
warning.

Expected behavior: Opening the file normally.


Operating System: Linux (Other)
Version: 4.0.3.3 release

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


[Libreoffice-bugs] [Bug 69002] FILEOPEN: File Browser Crash: QWidget::repaint: Recursive repaint detected

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69002

--- Comment #9 from emilio.re...@jeffersonhospital.org ---
(In reply to comment #5)
 Created attachment 86024 [details]
 Backtrace with thread apply all and console output

For backtraces see previous bug 69279 which has been marked as a dupe of this
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 62525] Convert manual refcounting / copy-on-write implementations to cow_wrapper

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62525

Noel Grandin noelgran...@gmail.com changed:

   What|Removed |Added

 Whiteboard|EasyHack,DifficultyInterest |EasyHack
   |ing,SkillCpp,TopicCleanup   |DifficultyInteresting
   |target:4.1.0|SkillCpp TopicCleanup
   ||target:4.1.0

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


[Libreoffice-bugs] [Bug 70741] Telugu Subletters Completely Broken in Debian Package

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70741

--- Comment #5 from Björn Michaelsen bjoern.michael...@canonical.com ---
So, to triage this further:
bibisect-2013-10-12 oldest and newest seem to both work as expected on Ubuntu
13.10 (note these have been compiled on Ubuntu 12.04 LTS though)
building LibreOffice as packaged for saucy, only changing --without-system-icu
keep the buggy behavior in place.

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


[Libreoffice-bugs] [Bug 70192] FILEOPEN: Fails to open file with embedded font

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70192

--- Comment #9 from Brian Horne horn...@gmail.com ---
I've just started to see something similar. I had been working on a couple of
documents with embedded fonts earlier this month using LibreOffice 4.1 on
Ubuntu 13.04 (32-bit) without any problems. In the last few days, however, I've
been unable to open the files. LibreOffice exits without displaying the
document whenever I try to open the file. I upgraded to the latest release of
LibreOffice but the problem persists. This problem does not affect me when I'm
using LibreOffice for Windows 7 (64-bit) using the same documents.

I would be happy to upload a logfile if one exists on any other 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 70741] Telugu Subletters Completely Broken in Debian Package

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70741

--- Comment #6 from Joel Madero jmadero@gmail.com ---
Very weird that master is broken but master in bibisect package is working

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


[Libreoffice-bugs] [Bug 70767] FILESAVE: LibreOffice document shows in browser instead of File Save or Open

2013-10-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70767

--- Comment #1 from Maxim momonas...@gmail.com ---
Hi,
I don't know if it's possible using LibreOffice setup, but as far as I know you
can disable specific IE addons using group policy (GPO).

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