[gsl-issues] [Issue 100521] prefer osl_getAsciiFuncti onSymbol() in VCL

2009-06-15 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100521


User hdu changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from h...@openoffice.org Mon Jun 15 13:19:46 + 
2009 ---
Got into DEV300_m50.

-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 100521] prefer osl_getAsciiFuncti onSymbol() in VCL

2009-05-25 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100521


User hdu changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from h...@openoffice.org Mon May 25 11:13:55 + 
2009 ---
reset status back to VERIFIED

-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 100521] prefer osl_getAsciiFuncti onSymbol() in VCL

2009-05-25 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100521


User hdu changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from h...@openoffice.org Mon May 25 11:12:26 + 
2009 ---
The new issue mentioned above is already four years old and not directly 
related to the original issue here 
or its code changes in the CWS vcl101. That CWS is also already closed for 
development, so I set this issue 
back to verified and submitted issue 102219 for the other problem.


-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 100521] prefer osl_getAsciiFuncti onSymbol() in VCL

2009-05-25 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100521


User pl changed the following:

What|Old value |New value

  Status|VERIFIED  |REOPENED

  Resolution|FIXED |





--- Additional comments from p...@openoffice.org Mon May 25 10:23:44 + 
2009 ---
reopen

-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 100521] prefer osl_getAsciiFuncti onSymbol() in VCL

2009-05-25 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100521


User pl changed the following:

What|Old value |New value

 Assigned to|pl|hdu





--- Additional comments from p...@openoffice.org Mon May 25 09:59:58 + 
2009 ---
please make it so

-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 100521] prefer osl_getAsciiFuncti onSymbol() in VCL

2009-05-22 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100521


User tono changed the following:

What|Old value |New value

  CC|''|'tono'





-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 100521] prefer osl_getAsciiFuncti onSymbol() in VCL

2009-05-22 Thread tono
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100521





--- Additional comments from t...@openoffice.org Fri May 22 22:56:51 + 
2009 ---
In vc;/win/source/window/salframe.cxx, the type of the variable pFinc should be 
changed to oslGenericFunction instead of void *. The return value of 
osl_getFunctionSymbol is oslGenericFunction and it actually is void (*)().

In C++, pointer cannot be assigned to void * without cast. So it breaks the 
build with mingw gcc, and may cause warning in MSVC.

Changing the type of pFunc to osl_getFunctionSymbol, the code can be fine.

-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 100521] prefer osl_getAsciiFuncti onSymbol() in VCL

2009-04-28 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100521


User pl changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from p...@openoffice.org Tue Apr 28 12:59:35 + 
2009 ---
.

-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 100521] prefer osl_getAsciiFuncti onSymbol() in VCL

2009-04-28 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100521


User hdu changed the following:

What|Old value |New value

 Assigned to|hdu   |pl





--- Additional comments from h...@openoffice.org Tue Apr 28 12:50:48 + 
2009 ---
@pl: please review in CWS cws vcl101

-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 100521] prefer osl_getAsciiFuncti onSymbol() in VCL

2009-03-24 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100521


User hdu changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 3.2





--- Additional comments from h...@openoffice.org Tue Mar 24 15:18:55 + 
2009 ---
Done in CWS vcl101.

-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 100521] prefer osl_getAsciiFuncti onSymbol() in VCL

2009-03-24 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100521
 Issue #|100521
 Summary|prefer osl_getAsciiFunctionSymbol() in VCL
   Component|gsl
 Version|DEV300m44
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P4
Subcomponent|code
 Assigned to|hdu
 Reported by|hdu





--- Additional comments from h...@openoffice.org Tue Mar 24 14:52:24 + 
2009 ---
VCL uses dynamic loading of libraries in several places. It had to jump through 
hoops to get the symbols 
it needs when using the old OUString based osl_getFunctionSymbol() functrion. 
The new osl_getAsciiFunctionSymbol() is more straight forward and makes the 
code more maintainable.

-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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