[Desktop-packages] [Bug 785518]

2012-10-11 Thread Karlsen-masur
(In reply to comment #33)

> It'd be great to have a translation of GetOrdNum vs. GetOrdNumDirect in
> svx/inc/svx/svdobj.hxx - to try to grok what's going on there - if there is a
> German speaker around.

// Ueber die Objekt-Ordnungsnummer kann man feststellen, ob ein Objekt vor
// oder hinter einem anderen liegt. Objekte mit kleinen Ordnungsnummern werden
// zuerst gezeichnet, Objekte mit grossen Ordnungsnummern zuletzt.
// Wird die Reihenfolge der Objekte in der Liste veraendert, so wird ein
// Dirty-Flag gesetzt (an der Page). Beim naechsten SdrObject::GetOrdNum()
// werden die Ordnungsnummer aller Objekte der Liste neu bestimmt.

Via the object ordinal number it is possible to find out if an object is
in front or behind another object. Objects with lower ordinal numbers
will be drawn first, objects with higher ordinal numbers last. If the
order of the objects in the list is changed, a dirty-flag is set (on the
Page). During the next call of SdrObject::GetOrdNum() the ordinal
numbers of all objects of the list will be re-calculated/set.

sal_uInt32 GetOrdNum() const;

// Diese Methode sollte nur verwendet werden, wenn man ganz  genau weiss,
// was man macht:

This method SHOULD only be used if you know very well, what you do:

sal_uInt32 GetOrdNumDirect() const { return nOrdNum; }

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/785518

Title:
  [Upstream] soffice.bin crashed with SIGSEGV in SdrEndTextEdit()

Status in LibreOffice Productivity Suite:
  In Progress
Status in “libreoffice” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: libreoffice

  1) lsb_release -rd
  Description:  Ubuntu 11.04
  Release:  11.04

  2) apt-cache policy libreoffice-impress
  libreoffice-impress:
Installed: 1:3.3.2-1ubuntu5
Candidate: 1:3.3.2-1ubuntu5
Version table:
   *** 1:3.3.2-1ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
  500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.3.2-1ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

  3) What is expected to happen is LibreOffice Impress does not crash
  while adding text into a new, blank Impress file.

  4) What happened instead is the new Impress file crashed.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-core 1:3.3.2-1ubuntu5
  ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
  Uname: Linux 2.6.38-9-generic i686
  NonfreeKernelModules: fglrx
  Architecture: i386
  CrashCounter: 1
  Date: Thu May 19 23:01:05 2011
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin -calc 
/home/username/Desktop/Khlood1.ods -splash-pipe=5
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   SdrEndTextEdit () from 
/usr/lib/libreoffice/program/../basis-link/program/libsvxcoreli.so
   SdrEndTextEdit () from 
/usr/lib/libreoffice/program/../basis-link/program/libsdli.so
   cancel () from /usr/lib/libreoffice/program/../basis-link/program/libsdli.so
   KeyInput () from 
/usr/lib/libreoffice/program/../basis-link/program/libsdli.so
   KeyInput () from 
/usr/lib/libreoffice/program/../basis-link/program/libsdli.so
  Title: soffice.bin crashed with SIGSEGV in SdrEndTextEdit()
  UpgradeStatus: Upgraded to natty on 2011-05-14 (5 days ago)
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/785518/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 949997]

2012-10-11 Thread Karlsen-masur
(In reply to comment #33)

> It'd be great to have a translation of GetOrdNum vs. GetOrdNumDirect in
> svx/inc/svx/svdobj.hxx - to try to grok what's going on there - if there is a
> German speaker around.

// Ueber die Objekt-Ordnungsnummer kann man feststellen, ob ein Objekt vor
// oder hinter einem anderen liegt. Objekte mit kleinen Ordnungsnummern werden
// zuerst gezeichnet, Objekte mit grossen Ordnungsnummern zuletzt.
// Wird die Reihenfolge der Objekte in der Liste veraendert, so wird ein
// Dirty-Flag gesetzt (an der Page). Beim naechsten SdrObject::GetOrdNum()
// werden die Ordnungsnummer aller Objekte der Liste neu bestimmt.

Via the object ordinal number it is possible to find out if an object is
in front or behind another object. Objects with lower ordinal numbers
will be drawn first, objects with higher ordinal numbers last. If the
order of the objects in the list is changed, a dirty-flag is set (on the
Page). During the next call of SdrObject::GetOrdNum() the ordinal
numbers of all objects of the list will be re-calculated/set.

sal_uInt32 GetOrdNum() const;

// Diese Methode sollte nur verwendet werden, wenn man ganz  genau weiss,
// was man macht:

This method SHOULD only be used if you know very well, what you do:

sal_uInt32 GetOrdNumDirect() const { return nOrdNum; }

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/949997

Title:
  [Upstream] Ctrl + z and Enter soffice.bin crashed with SIGSEGV in
  SfxLinkUndoAction::~SfxLinkUndoAction()

Status in LibreOffice Productivity Suite:
  In Progress
Status in “libreoffice” package in Ubuntu:
  Confirmed

Bug description:
  Freeze of LibreOffice when i work outline mode (Plan in French).

  Step:
  1) Work on impress with outline mode
  2) Ctrl + Z
  3) Enter
  4) Freeze of LibreOffice and Crash

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: libreoffice-core 1:3.5.0-2ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
  Uname: Linux 3.2.0-18-generic x86_64
  ApportVersion: 1.94.1-0ubuntu1
  Architecture: amd64
  Date: Thu Mar  8 15:50:06 2012
  ExecutablePath: /usr/lib/libreoffice/program/soffice.bin
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120301)
  ProcCmdline: /usr/lib/libreoffice/program/soffice.bin --impress 
--splash-pipe=6
  SegvAnalysis:
   Segfault happened at: 0x3c33cc0: nop
   PC (0x03c33cc0) in non-executable VMA region: 0x0065c000-0x03fa5000 rw-p 
[heap]
  SegvReason: executing writable VMA [heap]
  Signal: 11
  SourcePackage: libreoffice
  StacktraceTop:
   ?? ()
   SfxLinkUndoAction::~SfxLinkUndoAction() () from 
/usr/lib/libreoffice/program/libsvllo.so
   SfxLinkUndoAction::~SfxLinkUndoAction() () from 
/usr/lib/libreoffice/program/libsvllo.so
   SfxUndoArray::~SfxUndoArray() () from 
/usr/lib/libreoffice/program/libsvllo.so
   SfxListUndoAction::~SfxListUndoAction() () from 
/usr/lib/libreoffice/program/libsvllo.so
  Title: soffice.bin crashed with SIGSEGV in 
SfxLinkUndoAction::~SfxLinkUndoAction()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/949997/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 786044]

2011-12-12 Thread Karlsen-masur
(In reply to comment #23)
> Created attachment 54358 [details] [review]
> comment export patch
> 
> I extracted a patch (there was no single commit that added this) for a
> potential 3.4.x merge - testing much appreciated, will try to get it into 
> 3.4.5
> RC1.

Do you mean we can test it in 4.4.5 rc1 once that is out or is there a
chance for "normal" users to test it in some other snapshot build?

If the latter and someone can provide a link/hint for downloading a
snapshot build containing your patch, I will try it out.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://bugs.launchpad.net/bugs/786044

Title:
  [Upstream] Comments are not saved in .docx format

Status in LibreOffice Productivity Suite:
  Confirmed
Status in “libreoffice” package in Ubuntu:
  Fix Committed

Bug description:
  Binary package hint: libreoffice

  1) lsb_release -rd
  Description:  Ubuntu 11.04
  Release:  11.04

  2) apt-cache policy libreoffice-writer
  libreoffice-writer:
Installed: 1:3.3.2-1ubuntu5
Candidate: 1:3.3.2-1ubuntu5
Version table:
   *** 1:3.3.2-1ubuntu5 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty-updates/main i386 
Packages
  500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.3.2-1ubuntu4 0
  500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages

  3) What is expected to happen in LibreOffice Writer via the Terminal:

  cd ~/Desktop && wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/786044/+attachment/2137435/+files/Comment%20Test.odt
  && lowriter -nologo Comment\ Test.odt

  File -> Save As -> File Type: Microsoft Word 2007 XML docx -> Save ->
  Close -> open via the Terminal:

  Comment\ Test.docx

   and the comment box remains.

  4) What happens instead is the comment is gone.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: libreoffice-core 1:3.3.2-1ubuntu4
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  Date: Fri May 20 20:06:50 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110426)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: libreoffice
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/786044/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp