[Libreoffice-bugs] [Bug 43398] FORMATTING: Documents opened in LibreOffice Writer incorrectly appear as right justified

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43398

--- Comment #8 from Roman Eisele b...@eikota.de 2011-12-03 01:10:38 PST ---
Looking at the LibreOffice source code is difficult and maybe megalomaniac for
me, as I have never been involved in a programming project of this size and
complexity (I just have done some little tools for my personal use). But I
can’t resist. Well: In
writerfilter/source/ooxml/model.xml
(line 22020), the paragraph element bidi gets the tokenid sprm:PFBiDi. So
we have to look for PFBiDi. But the function DomainMapper::sprmWithProps() in
writerfilter/source/dmapper/DomainMapper.cxx
handels the case NS_sprm::LN_PFBiDi very simply (lines 1830-1834):

rContext-Insert(PROP_WRITING_MODE, false,
uno::makeAny(text::WritingMode2::RL_TB ));
rContext-Insert(PROP_PARA_ADJUST, false, uno::makeAny(
style::ParagraphAdjust_RIGHT ));

without (as it appears to me) looking at the attributes of the bidi element (no
attempt to look at nIntValue or sStringValue in lines 1830-1834).

So, either the attribute of the w:bidi .../ tag is handled elsewhere, or it
is not handled at all. This would easily explain the error reading this DOCX
file.

Please forgive me if I’m totally wrong ...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43455] Installer partly localized

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43455

--- Comment #3 from Volker Merschmann merschm...@gmail.com 2011-12-03 
01:34:20 PST ---
I did not remove 3.4.4 and did a simple all-users installation without
changing any options.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43486] VIEWING of area diagram broken

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43486

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de,
   ||michael.me...@novell.com
Summary|VIEWING of stacked area |VIEWING of area diagram
   |diagram broken  |broken

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-12-03 02:35:18 PST ---
Forgot to add reporter to cc.

All area charts are affected

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43451] Long Password fails for

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43451

markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43095] File access rights are not determined correctly (OpenAFS, ACLs)

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43095

Tor Lillqvist tlillqv...@suse.com changed:

   What|Removed |Added

 CC||tlillqv...@suse.com

--- Comment #1 from Tor Lillqvist tlillqv...@suse.com 2011-12-03 03:08:22 PST 
---
I suggest we instead try to see why the code wants to check file access before
attempting to open a file (if that is what it does), and if possible just try
to get rid of such checks.

I very much doubt even access() can get it right in all circumstances. For
instance, surely mounting volumes from Windows  servers on Unix clients is much
more common than using OpenAFS or Linux ACLs. Does acess() work correctly if
the file has some funky ACL on the SMB side?

Isn't it in general wrong to try to check if something is possible before doing
it? See http://en.wikipedia.org/wiki/Time-of-check-to-time-of-use . Instead,
just try to do what you want to do (like open a file for reading or writing),
and if it doesn't succeed, fail gracefully at that point.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43475] UI: Start Center uses German words for French and English UI

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43475

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #1 from Andras Timar tima...@gmail.com 2011-12-03 03:17:46 PST ---
I confirm this bug. It happens when you use LibreOffice in other language than
your system locale. It is not a common scenario, mainly happens to testers.
Somehow the language detection is different for this resource than for others.
I tried to debug it once, but I did not finish, first of all I did not
understand why it happened with master and not with 3.4. I'll get back to the
issue when I find some time.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43475] UI: Start Center uses German words for French and English UI

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43475

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-12-03 04:29:41 PST ---
Also with Server Installation of  LibreOffice 3.5.0 Beta0  - WIN7 Home Premium
(64bit) English UI [Build:ef91e38-b1d4df6-090bcba-45cf606-05891e7] - and as
expected also Vietnamese and others. The 2 affected ones lead to folders, the
other links to programs? What ever that might help for debugging

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43480] EDITING: cell text *contents* from Calc pasted to Writer is pasted at bottom of document, unless paste special is used

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43480

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1
Summary|cell text *contents* from   |EDITING: cell text
   |Calc pasted to Writer is|*contents* from Calc pasted
   |pasted at bottom of |to Writer is pasted at
   |document, unless paste  |bottom of document, unless
   |special is used |paste special is used

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-12-03 08:41:08 PST ---
NOT reproducible with Server installation of MSVC Master LibO-dev 3.5.0 – WIN7
Home Premium (64bit) ENGLISH UI [Build ID:  2d0998f-090bcba-45cf606] Win-x86@6
- 2011-12-01_08.37.54), 

also not with with Server Installation of  LibreOffice 3.5.0 Beta0  - WIN7
Home Premium (64bit) German UI [Build:ef91e38-b1d4df6-090bcba-45cf606-05891e7] 

Very new effect?

@Cor Nouws:
Tinderbox? Date? OS?
Can you please attach source, target?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43472] EDITING: Chart not updated unless forced

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43472

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE
Summary|: Chart doesn't update  |EDITING: Chart not updated
   |unless forced   |unless forced

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-12-03 08:49:37 PST ---
This one is a DUP of Bug 39118 - Charts with anchor to cell do not update
automatically


- Reported with Bug Submission Assistant -

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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43308] various failing sc/qa/unoapi tests (related to headless?)

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43308

markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 AssignedTo|libreoffice-b...@lists.free |markus.mohrhard@googlemail.
   |desktop.org |com
 Ever Confirmed|0   |1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43309] sc.ScCellRangeObj::com::sun::star::chart::XChartData::addChartDataChangeEventListener() RuntimeException

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43309

markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 AssignedTo|libreoffice-b...@lists.free |markus.mohrhard@googlemail.
   |desktop.org |com
 Ever Confirmed|0   |1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43312] sc/qa/unoapi sc.ScDatabaseRangeObj java.lang.ArrayIndexOutOfBoundsException

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43312

markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 AssignedTo|libreoffice-b...@lists.free |markus.mohrhard@googlemail.
   |desktop.org |com
 Ever Confirmed|0   |1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42684] FILEOPEN very slow, network/dns related, it takes about 15 minutes

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42684

--- Comment #14 from NoOp gl...@sbcglobal.net 2011-12-03 10:35:45 PST ---
I saw comment #3. Did you resolve the glibc dependency issues  then try 3.3.4?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43489] New: [Task] Incorrect behavior using existing User Profile for upgrade

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43489

 Bug #: 43489
   Summary: [Task] Incorrect behavior using existing User Profile
for upgrade
Classification: Unclassified
   Product: LibreOffice
   Version: LibO Master
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: libreoff...@bielefeldundbuss.de
 QAContact: libreoff...@bielefeldundbuss.de


This is the Meta issue to track Bugs concerning problems continuing use of the
existing LibO 3 User Profile after the upgrade from 3.3 or 3.4 to 3.5

If anyone finds a Bug in 3.5 Master or 3.5 Beta / RC  where the suspect exists
that problems are caused because the update still uses the existing user
Profile, please add the Bug ID as
dependent Bug here to the Meta Bug in field Depends on. Additionally please
leave a comment here containing the bug Subject line.

Example for WIN:
Existing User Profile: C:\Users\user\AppData\Roaming\LibreOffice\3\
(Modified) User Profile referece in
C:\LibO_Installation\program\bootstrap.ini:
 UserInstallation=$SYSUSERCONFIG/Libreoffice/3

Please backup your User Profile before a test and also mention hints on
https://wiki.documentfoundation.org/Installing_in_parallel

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43490] New: Redim function with option base set to 1 not working correctly

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43490

 Bug #: 43490
   Summary: Redim function with option base set to 1 not working
correctly
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: mies...@mieszczak.com.pl


If option base is set to 1, the redim function make wrong calculation of new
table size, as in following example:

OPTION BASE 1

Sub Main
DIM table() AS VARIANT
DIM size AS INTEGER

size= ubound(table )
REDIM PRESERVE table( size + 1)


size= ubound(table )
REDIM PRESERVE table( size + 1)


size= ubound(table )
REDIM PRESERVE table( size + 1)


End Sub


During tracing of this program, to size of the table is changing:
1 - 3 - 5

And should be changing:

1 - 2 - 3

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43489] [Task] Incorrect behavior using existing User Profile for upgrade

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43489

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de
 Depends on||43491

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-12-03 11:07:59 PST ---
Bug 43491 - CONFIGURATION: Using existing User Profile existing WRITER
documents open semi read only

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43491] CONFIGURATION: Using existing User Profile existing WRITER documents open semi read only

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43491

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|CONFIGURATION: Using|CONFIGURATION: Using
   |existing User Profile   |existing User Profile
   |existing wRITER documents   |existing WRITER documents
   |open semi read only   |open semi read only

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43422] Spell check: Crash Runtime Error with AutoSpellcheck

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43422

manj_k courrier.oou.fr@googlemail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Blocks||37361
 Ever Confirmed|0   |1

--- Comment #4 from manj_k courrier.oou.fr@googlemail.com 2011-12-03 
11:10:14 PST ---
Confirmed via 'discussatde.libreoffice.org'
→
http://nabble.documentfoundation.org/QA-Bestatigung-fur-Bug-43422-Crash-AutoSpellcheck-td3557512.html

Modified as follows: 
Status: NEW
Blocks: 37361

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

manj_k courrier.oou.fr@googlemail.com changed:

   What|Removed |Added

 Depends on||43422

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 37361] LibreOffice 3.5 most annoying bugs

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

--- Comment #35 from manj_k courrier.oou.fr@googlemail.com 2011-12-03 
11:12:57 PST ---
Nominate 'Bug 43422 - Spell check: Crash Runtime Error with AutoSpellcheck';
not acceptable for a release.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 43493] New: : long table at end of .doc document cut off

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43493

 Bug #: 43493
   Summary: :  long table at end of .doc document cut off
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: cpblpublic+bugzi...@gmail.com


Problem description: 

- Hello. Do Microsoft import failures count as bugs?
+ 1)  lsb_release -rd
+ Description:  Ubuntu 11.10
+ Release:  11.10

- Here is a not-recent .doc file which has a table that goes more than one
- page. As shown in the graphic, LibreOffice does not allow me to see the
- second half or so of the table!  It should be that I can scroll down
- further to see the rest of it, or even that it is split between two
- pages.
+ 2) apt-cache policy libreoffice-writer
+ libreoffice-writer:
+   Installed: 1:3.4.4-0ubuntu1
+   Candidate: 1:3.4.4-0ubuntu1
+   Version table:
+  *** 1:3.4.4-0ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main i386
Packages
+ 100 /var/lib/dpkg/status
+  1:3.4.3-3ubuntu2 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

- (ugh, I'm glad I don't have to program how to deal with long tables.
- Thanks, all!)
+ 3) What is expected to happen in LibreOffice Writer via the Terminal:
+
+ cd ~/Desktop  wget -c
+
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/898791/+attachment/2614990/+files
+ /ACT7DAYS_-_def.doc -O example.doc  lowriter -nologo example.doc
+
+ is the text at the beginning of the document is right above the table in
+ the Word screenshot
+
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/898791/+attachment/2618025/+files
+ /word-screenshot.png and rows 8 through 20 are visible when scrolling
+ down.
+
+ 4) What happens instead is the text is separated by almost an entire
+ page as in the Writer screenshot
+
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/898791/+attachment/2614992/+files/stuckTable.png
+ and rows 8 through 20 are not able to be viewed by scrolling down.

 ProblemType: Bug
 DistroRelease: Ubuntu 11.10
 Package: libreoffice-writer 1:3.4.4-0ubuntu1
 ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
 Uname: Linux 3.0.0-13-generic x86_64
 ApportVersion: 1.23-0ubuntu4
 Architecture: amd64
 Date: Thu Dec  1 14:46:13 2011
 InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110921.2)
 ProcEnviron:
  LANGUAGE=en_CA:en
  PATH=(custom, user)
  LANG=en_CA.UTF-8
  SHELL=/bin/bash
 SourcePackage: libreoffice
 UpgradeStatus: No upgrade log present (probably fresh install)

Steps to reproduce:
1. 
2. 
3. 

Current behavior:

Expected behavior:

Platform (if different from the browser): 

Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko)
Ubuntu/11.10 Chromium/14.0.835.202 Chrome/14.0.835.202 Safari/535.1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43494] New: would be nice to enlarge menu fonts more than 130%

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43494

 Bug #: 43494
   Summary: would be nice to enlarge menu fonts more than 130%
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: UI
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: csig...@fastmail.fm


Currently LibreOffice limits the enlargement of menu fonts to 130%.  Would be
nice for us visually impaired if they could be enlarged further.  There is
still plenty of room for larger fonts at 130%.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 37361] LibreOffice 3.5 most annoying bugs

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

clio fyv...@ya.ru changed:

   What|Removed |Added

 Depends on||43462

--- Comment #36 from clio fyv...@ya.ru 2011-12-03 12:41:29 PST ---
Nominate Bug 43462 – findAll doesn't work
This bug would break extensions and macroses that use findAll method in Calc

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 43462] findAll doesn't work

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43462

clio fyv...@ya.ru changed:

   What|Removed |Added

 Blocks||37361

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42684] FILEOPEN very slow, network/dns related, it takes about 15 minutes

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42684

--- Comment #15 from mboh...@gmail.com 2011-12-03 12:46:32 PST ---
I have no idea how to solve the dependency problem.
I searched for GLIB in synaptic but it is not there.
When I google around a bit, I see it has something to do with libstcc++.
In Kubuntu, libstdc++6 and libstdc++6-dev are installed.

I guess my linux skills are not enough to solve this.

I googled a bit further and found a lot of people with this GLIBCXX_3.4.11' not
found problem,but no solution.
some people suggested to delete the link to libstdc++.so.6 but when I did that,
LO threw another error

libreoffice -calc
/opt/libreoffice/program/soffice.bin: symbol lookup error:
/usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so: undefined
symbol: cairo_surface_create_for_rectangle
marc@VASTEPC:/opt/libreoffice/ure/lib$ sudo mv libstdc++.so.6.orig
libstdc++.so.6

So I put it back

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42684] FILEOPEN very slow, network/dns related, it takes about 15 minutes

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42684

--- Comment #16 from NoOp gl...@sbcglobal.net 2011-12-03 12:50:29 PST ---
Have a look through this bug report:
https://bugs.freedesktop.org/show_bug.cgi?id=32852
[[Linux] video / `GLIBCXX_3.4.11' not found]
This is how I ended up resolving the issue:
https://bugs.freedesktop.org/show_bug.cgi?id=32852#c19

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43095] File access rights are not determined correctly (OpenAFS, ACLs)

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43095

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

   What|Removed |Added

 CC||lio...@mamane.lu

--- Comment #2 from Lionel Elie Mamane lio...@mamane.lu 2011-12-03 13:38:49 
PST ---
I can guess that the code e.g. wants to put the document in READ ONLY mode /
show some UI difference when the file it was opened from cannot be written to.

Anyway, if we really need to check for permission without actually trying to do
the action, we can solve the access() follows symlink problem by using
faccessat(-1, /absolute/path, AT_EACCESS | AT_SYMLINK_NOFOLLOW)
or
faccessat(AT_FDCWD, relative/or/absolute/path, AT_EACCESS |
AT_SYMLINK_NOFOLLOW)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42684] FILEOPEN very slow, network/dns related, it takes about 15 minutes

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42684

--- Comment #17 from mboh...@gmail.com 2011-12-03 13:46:25 PST ---
No luck, I removed libavcodec-extra-52, and libavcodec was pulled in.
When starting LO, I got the same error, also after a reboot.

After that, I also tried
  export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH

in /opt/libreoffice3.4/program/soffice 
so that the /usr/lib/libstdc++.so.6 library 
is loaded instead of the one which comes with LO

But no luck either

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43495] New: Custom Animation works not work as expected in Linux but works correctly on Windows

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43495

 Bug #: 43495
   Summary: Custom Animation works not work as expected in Linux
but works correctly on Windows
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
  Severity: major
  Priority: medium
 Component: Presentation
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: nifgr...@gmail.com


Created attachment 54091
  -- https://bugs.freedesktop.org/attachment.cgi?id=54091
this presentation behaves differently on windows and linux

See the attached file 21c_ohg.odp.

All the text on each slide is uncovered after the first click when using linux
but each click uncovers one line at a time when using windows.


Tested on following operating systems:
Windows XP, LibreOffice 3.4.4,
Ubuntu 11.04, LibreOffice 3.3.4,
Ubuntu 11.10, LibreOffice 3.4.4.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43493] : long table at end of .doc document cut off

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43493

--- Comment #1 from Chris BL cpblpublic+bugzi...@gmail.com 2011-12-03 
14:16:54 UTC ---
I'm not sure the links to files above are clear?

Here's the problematic .doc file

https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/898791/+attachment/2614990/+files/ACT7DAYS_-_def.doc


a screenshot of the problem:

https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/898791/+attachment/2614992/+files/stuckTable.png


and a screenshot of what Word does (?):
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/898791/+attachment/2618025/+files/word-screenshot.png


These are all from the original downstream bug report:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/898791

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42721] FILEOPEN: won't exit

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42721

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

   What|Removed |Added

 CC||serval2...@yahoo.fr
   Keywords||NEEDINFO

--- Comment #1 from Julien Nabet serval2...@yahoo.fr 2011-12-03 14:39:24 PST 
---
I tried on Debian x86-32 with LO 3.4.4, I didn't reproduce this pb.
Have you tried with 3.4.4 ?

Perhaps a specific Windows version pb ?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42733] Form assistant and imported forms with border

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42733

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr
 Ever Confirmed|0   |1

--- Comment #1 from Julien Nabet serval2...@yahoo.fr 2011-12-03 14:49:41 PST 
---
I made tests on 3.4.4 + master (3.5) updated and compiled today.

3.4.4 results :
- preview : layout preview ok but color preview ko
- no border at the end

master :
- preview : layout preview ok but color preview ok
- no border at the end

tested on Debian x86-32, no warning/error messages on console.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43362] EDITING: Field Name can only have 10 characters

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43362

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

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet serval2...@yahoo.fr 2011-12-03 14:57:16 UTC 
---
On Debian x86-32 with 3.4.4, I didn't reproduce this pb (I tried with 30
characters).

Just 2 questions :
- was it with a brand new file ? (if not, could you try on a brand new file ?)
- Could you try again with 3.4.4 by deleting (or renaming-saving) your profile,
uninstall previous version and Windows registry clean (with free tools like
ccleaner) ?

(Perhaps a Windows specific bug ?)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43169] : Creating empty database fails after installation with indefinite clocking

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43169

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

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet serval2...@yahoo.fr 2011-12-03 15:04:53 UTC 
---
I didn't reproduce this pb on a Debian x86-32 with 3.4.4 and openjdk 1.6.

Would it be a specific Windows pb ?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43187] EDITING - MSAccess 2007/2010 (.accdb) table data not editable/updatable - read only

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43187

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

   What|Removed |Added

   Keywords||NEEDINFO

--- Comment #1 from Julien Nabet serval2...@yahoo.fr 2011-12-03 15:16:05 PST 
---
Hi Alex ! 
On this link http://msdn.microsoft.com/en-us/office/cc907897, it seems Access
2007 may have some difficulties to manage Access 2010 file. So it could be
quite normal LO doesn't manage Access 2010 files. Now it could be enhancement
to propose (if it doesn't already exist)

Have you tried read/write operations on Access 2007 file with LO ?
(I haven't any version of Access to test, could you attach a Access 2010 and
2007 file ?)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43493] : long table at end of .doc document cut off

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43493

Christopher M. Penalver christopher.penal...@gmx.com changed:

   What|Removed |Added

   Platform|Other   |All
 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #2 from Christopher M. Penalver christopher.penal...@gmx.com 
2011-12-03 15:23:29 PST ---


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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43496] FILESAVE FILEOPEN FORMATTING long table at end of .doc document cut off

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43496

Christopher M. Penalver christopher.penal...@gmx.com changed:

   What|Removed |Added

 CC||cpblpublic+bugzilla@gmail.c
   ||om

--- Comment #1 from Christopher M. Penalver christopher.penal...@gmx.com 
2011-12-03 15:23:29 PST ---
*** Bug 43493 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 41865] Make Macro recording work without turning Experimental features on (in the Options)

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41865

August Sodora aug...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
Version|LibO Master |LibO 3.5.0 Beta0

--- Comment #1 from August Sodora aug...@gmail.com 2011-12-03 15:27:08 PST ---
Fixed with
http://cgit.freedesktop.org/libreoffice/core/commit/?id=f4b3bd91ca177101d90f522e81163dc6421e14c9

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43451] Long Password fails for

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43451

--- Comment #1 from C. Andrews Lavarre alava...@gmail.com 2011-12-03 16:05:30 
PST ---
Created attachment 54094
  -- https://bugs.freedesktop.org/attachment.cgi?id=54094
ODS file encrypted with 16 character password

It is a 
 LibreOffice Calc ODS file

Supports bug report:
43451: Long Password fails

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43451] Long Password fails for

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43451

--- Comment #2 from C. Andrews Lavarre alava...@gmail.com 2011-12-03 16:09:21 
PST ---
Created attachment 54095
  -- https://bugs.freedesktop.org/attachment.cgi?id=54095
LibreOffice XLS file encrypted with 16 character password 1234567890123456

This is a LibreOffice Calc XLS file.

It has been encrypted with the 16-character password
  1234567890123456

Trying to open it with that password fails with the message
  The password is invalid. Cannot open the file.

However, if you use only the first fifteen characters
 123456789012345

then the file opens correctly.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43451] Long Password fails for

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43451

--- Comment #4 from C. Andrews Lavarre alava...@gmail.com 2011-12-03 16:16:29 
PST ---
+ You are correct that the bug is INVALID with respect to ODS files.

+ You are INCORRECT that the bug is invalid with respect to XLS files:

 - I attach two files, trash16.ODS and trash16.XLS.
 - Both have been encrypted with the same 16-character password:
  1234567890123456

+ The ODS file opens correctly with this password

+ the XLS file FAILS to open, with the message:
  The password is invalid. Cannot open the file.

+ However, if you use only the first fifteen characters
 123456789012345

then the file opens correctly.

So this bug report is VALID:

LONG PASSWORD ENCRYPTION FAILS FOR XLS FILES IN LIBREOFFICE CALC

Best regards,
Andy Lavarre
alava...@gmail.com

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43451] Long Password fails for file saving LibreOffice CALC file as MS Excel XLS file

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43451

C. Andrews Lavarre alava...@gmail.com changed:

   What|Removed |Added

Summary|Long Password fails for |Long Password fails for
   ||file saving LibreOffice
   ||CALC file as MS Excel XLS
   ||file

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43451] Long Password fails for file saving LibreOffice CALC file as MS Excel XLS file

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43451

--- Comment #5 from C. Andrews Lavarre alava...@gmail.com 2011-12-03 16:17:48 
UTC ---
+ You are correct that the bug is INVALID with respect to ODS files.

+ You are INCORRECT that the bug is invalid with respect to XLS files:

 - I attach two files, trash16.ODS and trash16.XLS.
 - Both have been encrypted with the same 16-character password:
  1234567890123456

+ The ODS file opens correctly with this password

+ the XLS file FAILS to open, with the message:
  The password is invalid. Cannot open the file.

+ However, if you use only the first fifteen characters
 123456789012345

then the file opens correctly.

So this bug report is VALID:

LONG PASSWORD ENCRYPTION FAILS FOR XLS FILES IN LIBREOFFICE CALC

Best regards,
Andy Lavarre
alava...@gmail.com

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43498] New: gtk3 VCL plugin is badly broken (copy/paste fails, graphical corruption on scrolling)

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43498

 Bug #: 43498
   Summary: gtk3 VCL plugin is badly broken (copy/paste fails,
graphical corruption on scrolling)
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.5.0 Beta0
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: tetrom...@gentoo.org


Created attachment 54096
  -- https://bugs.freedesktop.org/attachment.cgi?id=54096
screenshot of graphical corruption with gtk3 VCL plugin

The gtk3 VCL plugin in libreoffice-3.5.0.0 has severe problems making it
basically unusable. If libreoffice is built with --enable-gtk3 and launched
with SAL_USE_VCLPLUGIN=gtk3, then:

1. (as reported in https://bugs.gentoo.org/show_bug.cgi?id=392939) copy/paste
to all non-libreoffice applications fails. In other words: text selected in
libreoffice-3.5.0.0 writer will not middle-click-paste in any other application
(but will middle-click-paste in libreoffice itself). Text selected in any other
application will middle-click-paste in any application except for libreoffice.
Text copied using Ctrl-C or Edit→Copy in libreoffice-3.5.0.0 writer will not
paste using Ctrl-V or Edit→Paste in any other application (but will paste in
libreoffice itself). Text copied using Ctrl-C or Edit→Copy in any other
application will paste in any application except for libreoffice.

2. (as reported in https://bugs.gentoo.org/show_bug.cgi?id=392943) 3.5.0.0
writer suffers from severe graphical corruption when using the scroll bar to
scroll up or down. Blocks of text become garbled, random black lines
occasionally appear, and even UI elements (such as the scroll bar itself)
sometimes become corrupted. Sample screenshot is attached.

I am seeing these bugs on two different amd64 Gentoo systems running gnome-3.2
with gtk+-3.2.2; one with binary nvidia drivers, the other with open-source
intel graphics.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43498] gtk3 VCL plugin is badly broken (copy/paste fails, graphical corruption on scrolling)

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43498

--- Comment #1 from Alexandre Rostovtsev tetrom...@gentoo.org 2011-12-03 
16:22:04 PST ---
Note: these problems do not occur if libreoffice is launched with
SAL_USE_VCLPLUGIN=gtk

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42800] Calc crash when drag and drop a range of cells

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42800

--- Comment #6 from Gianfranco L'Abbate jeawithl...@tin.it 2011-12-03 
16:32:03 UTC ---
Created attachment 54097
  -- https://bugs.freedesktop.org/attachment.cgi?id=54097
4 spreadshets with variuos information for list of things to remember

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43499] New: Header page number does not save in .docx format

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43499

 Bug #: 43499
   Summary: Header page number does not save in .docx format
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: x86-64 (AMD64)
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: johnsc...@aol.com


When I insert a header and place the page number, the page number get removed
upon reopening the saved file. This does not occur when saving as .odt or .doc
I reported this on launchpad as well:
https://bugs.launchpad.net/df-libreoffice/+bug/899304

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43501] New: Superscript not working in centred cell text in table

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43501

 Bug #: 43501
   Summary: Superscript not working in centred cell text in table
Classification: Unclassified
   Product: LibreOffice
   Version: LibO 3.4.4 release
  Platform: x86 (IA32)
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: aaa23...@cogeco.ca


- in writer
- created a table
- selected all
- right-click  Cell  Centred
- entered text x103 intending to superscript 3
- selected 3  right-click on 3  Character  Superscript
- nothing
- tried it 3 or 4 times
- nothing

Hope this helps.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43502] New: Numerals display strange characters instead of numbers in all modules of Libroffice

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43502

 Bug #: 43502
   Summary: Numerals display strange characters instead of numbers
in all modules of Libroffice
Classification: Unclassified
   Product: LibreOffice
   Version: unspecified
  Platform: Other
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Linguistic component
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: davidlandof...@gmail.com


Created attachment 54099
  -- https://bugs.freedesktop.org/attachment.cgi?id=54099
Screenshot of Bug. (numbers appear as strange characters)

It started when I tried to install a Hindi font without success in Writer. When
typing in any module of LibreOffice, the numerals from 0 to 9 appear as some
unknown characters.

If I copy and paste these characters into MS Word they appear as numbers , but
if I copy numbers from Word into Writer they again appear as unknown
characters. 
I've tried reinstalling Libreoffice.  I've tried different versions as well,
but the problem persists.

The screenshot attached shows the numbers from 0 to 9 when typed in Writer.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43502] Numerals display strange characters instead of numbers in all modules of Libroffice

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43502

--- Comment #1 from David R davidlandof...@gmail.com 2011-12-03 19:24:25 PST 
---
The numbers look like arabic.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43340] EDITING: cursor position invisible after adding a new slide via icon command

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43340

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|major   |normal
 AssignedTo|libreoffice-b...@lists.free |r...@novell.com
   |desktop.org |
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1
Version|LibO 3.4.4 release  |LibO 3.3.3 release

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-12-03 23:31:02 PST ---
[Reproducible] with Server installation of  Master LibO-dev 3.5.0 – WIN7 Home
Premium (64bit) ENGLISH UI [Build ID: 130028f-b211287-090bcba-45cf606-05891e7]
Win-x86@9-Voreppe - 30)

Steps to reproduce:
1. Open new Presentation with layout Title slide
2. Click into heading text box Click to add a title
   As expected Caret is flashing
3. Rightclick into only page in Slide pane
4. Context menu 'New slide'
   New slide with layout 'Title, content' will be created 
5. Click into heading text box Click to add a title
   As expected Caret is flashing
6. Esc
7. Standard Toolbar click/expand Slide Button
   Selector appears
8. Click 'Duplicate slide' at the bottom of the selector
   New duplicated slide with layout 'Title, content' will be created 
9. Click into heading text box Click to add a title
   As expected Caret is flashing
10. Standard Toolbar click/expand Slide Button
Selector appears
11.  Select 'Title, content'
12. Click into heading text box Click to add a title
Expected: Caret is flashing
Actual: no Caret!!!

Workaround: alt+tab to switch to an other program (no problem if it's also
LibO) and again  alt+tab to switch back will make caret appear.
Reduced importance because of workaround.

I also see it with Portable 3.3.3 and OOo 3.3, so Problem is inherited from OOo

@Radek
Please feel free to reassign (or reset Assignee to default) if it’s not your
area or if provided information is not sufficient. Please set Status to
ASSIGNED if you accept this Bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 43361] BUGZILLAASSISTANT: User: should be E-mail

2011-12-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43361

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1
Version|LibO 3.3.0 Beta2|unspecified

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2011-12-03 23:37:29 PST ---
Reproducible!

- Reported with Bug Submission Assistant -

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs