| View previous topic :: View next topic |
| Author |
Message |
zifox General User

Joined: 30 Nov 2006 Posts: 7
|
Posted: Thu Nov 30, 2006 10:24 am Post subject: Writer user fields / API / VB |
|
|
Hi,
i have to make an interface in vb to take control of OpenOffice from another application, and my current issue is being able to set user fields into Writer, to use them with 'insert -> Field -> Other -> Variables'
I've looked into the documentation, and can't figure which interface i have to use. I figure i need ::com::sun::star::text::TextField , but i'm puzzled by ::DependantTextFields, ::TextFieldMaster :
do i have to create a TextFieldMaster and attach a TextField to it ? How do i tell the document i want to add properties ?
(I'm new to the OOo api btw) |
|
| Back to top |
|
 |
ms777 Super User


Joined: 07 Feb 2004 Posts: 1355
|
|
| Back to top |
|
 |
zifox General User

Joined: 30 Nov 2006 Posts: 7
|
Posted: Fri Dec 01, 2006 12:58 am Post subject: |
|
|
| Thanks a lot ! Much more easier than i thought ! |
|
| Back to top |
|
 |
|