[Libreoffice-bugs] [Bug 96717] LO saves first recorded macro as Main regardless of name specified

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

Pierre Lepage  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |pierrelepa...@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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96717] LO saves first recorded macro as Main regardless of name specified

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

Pierre Lepage  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
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 96717] LO saves first recorded macro as Main regardless of name specified

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

--- Comment #4 from Pierre Lepage  ---
By the way, to work around the problem, just create a module before starting
recording a first macro in your document.

-- 
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 96717] LO saves first recorded macro as Main regardless of name specified

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

jan iversen  changed:

   What|Removed |Added

   Keywords||difficultyBeginner,
   ||easyHack, skillCpp,
   ||topicDebug
 CC||j...@documentfoundation.org

-- 
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 96717] LO saves first recorded macro as Main regardless of name specified

2016-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96717

--- Comment #3 from Pierre Lepage  ---
Repro. If the test is conducted on a new document without module, the name
provided by the programmer is not taken into account. I observe the following
sequence: the name is provided in the Macro dialog box, the box closes to make
way for the box asking to enter a module name (Module1 is proposed). The
"ScriptDocument::Impl::create" method into the file
bastl\Sources\source\basicide\scriptdocument.cxx (line 658) is invoked (where
Where the text "sub Main..." is inserted).

If the test is conducted on a document (Writer), which already contains a
module, the macro is created with the name specified by the programmer.

-- 
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 96717] LO saves first recorded macro as Main regardless of name specified

2016-09-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96717

--- Comment #2 from Pierre Lepage  ---
The offending lines seem to be 309-311 in
basctl\Sources\source\baside\basisides1

OUString sModuleCode;
if ( aDocument.createModule( aLibName, aModName, false, sModuleCode ) )
pModule = pBasic->FindModule( aModName );


The name of the new macro is not passed as an argument to createModule method.
And in createModule, it does not seem to be any support for a "new name". (See
the line 658 in basctl In the file
basctl\Sources\source\basicide\scriptdocument.cxx)

-- 
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 96717] LO saves first recorded macro as Main regardless of name specified

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

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
Version|4.3.0.4 release |3.5.0 release

-- 
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 96717] LO saves first recorded macro as Main regardless of name specified

2015-12-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96717

Beluga  changed:

   What|Removed |Added

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

--- Comment #1 from Beluga  ---
Repro.

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: a4764cfa80270f973da5861d0ddc28298bf16f4d
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-12-24_22:45:12
Locale: fi-FI (fi_FI)

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