[sc-issues] [Issue 106425] sc: vba: turn global aggr egate with ctor into local static

2009-12-09 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106425


User cmc changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from c...@openoffice.org Wed Dec  9 20:36:57 + 
2009 ---
indeed, unnecessary since DEV300_m57 with npower12 integration

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 106425] sc: vba: turn global aggr egate with ctor into local static

2009-12-09 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106425


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED

Target milestone|---   |OOo 3.3





--- Additional comments from c...@openoffice.org Wed Dec  9 20:38:15 + 
2009 ---
closing

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 106425] sc: vba: turn global aggr egate with ctor into local static

2009-11-02 Thread pflin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106425





--- Additional comments from pf...@openoffice.org Mon Nov  2 09:44:47 + 
2009 ---
Sounds good. 

But I rework the commandbar stuff, and these global objects don't exist. 

Noel, is the new commandbar stuff in cws npower12?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 106425] sc: vba: turn global aggr egate with ctor into local static

2009-10-29 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106425
 Issue #|106425
 Summary|sc: vba: turn global aggregate with ctor into local st
|atic
   Component|Spreadsheet
 Version|DEV300m63
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|npower
 Reported by|cmc





--- Additional comments from c...@openoffice.org Thu Oct 29 10:30:18 + 
2009 ---
Global objects with non-trivial constructors have to have their constructors run
before main (before dlopen), so we can get a micro load-time improvement by
deferring their construction to first-use. We have a (rather overengineered)
pattern for this.

Patch attached to implement this

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 106425] sc: vba: turn global aggr egate with ctor into local static

2009-10-29 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106425


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |65750)
patch to do this






--- Additional comments from c...@openoffice.org Thu Oct 29 10:31:30 + 
2009 ---
Created an attachment (id=65750)
patch to do this


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 106425] sc: vba: turn global aggr egate with ctor into local static

2009-10-29 Thread npower
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106425


User npower changed the following:

What|Old value |New value

 Assigned to|npower|pflin





--- Additional comments from npo...@openoffice.org Thu Oct 29 10:59:28 
+ 2009 ---
caolan, interesting I didn't know there was some rtl thingy for that, must look
at the implementation 
pflin, think this is your baby :-)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org