LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
PropertyBag Service Referencepublished

Implementation of this service can keep any properties and is useful when an XPropertySet is to be used, for example, as parameters for a method call. More...

import "PropertyBag.idl";

Inheritance diagram for PropertyBag:
XPropertyBag XPropertySet XPropertyContainer XPropertyAccess XInterface XInterface XInterface

Public Member Functions

 createDefault ()
 
 createWithTypes ([in] sequence< type > AllowedTypes,[in] boolean AllowEmptyPropertyName,[in] boolean AutomaticAddition)
 

Additional Inherited Members

- Exported Interfaces inherited from XPropertyBag
interface com::sun::star::beans::XPropertySet
 
interface com::sun::star::beans::XPropertyContainer
 
interface com::sun::star::beans::XPropertyAccess
 

Detailed Description

Implementation of this service can keep any properties and is useful when an XPropertySet is to be used, for example, as parameters for a method call.

Scripting engines might not be able to use such objects as normal property sets, giving direct access to the properties. In this case, use the methods like XPropertySet::getPropertyValue().

Member Function Documentation

createDefault ( )
createWithTypes ( [in] sequence< type >  AllowedTypes,
[in] boolean  AllowEmptyPropertyName,
[in] boolean  AutomaticAddition 
)

The documentation for this service was generated from the following file: