mrazvand Newbie

Joined: 09 Apr 2003 Posts: 1
|
Posted: Wed Apr 09, 2003 7:07 am Post subject: UNO / OO Windows OLE constants |
|
|
Hi all,
How can I get the values of UNO / OpenOffice constants using their fully qualified name in an OLE environment?
I want to do something like this (using Perl and Win32::OLE) :
| Code: |
$paragraf_break =
$some_oo_object->giveMeValueOf(
"com::sun::star::text::ControlCharacter::PARAGRAPH_BREAK"
);
|
Thanks,
mrd |
|