[Libreoffice-bugs] [Bug 67421] API: some of embedded objects' models in a document are not accessible

2015-05-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67421

Mike Kaganski mikekagan...@hotmail.com changed:

   What|Removed |Added

Version|3.3.0 release   |Inherited From OOo
   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |

--- Comment #8 from Mike Kaganski mikekagan...@hotmail.com ---
Submitted patch to gerrit: https://gerrit.libreoffice.org/15772

-- 
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 67421] API: some of embedded objects' models in a document are not accessible

2015-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67421

--- Comment #6 from Joel Madero jmadero@gmail.com ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

   Test to see if the bug is still present on a currently supported version of
LibreOffice (4.4.2 or later)
   https://www.libreoffice.org/download/

   If the bug is present, please leave a comment that includes the version of
LibreOffice and your operating system, and any changes you see in the bug
behavior

 If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a short comment that includes your version of
LibreOffice and Operating System

Please DO NOT

   Update the version field
   Reply via email (please reply directly on the bug tracker)
   Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so: 1. Download and install oldest version of LibreOffice
(usually 3.3 unless your bug pertains to a feature added after 3.3)

http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug 3. Leave a comment with your results. 4a. If the bug was
present with 3.3 - set version to inherited from OOo; 4b. If the bug was not
present in 3.3 - add regression to keyword


Feel free to come ask questions or to say hello in our QA chat:
http://webchat.freenode.net/?channels=libreoffice-qa

Thank you for your help!

-- The LibreOffice QA Team This NEW Message was generated on: 2015-05-02

-- 
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 67421] API: some of embedded objects' models in a document are not accessible

2015-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67421

--- Comment #7 from Mike Kaganski mikekagan...@hotmail.com ---
Still reproducible with Version: 4.4.3.2
Build ID: 88805f81e9fe61362df02b9941de8e38a9b5fd16
Locale: ru_RU
under Win7x64

-- 
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 67421] API: some of embedded objects' models in a document are not accessible

2014-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67421

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||pierre-yves.samyn@laposte.n
   ||et
 Ever confirmed|0   |1

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

I reproduce on windows 7/64 with Version: 4.2.0.2
Build ID: cd65d6220c5694ee7012d7863bcde3455c9e3c30

The problem is not caused by the formula. This can be checked by moving the
paragraph up (Ctrl + Alt + Up).

The problem seems related to the number of update: it always occurs after 21
occurrences of:

oMathObject.ExtendedControlOverEmbeddedObject.Update()

Another workaround:

sub tst()

  embeddedObjects = ThisComponent.getEmbeddedObjects()
  k = 0
  for each oMathObject in embeddedObjects
oModel = oMathObject.Model
if ((not isNull(oModel)) and (not isEmpty(oModel))) then
  oModel.Formula=Format(k)
'  oMathObject.ExtendedControlOverEmbeddedObject.Update()
end if
k=k+1
  next

document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService(com.sun.star.frame.DispatchHelper)
dispatcher.executeDispatch(document, .uno:UpdateAll, , 0, Array())

end sub


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 67421] API: some of embedded objects' models in a document are not accessible

2014-01-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67421

--- Comment #5 from Owen Genat owen.ge...@gmail.com ---
(In reply to comment #3)
 (In reply to comment #2)
  I can't confirm this bug. If I download the provided example and add the
  provided macro code then it works as indicated.
 Do you mean that you do reproduce the problem with my file?

Yes. Sorry Mike, I should have been clearer in stating that I could reproduce
the problem using your file, but could not create a file from scratch to
re-produce the problem. In this sense (your file) I can confirm the issue.
Thanks for producing the screencast that clearly indicates the same problem
with my file. I have no idea why my file does not work here. I am a little bit
disturbed that it doesn't.

-- 
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 67421] API: some of embedded objects' models in a document are not accessible

2013-12-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67421

--- Comment #2 from Owen Genat owen.ge...@gmail.com ---
Created attachment 91078
  -- https://bugs.freedesktop.org/attachment.cgi?id=91078action=edit
ODT with 100 formulas and provided macro.

I can't confirm this bug. If I download the provided example and add the
provided macro code then it works as indicated. The attached example however
that I created from scratch under Ubuntu 10.04 x86_64 using v4.1.3.2 does not
appear to work. No formulas are changed from running the macro.

-- 
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 67421] API: some of embedded objects' models in a document are not accessible

2013-12-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67421

--- Comment #3 from Mike Kaganski mikekagan...@hotmail.com ---
Created attachment 91115
  -- https://bugs.freedesktop.org/attachment.cgi?id=91115action=edit
Screencasts

(In reply to comment #2)
Hi Owen Genat,
thank you for looking into this!

 I can't confirm this bug. If I download the provided example and add the
 provided macro code then it works as indicated.
Do you mean that you do reproduce the problem with my file?

 The attached example however
 that I created from scratch under Ubuntu 10.04 x86_64 using v4.1.3.2 does
 not appear to work. No formulas are changed from running the macro.
Do you mean that in your file, all formulas keep the text “AFormula” after
executing the macro?

Here are the screencasts where I try your file with 4.1.3.2 under Win7x64 and
Ubuntu 13.10 x64. Both show the same: the problem is 100% reproducible.

-- 
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 67421] API: some of embedded objects' models in a document are not accessible

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

--- Comment #1 from Mike Kaganski mikekagan...@hotmail.com ---
As a workaround, the following code may be used:

...
  oModel = oMathObject.Model
  if (isNull(oModel) or isEmpty(oModel)) then ' Workaround Bug 67421
oModel = oMathObject.Model
  end if
  if ((not isNull(oModel)) and (not isEmpty(oModel))) then
...

i.e. the second time the same function on the same object returns the requested
model just fine!

-- 
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