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.
Special Characters Box
Re: Special Characters Box
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.
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
- Bhikkhu Pesala
- Posts: 1253
- Joined: Mon Oct 08, 2007 1:27 am
Re: Special Characters Box
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:
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 subIdiot Compassion
LibreOffice 6.0.4 on Windows 10
LibreOffice 6.0.4 on Windows 10