Special Characters Box

Discuss the word processor
Post Reply
pcdzialo
Posts: 7
Joined: Tue Jan 08, 2008 11:53 pm

Special Characters Box

Post by pcdzialo »

Is there any way to change the size of a) the Insert Special Characters dialog and b) the size of each character in that view?
They are awfully small.
User avatar
acknak
Moderator
Posts: 22756
Joined: Mon Oct 08, 2007 1:25 am
Location: USA:NJ:E3

Re: Special Characters Box

Post by acknak »

Unfortunately, no.

Both Linux and Windows (and Mac too, I'm sure) have more full-featured character map utilities. I find I need to use the system utility about 50% of the time.
AOO4/LO5 • Linux • Fedora 23
User avatar
Bhikkhu Pesala
Posts: 1253
Joined: Mon Oct 08, 2007 1:27 am

Re: Special Characters Box

Post by Bhikkhu Pesala »

If you're using Windows, Babel Map is a free and very powerful alternative.

A macro like this can be used to launch it from a toolbar icon or shortcut:

Code: Select all

sub Babelmap
rem ----------------------------------------------------------------------
rem define variables
dim document   as object
dim dispatcher as object
rem ----------------------------------------------------------------------
rem get access to the document
document   = ThisComponent.CurrentController.Frame
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper")

rem ----------------------------------------------------------------------
Shell("C:\Program Files\BabelMap\BabelMap.exe",1)

end sub
Idiot Compassion
LibreOffice 6.0.4 on Windows 10
Post Reply