[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2021-08-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

Aron Budea  changed:

   What|Removed |Added

   See Also||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=79611
 CC||ba...@caesar.elte.hu
Version|unspecified |Inherited From OOo

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2021-05-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

--- Comment #17 from stragu  ---
The bookmark called "Bezugszeichen" is still not visible in:

Version: 7.2.0.0.alpha1+ / LibreOffice Community
Build ID: e2970060121824650f95421d8d2411840a40311f
CPU threads: 8; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-05-28_08:38:25
Calc: threaded

Discontinued KWord has seen its final release in 2011, but I guess we still
want to support and import legacy documents as much as possible - one of the
strong suits of LibreOffice.

Or are we simply talking about LO not respecting some aspect(s) of the ODF
specification? Maybe the this report's title needs to be updated?

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2016-08-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

Yousuf (Jay) Philips  changed:

   What|Removed |Added

 Blocks||94587


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=94587
[Bug 94587] [META] ODF specification features missing or incorrectly imported
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2016-05-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

jan iversen  changed:

   What|Removed |Added

 Whiteboard|ToBeReviewed|

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2016-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

--- Comment #16 from Dipankar Niranjan  ---
As far as I gathered after two days of looking into this, 
and looking at XMLSenderFieldImportContext::PrepareField() and other of
XMLSenderFieldImportContext's methods

and


I can say that we may need something along the lines of 
XML-UNO_TC_PROP_TEXTFIELD_TYPE-FieldImportContext with the 15 constants from

being defined along the lines of how 'sender-city', 'sender-zip', etc. are
related to XMLSenderFieldImportContext.

Please look into
libreoffice/workdir/UnoApiHeadersTarget/offapi/normal/com/sun/star/text/textfield
directory too.

Any pointers will be of great help.
I've been on this for 2-3 days now and I really want to fix this up.

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2016-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

--- Comment #15 from Dipankar Niranjan  ---
(In reply to Dipankar Niranjan from comment #14)


> So these exceptions are related to the bookmark within the frame.

these meaning the ones in comment 14 and not from comment 13
Comment 13 is related to 'sender'

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2016-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

--- Comment #14 from Dipankar Niranjan  ---
When I REMOVED


 •Steinmetzstraße
57•10783Berlin

   

from content.xml from the given test odt file, these were exceptions thrown:

- throw lang::IllegalArgumentException(); line 1942 from unotext.cxx (module
editeng)
- throw beans::UnknownPropertyException( "Unknown property: " + rPropertyName,
static_cast < cppu::OWeakObject * > ( this ) );
line 2322 from unofield.cxx (This unofield.cxx is from module sw)
- throw lang::IllegalArgumentException(); line 1942 from unotext.cxx (module
editeng)

in the given order. This and the exceptions from the above comment are thrown
when there is a breakpoint at SvxFieldData::Create() from
editeng/source/items/flditem.cxx

So these exceptions are related to the bookmark within the frame.

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2016-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

--- Comment #13 from Dipankar Niranjan  ---
>From the debugger I could get the following locations about the exceptions
being thrown:

When I REMOVED



 7. Oktober 2005

   

from content.xml from the given test odt file, there were 6 exceptions thrown:

- throw beans::UnknownPropertyException( "Unknown property: " + rPropertyName,
static_cast < cppu::OWeakObject * > ( this ) );
line 2322 from unofield.cxx (This unofield.cxx is from module sw)
- throw lang::IllegalArgumentException(); line 1942 from unotext.cxx (module
editeng)

The second one looks to be thrown because the first is thrown. (Direct
consequence I guess). We can get this from the stack trace.

And the above two get repeated 3 times for a total of 6 exceptions thrown.

This is probably because there are three sender fields - 'sender-city',
'sender-postal-code' and 'sender-street' in the content.xml

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2016-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

--- Comment #12 from Jan Holesovsky  ---
Dipankar: To get a better idea where to code, you need to open LibreOffice in a
debugger, set breakpoint in editeng/source/items/flditem.cxx 's
SvxFieldData::Create().  Then run the import of the document, and when the
breakpoint is reached, set your debugger to stop on a throw (in gdb, it would
be the 'catch throw' command), and continue the execution.

Then you'll see what exactly throws and where, and from that point, you'll
hopefully have a better idea what to add.

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2016-03-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

--- Comment #11 from Dipankar Niranjan  ---
Hi kendy,

Do I have to do something along the lines of making something like
XMLExtendedTimeFieldImportContext (like XMLSenderFieldImportContext) for each
of the 15 constants in type.idl (EXTENDED_TIME is one amongst the 15), make it
inherit from XMLTextFieldImport context and  have a PrepareField() with the
lines 

aAny <<= text::textfield::Type::EXTENDED_TIME;
rPropSet->setPropertyValue(UNO_TC_PROP_TEXTFIELD_TYPE, aAny);

that you've mentioned in comment 1?


I spoke to Dennis regarding this and he thinks likewise too..
Thanks.

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2016-03-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

--- Comment #10 from Dipankar Niranjan  ---
I can see two things from the document,
1) 
 •Steinmetzstraße
57•10783Berlin

part doesn't load which might be what Jan is referring too.

2) The bookmark doesn't show up in the Navigator as Dennis mentions.

Also,
 and  seem to be throwing too as I counted 5 in
SvxFieldData* SvxFieldData::Create() with three being the 'sender' ones from
above.

Firstly, I need to figure out how to make part (1) from the above work.
I think its from XMLSenderFieldImportContext::PrepareField() as Jan says, but I
still don't get exactly what to change even after I've been working on this for
a day.

Adding the lines
aAny <<= text::textfield::Type::EXTENDED_TIME;
rPropSet->setPropertyValue(UNO_TC_PROP_TEXTFIELD_TYPE, aAny);
anywhere inside XMLSenderFieldImportContext::PrepareField() leads to an error.

By 'appropriate properties during load' am I right to assume it means
everything from 

 ?

Please give some pointers on how to proceed.

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

jan iversen  changed:

   What|Removed |Added

 Whiteboard||ToBeReviewed

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


[Bug 63436] Support for ODF fields as written by KWord

2016-02-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

jan iversen  changed:

   What|Removed |Added

 Whiteboard||ToBeReviewed

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


[Bug 63436] Support for ODF fields as written by KWord

2015-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

Dennis Roczek  changed:

   What|Removed |Added

   Hardware|Other   |All

--- Comment #6 from Dennis Roczek  ---
any update?

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


[Bug 63436] Support for ODF fields as written by KWord

2015-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

George Bateman  changed:

   What|Removed |Added

   Assignee|george.batema...@gmail.com  |libreoffice-b...@lists.free
   ||desktop.org

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


[Bug 63436] Support for ODF fields as written by KWord

2015-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

--- Comment #7 from George Bateman  ---
Sorry, I realised that my C++ was rustier than I'd imagined and then forgot all
about this bug. I've unassigned myself.

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2015-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

--- Comment #7 from George Bateman  ---
Sorry, I realised that my C++ was rustier than I'd imagined and then forgot all
about this bug. I've unassigned myself.

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2015-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=63436

George Bateman  changed:

   What|Removed |Added

   Assignee|george.batema...@gmail.com  |libreoffice-b...@lists.free
   ||desktop.org

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


[Bug 63436] Support for ODF fields as written by KWord

2014-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63436

George Bateman george.batema...@gmail.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |george.batema...@gmail.com
   |desktop.org |

--- Comment #5 from George Bateman george.batema...@gmail.com ---
OK, I see. Can I take this bug?

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2014-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63436

George Bateman george.batema...@gmail.com changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |george.batema...@gmail.com
   |desktop.org |

--- Comment #5 from George Bateman george.batema...@gmail.com ---
OK, I see. Can I take this bug?

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


[Bug 63436] Support for ODF fields as written by KWord

2014-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63436

--- Comment #4 from Dennis Roczek dennisroc...@gmail.com ---
Well, not really. The import works (not crash), but there are two bookmarks
in the aoo bug document. 

1) called Bezugszeichen
and
2) called Anrede

Anrede is shown in the navigator, but the Bezugszeichen-Bookmark which is
located before the date 7. Oktober 2005 is not visible in the navigator.

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2014-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63436

--- Comment #4 from Dennis Roczek dennisroc...@gmail.com ---
Well, not really. The import works (not crash), but there are two bookmarks
in the aoo bug document. 

1) called Bezugszeichen
and
2) called Anrede

Anrede is shown in the navigator, but the Bezugszeichen-Bookmark which is
located before the date 7. Oktober 2005 is not visible in the navigator.

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


[Bug 63436] Support for ODF fields as written by KWord

2014-12-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63436

George Bateman george.batema...@gmail.com changed:

   What|Removed |Added

 CC||george.batema...@gmail.com

--- Comment #3 from George Bateman george.batema...@gmail.com ---
I cannot reproduce the bug on Ubuntu 14.04, 64-bit. Both files attached in the
AOO report open fine on a freshly built copy of LO, and on my OS-supplied copy,
Version 4.2.7.2, Build ID 420m0(Build:2).
Should this be closed?

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2014-12-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63436

George Bateman george.batema...@gmail.com changed:

   What|Removed |Added

 CC||george.batema...@gmail.com

--- Comment #3 from George Bateman george.batema...@gmail.com ---
I cannot reproduce the bug on Ubuntu 14.04, 64-bit. Both files attached in the
AOO report open fine on a freshly built copy of LO, and on my OS-supplied copy,
Version 4.2.7.2, Build ID 420m0(Build:2).
Should this be closed?

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


[Bug 63436] Support for ODF fields as written by KWord

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63436

--- Comment #2 from Björn Michaelsen bjoern.michael...@canonical.com ---
adding LibreOffice developer list as CC to unresolved Writer EasyHacks for
better visibility.

see e.g.
http://nabble.documentfoundation.org/minutes-of-ESC-call-td4076214.html for
details

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63436

--- Comment #2 from Björn Michaelsen bjoern.michael...@canonical.com ---
adding LibreOffice developer list as CC to unresolved Writer EasyHacks for
better visibility.

see e.g.
http://nabble.documentfoundation.org/minutes-of-ESC-call-td4076214.html for
details

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


[Bug 63436] Support for ODF fields as written by KWord

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

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 CC||libreoffice@lists.freedeskt
   ||op.org

--- Comment #1 from Björn Michaelsen bjoern.michael...@canonical.com ---
adding LibreOffice developer list as CC to unresolved EasyHacks for better
visibility.

see e.g.
http://nabble.documentfoundation.org/minutes-of-ESC-call-td4076214.html for
details

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

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

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 CC||libreoffice@lists.freedeskt
   ||op.org

--- Comment #1 from Björn Michaelsen bjoern.michael...@canonical.com ---
adding LibreOffice developer list as CC to unresolved EasyHacks for better
visibility.

see e.g.
http://nabble.documentfoundation.org/minutes-of-ESC-call-td4076214.html for
details

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


[Libreoffice-bugs] [Bug 63436] Support for ODF fields as written by KWord

2013-04-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63436

Jan Holesovsky ke...@suse.cz changed:

   What|Removed |Added

 Whiteboard||EasyHack
   ||DifficultyInteresting
   ||SkillCpp

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