Kaydet (Commit) 90a51536 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS cfg04 (1.1.2); FILE ADDED

2004/03/16 12:52:25 ssmith 1.1.2.2: #i26528# correcting syntax, files must end with newline
2004/02/24 11:11:35 ssmith 1.1.2.1: #114070# add ProperytInfo struct
üst 61976966
/*************************************************************************
*
* $RCSfile: PropertyInfo.idl,v $
*
************************************************************************/
#ifndef __com_sun_star_configuration_backend_PropertyInfo_idl__
#define __com_sun_star_configuration_backend_PropertyInfo_idl__
//=============================================================================
module com { module sun { module star { module configuration { module backend {
//=============================================================================
/** This structure contains all the information related to a property
@see XLayerContentDescriber
*/
struct PropertyInfo
{
//-------------------------------------------------------------------------
/** The full name of the Property
* for eg. org.openoffice.Inet/Settings/ooInetHTTPProxyName
*/
string Name;
/** The type of the Property
*/
string Type;
/** The value of the property
*/
any Value;
/** Is the property protected, if true the property can not
* be over written in later layer.
*/
boolean Protected;
};
//=============================================================================
}; }; }; }; };
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment