Constants |
unknown |
specifies an unknown state.
|
disabled |
specifies that the property is currently disabled.
|
read_only |
specifies that the property is currently read-only.
|
dont_care |
specifies that the property is currently in a don't care state.
|
default_value |
specifies that the property is currently in a default state.
|
set |
specifies that the property is currently in a set state.
|
Constants' Details |
unknown
const short unknown = 0;
- Description
- specifies an unknown state.
|
|
disabled
const short disabled = 1;
- Description
- specifies that the property is currently disabled.
|
|
read_only
const short read_only = 2;
- Description
- specifies that the property is currently read-only.
|
|
dont_care
const short dont_care = 16;
- Description
- specifies that the property is currently in a don't care state.
This is normally used if a selection provides more than one state
for a property at the same time.
|
|
default_value
const short default_value = 32;
- Description
- specifies that the property is currently in a default state.
|
|
set
const short set = 64;
- Description
- specifies that the property is currently in a set state.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.