Carsten Driesner ??:
Hi Shizhoubo,
I have new issue for you and it's related to a performance problem we
have with the font name popup menu controller. You can find the source
code here:
framework\source\uielement\fontmenucontroller.cxx.
The problem is the method fillPopupMenu which uses a very slow
algorithm to sort via insertion. Please change it and try to use
something as fast as quicksort. May be use a stl vector and you get
quicksort free. It's up to you.
Regards,
Carsten
Hi Carsten,
I have received your mail regarding new issue. I am trying to do
it best.
if I have any question about the issue, i will contact you via
mail as soon as possible.
Kind Regards
SHi zhoubo