Difference between revisions of "Talk:Documentation/DevGuide/OfficeDev/Properties of a Filter"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Explaining my changes)
 
Line 8: Line 8:
 
In rev 2008-10-01T10:49:29, [[User:Mba|Mba]] replaced the Flags content type: <code>Int</code> by: <code>string list</code>
 
In rev 2008-10-01T10:49:29, [[User:Mba|Mba]] replaced the Flags content type: <code>Int</code> by: <code>string list</code>
  
Perhaps Mba wanted to change the API, but this was not done : in year 2016, the type of Flags is still <code>Int</code> and the value is a set of boolean flags.  
+
[[User:Mba|Mba]] was describing the XML syntax for Flags. But when you access the filters data from the API, property Flags contains a set of boolean flags. This must also be documented here.
  
 
In rev 2008-10-01T11:05:57, [[User:Mba|Mba]] replaced the description of flag values by a string, and changed the order of description.
 
In rev 2008-10-01T11:05:57, [[User:Mba|Mba]] replaced the description of flag values by a string, and changed the order of description.
  
Since the API does not offer constants for these values, the real values are still needed.
+
Since the API does not offer constants for these values, the real values are still needed when accessing by API.
  
I have put again the type <code>Int</code> for Flags, and added the values of the flags, found in /aoo-trunk/main/filter/source/config/cache/constant.hxx.
+
I have kept the existing description for XML and added for the API the type <code>Int</code> for Flags, and added the values of these flags, found in /aoo-trunk/main/filter/source/config/cache/constant.hxx.

Latest revision as of 16:42, 10 February 2016

It should read (6) relative or absolute path name to an exporting style sheet?

The link to [1]com.sun.star.documentconversion.XSLTFilter is dead.


Comment from BMarcelly

In rev 2008-10-01T10:49:29, Mba replaced the Flags content type: Int by: string list

Mba was describing the XML syntax for Flags. But when you access the filters data from the API, property Flags contains a set of boolean flags. This must also be documented here.

In rev 2008-10-01T11:05:57, Mba replaced the description of flag values by a string, and changed the order of description.

Since the API does not offer constants for these values, the real values are still needed when accessing by API.

I have kept the existing description for XML and added for the API the type Int for Flags, and added the values of these flags, found in /aoo-trunk/main/filter/source/config/cache/constant.hxx.

Personal tools