[Libreoffice-bugs] [Bug 78980] BASIC: Dispatcher .uno:InsertAnnotation wont accept args()

2014-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78980

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |momonas...@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 78980] BASIC: Dispatcher .uno:InsertAnnotation wont accept args()

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

--- Comment #6 from Matt Price  ---
That's interesting -- can you possibly indicate what the relevant lines in the
sourcecode are?  It's not immediately obvious to me when I look at the file. 
I'm not even sure what the method is supposed to be called, since there's no
one-to-one mapping between BASIC and the source classes/functions.

-- 
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 78980] BASIC: Dispatcher .uno:InsertAnnotation wont accept args()

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

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||momonas...@gmail.com
  Component|BASIC   |Writer
Version|4.2.4.2 release |Inherited From OOo
   See Also||https://issues.apache.org/o
   ||oo/show_bug.cgi?id=98931
 OS|Windows (All)   |All

--- Comment #5 from Maxim Monastirsky  ---
Last worked in Writer in OOo 2.4, broken in OOo 3.0 (with the introduction of
the side display for comments), but still works in Calc with current master.
The current code in sw/source/uibase/shells/textfld.cxx simply doesn't handle
any arguments at all.

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


[Libreoffice-bugs] [Bug 78980] BASIC: Dispatcher .uno:InsertAnnotation wont accept args()

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

--- Comment #4 from Matt Price  ---
I'm seeing the same problem -- none of the args2 arguments appear to get passed
on to uno:InsertAnnotation.  I get a blank comment with the default date and
author.  

RUnning libreoffice 4.3.3.2 on Arch Linux.

-- 
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 78980] BASIC: Dispatcher .uno:InsertAnnotation wont accept args()

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

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #3 from Beluga  ---
Yep, on Windows it creates an empty comment.

Win 7 64-bit Version: 4.4.0.0.alpha1+
Build ID: 1baad070d8c2a38581cf33d803c5043f1974647f
TinderBox: Win-x86@39, Branch:master, Time: 2014-11-01_00:15:06

-- 
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 78980] BASIC: Dispatcher .uno:InsertAnnotation wont accept args()

2014-05-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78980

gaste...@gmail.com changed:

   What|Removed |Added

 CC||gaste...@gmail.com

--- Comment #2 from gaste...@gmail.com ---
(In reply to comment #1)
> first, a small error occured on args2(2).Value
> needed to change to
>args2(2).Name = "Date"
>args2(2).Value = cstr(Now())
> --> strange ! btw, not the problem ?
> 
> executing the given code, the Annotation is created, with correct text. The
> not does not have the focus (hidden comment)
> (4.2.4 - linux)
> 
> wild guess, provide correct args2() dimension ?
> dim args2(2) as new com.sun.star.beans.PropertyValue
> 
> problem not reproductible at this stage for me

Hi Laurent,

Thanks for your help; however, after making the recommended changes, the
behavior of the macro remains the same. It still creates an empty comment with
focus, i.e. it still ignores the args().

Perhaps this only occurs on Windows? Can anyone with a Windows operating system
confirm?

Thanks again.

-- 
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 78980] BASIC: Dispatcher .uno:InsertAnnotation wont accept args()

2014-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=78980

--- Comment #1 from Laurent Godard  ---
first, a small error occured on args2(2).Value
needed to change to
   args2(2).Name = "Date"
   args2(2).Value = cstr(Now())
--> strange ! btw, not the problem ?

executing the given code, the Annotation is created, with correct text. The not
does not have the focus (hidden comment)
(4.2.4 - linux)

wild guess, provide correct args2() dimension ?
dim args2(2) as new com.sun.star.beans.PropertyValue

problem not reproductible at this stage for me

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