You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/02/09 13:08:33 UTC

DO NOT REPLY [Bug 118893] New: Macro assigned to print event doesn't execute.

https://issues.apache.org/ooo/show_bug.cgi?id=118893

             Bug #: 118893
        Issue Type: DEFECT
           Summary: Macro assigned to print event doesn't execute.
    Classification: Application
           Product: Word processor
           Version: OOo 3.3
          Platform: PC
        OS/Version: Linux
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: editing
        AssignedTo: ooo-issues@incubator.apache.org
        ReportedBy: ddozza@openoffice.org


Created attachment 77199
  --> https://issues.apache.org/ooo/attachment.cgi?id=77199
Macro example

I'd like to run a macro when I start a printing job. Therefore I've assigned
such macro to print document event.
Unfortunately when I print the document the macro doesn't start.

Attached there is an example of a macro opening a msgbox when I open the
document and when I print it. The first runs but not the second.

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

[Issue 118893] Macro assigned to print event doesn't execute.

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118893

--- Comment #4 from Ariel Constenla-Haile <ar...@apache.org> ---
Created attachment 83650
  --> https://issues.apache.org/ooo/attachment.cgi?id=83650&action=edit
Modified version

Added two macros:

Sub OnPrint
msgbox "On Print!!"
End Sub

Sub OnPrintFormLetter
msgbox "On Print Form Letter!!"
End Sub

Both work with the respective event

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 118893] Macro assigned to print event doesn't execute.

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118893

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #5 from Ariel Constenla-Haile <ar...@apache.org> ---
Dup of bug 121810
Fixed with Revision 1449533

*** This issue has been marked as a duplicate of issue 121810 ***

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 118893] Macro assigned to print event doesn't execute.

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118893

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 118893] Macro assigned to print event doesn't execute.

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118893

--- Comment #3 from Ariel Constenla-Haile <ar...@apache.org> ---
Isn't this bug 121810? I cannot reproduce.

 (In reply to oooforum from comment #2)
> FYI, LibO has this issue fixed since 3.6

FYI that's because they took my fix in Revision 1449533 ;)

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Issue 118893] Macro assigned to print event doesn't execute.

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118893

oooforum <oo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oooforum@free.fr

--- Comment #2 from oooforum <oo...@free.fr> ---
FYI, LibO has this issue fixed since 3.6

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.

[Bug 118893] Macro assigned to print event doesn't execute.

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118893

Ariel Constenla-Haile <ar...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arielch@apache.org

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

[Bug 118893] Macro assigned to print event doesn't execute.

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118893

stfhell <st...@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stfhell@googlemail.com

--- Comment #1 from stfhell <st...@googlemail.com> ---
I can confirm this bug with AOO 3.4.1. Also present in LibreOffice 3.5-3.7,
see:
https://bugs.freedesktop.org/show_bug.cgi?id=57626

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