Product Application Framework
Type new
Title Import/export of custom document variables from/to MS formats
Posted by [EMAIL PROTECTED]
Affected ,sfx2
Effective from SRC680/mbapp3


API/ BASIC [ ]
Configuration [ ]
File format change [ ]
Help/ Guide [x]
Performance test [ ]
Translation [ ]
UI relevant [ ]

Description
Custom document variables are now imported from and exported to 
Microsoft file formats (Word, Excel, PowerPoint).

Custom document variables can be inserted in Microsoft Office
applications via File -> Properties -> Custom.

On import these variables are stored in the DocumentInfo property
container at the document. They can be received for example in OOo
Basic with

ThisComponent.DocumentInfo.getPropertyValue( "custom-name" )

All property types available in MS Office are supported:
String
Number (signed 32-bit integer)
Boolean
DateTime

Export to MS file formats works as well.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to