Home
last modified time | relevance | path

Searched refs:property (Results 251 – 275 of 943) sorted by relevance

1...<<11121314151617181920>>...38

/trunk/main/udkapi/com/sun/star/script/
H A DInvocationInfo.idl49 /** Name of the method or property.
53 /** Kind of the member (method or property).
57 /** Only for property members:
61 constants are set to describe the property completely,
64 is set, the property is readonly. If it isn't set, the
65 property nevertheless can be readonly.
/trunk/main/offapi/com/sun/star/text/
H A DTextEmbeddedObject.idl55 /* If you get this property you get the CLSID of the OLE2 document stream
58 The property can only be set as long as the object is not inserted into the document.
60 [property] string CLSID;
64 <p>This property if void if the ole2 is not an
68 [readonly, maybevoid, property] com::sun::star::frame::XModel Model;
74 [readonly, maybevoid, property] com::sun::star::lang::XComponent Component;
H A DGenericTextDocument.idl205 [optional, property] com::sun::star::lang::Locale CharLocale;
211 [optional, readonly, property] long CharacterCount;
218 [optional, readonly, property] long ParagraphCount;
224 [optional, readonly, property] long WordCount;
237 [optional, property] string WordSeparator;
248 [optional, property] string IndexAutoMarkFileURL;
255 [optional, property] boolean RecordChanges;
268 [optional, property] short TwoDigitYear;
/trunk/main/offapi/com/sun/star/style/
H A DCharacterStyle.idl55 [property] float CharDiffHeight;
59 [property] short CharPropHeight;
63 [property] float CharDiffHeightAsian;
67 [property] short CharPropHeightAsian;
71 [property] float CharDiffHeightComplex;
75 [property] short CharPropHeightComplex;
H A DStyle.idl87 [optional, readonly, property] boolean IsPhysical;
92 <p> This property is usually available at paragraph styles only. </p>
94 [optional, property] string FollowStyle;
102 [optional, readonly, property] string DisplayName;
111 [optional, property] string IsAutoUpdate;
116 <p>This property is only available if the style is a conditional
163 [optional, property] sequence< com::sun::star::beans::NamedValue > ParaStyleConditions;
/trunk/main/offapi/com/sun/star/xsd/
H A DDecimal.idl50 [property, maybevoid] long TotalDigits;
59 [property, maybevoid] long FractionDigits;
64 [property, maybevoid] double MaxInclusiveDouble;
69 [property, maybevoid] double MaxExclusiveDouble;
74 [property, maybevoid] double MinInclusiveDouble;
79 [property, maybevoid] double MinExclusiveDouble;
/trunk/main/offapi/com/sun/star/chart/
H A DChartTitle.idl51 /** If this property is <TRUE/> the position is calculated by the application automatically.
52 …Setting this property to false will have no effect. Instead use the interface <type scope="com::su…
55 [optional, property] boolean AutomaticPosition;
71 <p>Especially in three-dimensional charts, this property comes
76 [property] long TextRotation;
86 [property] string String;
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXConversionPropertyType.idl46 /** allows set and retrieve the property type of an entry in a
49 <p>The property type must be one of
61 /** sets the property type for the specified entry.
71 the property type to be set for the entry
81 /** returns the property type for the specified entry.
91 returns the property type for the entry with the specified
/trunk/main/hsqldb/patches/
H A Di121754.patch14 Do not address questions about property file(s) to the
16 <property file='build/build.properties'/>
17 - <property name="hsqldb.version" value="1.8.0.10"/>
18 + <property name="hsqldb.version" value="1.8.0.11"/>
21 - <format property="_tmpstamp" pattern="yyyy/MM/dd-hh:mm:ss"
22 + <format property="_tmpstamp" pattern="yyyy/MM/dd-HH:mm:ss"
27 <property name="hsqldb.title" value="HSQLDB"/>
28 <property name="hsqldb.vendor" value="The HSQLDB Development Group"/>
29 <property name="src" value="${basedir}/src"/>
30 - <property name="build.debug" value="off"/>
[all …]
/trunk/main/offapi/com/sun/star/inspection/
H A DXObjectInspector.idl76 <p>The model is mainly responsible for providing the property handlers. Additionally,
77 it can provide user interface names and help URLs for property categories.</p>
82 you can use this property directly. Both approaches are semantically equivalent.</p>
85 the change, using the new property handlers provided by the new model.</p>
93 property controls (or parts thereof), or register observers for all property
106 will create a complete set of property handlers (as indicated by
H A DPropertyControlType.idl32 property values within a <type>ObjectInspector</type>.
35 for property handlers using a control - the expected type when reading and writing the
47 possible property values
56 possible property values, combined with the possibility to enter a new
57 property value.
65 …/** denotes a control which allows the user to enter property values consisting of a single line o…
139 …/** denotes a non-standard property control, which is usually provided by an <type>XPropertyHandle…
/trunk/main/dbaccess/source/core/misc/
H A DContainerMediator.cxx254 const Property* property = aProperties.getConstArray(); in notifyElementCreated() local
256 for ( ; property != propertyEnd; ++property ) in notifyElementCreated()
258 if ( ( property->Attributes & PropertyAttribute::READONLY ) != 0 ) in notifyElementCreated()
260 if ( ( property->Attributes & PropertyAttribute::BOUND ) == 0 ) in notifyElementCreated()
263 aPropertyList.push_back( property->Name ); in notifyElementCreated()
/trunk/main/offapi/com/sun/star/sheet/
H A DTableAutoFormat.idl95 [property] boolean IncludeFont;
102 [property] boolean IncludeJustify;
108 [property] boolean IncludeBorder;
114 [property] boolean IncludeBackground;
121 [property] boolean IncludeNumberFormat;
128 [property] boolean IncludeWidthAndHeight;
/trunk/main/offapi/com/sun/star/drawing/
H A DGenericDrawingDocument.idl142 <p>The following service can be set at the <code>Numbering</code> property
161 <p>The following services lets you access the drawing property defaults
205 /** This property specifies the length between the default tab stops
208 [property] long TabStop;
214 [property] com::sun::star::lang::Locale CharLocale;
221 [property] com::sun::star::awt::Rectangle VisibleArea;
225 /** This property gives the XForbiddenCharacters.
227 [readonly, property] com::sun::star::i18n::XForbiddenCharacters ForbiddenCharacters;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XMultiPropertySet.java319 Property property = properties[i]; in getPropsToTest() local
320 String name = property.Name; in getPropsToTest()
321 boolean isWritable = ((property.Attributes & in getPropsToTest()
323 boolean isNotNull = ((property.Attributes & in getPropsToTest()
325 boolean isBound = ((property.Attributes & in getPropsToTest()
334 values = oObj.getPropertyValues(new String[]{property.Name}); in getPropsToTest()
/trunk/main/offapi/com/sun/star/text/textfield/
H A DScript.idl41 the URLContent property.
43 [property]string Content;
46 [property]string ScriptType;
47 /** determines whether the property Content contains a URL or a script.
49 [property]boolean URLContent;
H A DDropDown.idl44 [property] string Name;
49 [property] sequence<string> Items;
52 The selected item. If no item is selected this property
53 contains an emtpy string. If this property is set to a value
57 [property] string SelectedItem;
H A DTableFormula.idl43 [property] string Formula;
46 <p> This property is especially useful for import/export purposes. </p>
48 [property] string CurrentPresentation;
52 [property] boolean IsShowFormula;
56 [property] short NumberFormat;
/trunk/main/offapi/com/sun/star/chart2/
H A DRegressionCurveEquation.idl47 [property] boolean ShowEquation;
48 [property] boolean ShowCorrelationCoefficient;
50 [property, maybevoid] ::com::sun::star::chart2::RelativePosition RelativePosition;
51 [property, maybevoid] ::com::sun::star::awt::Size ReferencePageSize;
53 [property] long NumberFormat;
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt36 AppSearch Property N Identifier The property associated with a Signature
56 CheckBox Property N Identifier A named property to be tied to the item.
72 …oBox Property N Identifier A named property to be tied to this item. All the items tied to th…
95 Control Property Y Identifier The name of a defined property to be linked to this control.
203 …tBox Property N Identifier A named property to be tied to this item. All the items tied to th…
208 …View Property N Identifier A named property to be tied to this item. All the items tied to th…
215 LockPermissions User N Formatted User for permissions to be set. (usually a property)
220 Media Source Y Property The property defining the location of the cabinet file.
335 Property Value N Text String value for property. Never null or empty.
344 …Property N Identifier A named property to be tied to this radio button. All the buttons tied …
[all …]
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt36 AppSearch Property N Identifier The property associated with a Signature
56 CheckBox Property N Identifier A named property to be tied to the item.
72 …oBox Property N Identifier A named property to be tied to this item. All the items tied to th…
95 Control Property Y Identifier The name of a defined property to be linked to this control.
203 …tBox Property N Identifier A named property to be tied to this item. All the items tied to th…
208 …View Property N Identifier A named property to be tied to this item. All the items tied to th…
215 LockPermissions User N Formatted User for permissions to be set. (usually a property)
220 Media Source Y Property The property defining the location of the cabinet file.
335 Property Value N Text String value for property. Never null or empty.
344 …Property N Identifier A named property to be tied to this radio button. All the buttons tied …
[all …]
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt36 AppSearch Property N Identifier The property associated with a Signature
56 CheckBox Property N Identifier A named property to be tied to the item.
72 …oBox Property N Identifier A named property to be tied to this item. All the items tied to th…
95 Control Property Y Identifier The name of a defined property to be linked to this control.
203 …tBox Property N Identifier A named property to be tied to this item. All the items tied to th…
208 …View Property N Identifier A named property to be tied to this item. All the items tied to th…
215 LockPermissions User N Formatted User for permissions to be set. (usually a property)
220 Media Source Y Property The property defining the location of the cabinet file.
335 Property Value N Text String value for property. Never null or empty.
344 …Property N Identifier A named property to be tied to this radio button. All the buttons tied …
[all …]
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt36 AppSearch Property N Identifier The property associated with a Signature
56 CheckBox Property N Identifier A named property to be tied to the item.
72 …oBox Property N Identifier A named property to be tied to this item. All the items tied to th…
95 Control Property Y Identifier The name of a defined property to be linked to this control.
203 …tBox Property N Identifier A named property to be tied to this item. All the items tied to th…
208 …View Property N Identifier A named property to be tied to this item. All the items tied to th…
215 LockPermissions User N Formatted User for permissions to be set. (usually a property)
220 Media Source Y Property The property defining the location of the cabinet file.
335 Property Value N Text String value for property. Never null or empty.
344 …Property N Identifier A named property to be tied to this radio button. All the buttons tied …
[all …]
/trunk/main/offapi/com/sun/star/form/component/
H A DDatabaseListBox.idl49 property, which contains all the strings to be displayed.</p>
81 property reflects which column value of a result set should
84 database field identified by the property
97 <p>The bound column property is only used if a list source is defined
103 Otherwise the property is ignored, as there is no result set from which to
106 [property] short BoundColumn;
112 …<p>Depending on the value of this property, the way the value of <member>ListBox::ListSource</memb…
147 [property] com::sun::star::form::ListSourceType ListSourceType;
/trunk/main/offapi/com/sun/star/text/fieldmaster/
H A DDDE.idl45 [property] string DDECommandElement;
49 [property] string DDECommandFile;
53 [property] string DDECommandType;
57 [property] boolean IsAutomaticUpdate;
61 [optional, property] string Content;

Completed in 73 milliseconds

1...<<11121314151617181920>>...38