Home
last modified time | relevance | path

Searched refs:field (Results 26 – 50 of 491) sorted by relevance

12345678910>>...20

/trunk/main/offapi/com/sun/star/text/
H A DReferenceFieldPart.idl50 <p>If the source of the reference is a sequence field, then the complete text
67 <p>This option is only valid if the source of the reference is a sequence field.</p>
72 <p>This option is only valid if the source of the reference is a sequence field.</p>
76 /** The number of a sequence field is displayed.
77 <p>This option is only valid if the source of the reference is a sequence field.</p>
81 /** The numbering label and depending of the reference field context numbering lables of
87 … identify the referenced item at the document position of the reference text field, the content
90 text field.
H A DDocumentStatistic.idl35 field.
40 // The text field displays the number of pages of the document.
46 // The text field displays the number of paragraphs of the document.
52 // The text field words the number of paragraphs of the document.
58 // The text field characters the number of paragraphs of the document.
H A DPlaceholderType.idl41 /** The field represents a piece of text.
48 /** The field initiates the insertion of a text table.
55 /** The field initiates the insertion of a text frame.
62 /** The field initiates the insertion of a graphic object.
69 /** The field initiates the insertion of an embedded object.
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlFormattedFieldModel.idl101 /** specifies the default value of the formatted field.
104 the formatting of the field.</p>
112 <p>This property is ignored if the format of the field is no numeric
121 <p>This property is ignored if the format of the field is no numeric
128 /** specifies the current value of the formatted field.
131 the formatting of the field.</p>
163 /** specifies the format to be used when formatting the field input
173 /** supplies the formats the field should work with.
255 formatted field may be pretty expensive.</p>
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleEventId.idl72 into the <member>AccessibleEventObject::NewValue</member> field and
75 <member>AccessibleEventObject::OldValue</member> field and leave
165 <member>AccessibleEventObject::NewValue</member> field contain the
272 <member>AccessibleEventObject::OldValue</member> field remains
276 <member>AccessibleEventObject::NewValue</member> field remains
304 focus. The <member>AccessibleEventObject::OldValue</member> field
306 <member>AccessibleEventObject::NewValue</member> field holds the
320 The <member>AccessibleEventObject::NewValue</member> field contains
328 <member>AccessibleEventObject::NewValue</member> field contains an
336 <member>AccessibleEventObject::NewValue</member> field contains an
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldGroups.idl43 /** represents a collection of groups in a data pilot field.
56 /** provides access to the data pilot field groups in the collection via
63 /** creates an enumeration of all data pilot field groups.
71 /** provides access to the data pilot field groups in the collection via
78 /** provides read/write access to the data pilot field groups in the
105 field group with the passed collection of item names. An
112 existing field group.</p>
H A DXDataPilotDataLayoutFieldSupplier.idl40 <p>This data field can be inserted into the rows dimension or columns
42 property. This interface can be used to access the data layout field
45 field.</p>
57 <p>If the field does not exist yet, it will be created. It is possible
58 to insert this field into the rows or columns dimension by changing
H A DDataPilotFieldGroupInfo.idl54 DataPilot field.</li>
69 DataPilot field.</li>
130 /** contains the source DataPilot field grouping is based on. Will be
131 <NULL/> if this field is not grouped or contains numeric grouping.
139 /** specifies the named groups in this field if there are some.
147 field.</p>
/trunk/main/offapi/com/sun/star/text/textfield/
H A DGetExpression.idl34 /** specifies service of a get expression text field.
40 /** contains the textual content of the field.
43 /** contains the current content of the text field.
47 /** this is the number format for this field.
62 /** contains the numerical value of the field.
68 /** determines whether changes in language attributes at the position the text field
H A DDateTime.idl35 /** specifies service of a date or time text field.
49 /** If this flag is set to <TRUE/> this field represents
55 /** the is the content of this field.
59 /** this is the number format for this field
64 /** this is the display format for this field.
83 /** determines whether changes in language attributes at the position the text field
H A DInputUser.idl34 /** specifies service of an input field that is used to change the content of a corresponding
35 field master of a user defined text field.
43 /** contains the name of the corresponding field master.
49 dialog to edit the field content.</p>
/trunk/main/offapi/com/sun/star/drawing/
H A DLineDash.idl42 // DocMerge from xml: field com::sun::star::drawing::LineDash::Style
49 // DocMerge from xml: field com::sun::star::drawing::LineDash::Dots
56 // DocMerge from xml: field com::sun::star::drawing::LineDash::DotLen
63 // DocMerge from xml: field com::sun::star::drawing::LineDash::Dashes
70 // DocMerge from xml: field com::sun::star::drawing::LineDash::DashLen
77 // DocMerge from xml: field com::sun::star::drawing::LineDash::Distance
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DFieldDescription.java32 String name, int index, ITypeDescription typeDescription, Field field) in FieldDescription() argument
37 this.field = field; in FieldDescription()
65 return field; in getField()
71 private final Field field; field in FieldDescription
/trunk/main/solenv/bin/
H A Dlangwrap75 my(@field);
86 @field = split " ", $line;
87 push @LoL, [@field];
89 $nfield = $#field + 1;
91 if ( $nfield != ($#field + 1) ) {
H A Ddeliver.pl545 my (@field, $repo, $base, $dlst);
548 @field = split(/\//, $path);
550 while ( $#field != -1 ) {
551 $base = join('/', @field);
554 pop @field;
557 if ( $#field == -1 ) {
562 if ( defined $field[-2] ) {
563 $repo = $field[-2];
567 return ($field[-1], $repo, $base, $dlst);
1064 my @field = split('/', $addincpath_list[$i][0]);
[all …]
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DControlInfo.java42 for (Field field : fields) {
43 int modifiers = field.getModifiers();
44 …if (modifiers == (Modifier.PUBLIC | Modifier.STATIC | Modifier.FINAL) && field.getType() == Intege…
46 int v = (Integer) field.get(null);
47 vcltypes.put((long)v, field.getName()); in vcltypes.put()
/trunk/main/sc/qa/complex/dataPilot/
H A D_XDataPilotDescriptor.java220 Object field; in _getDataPilotFields() local
222 field = IA.getByIndex(i); in _getDataPilotFields()
231 XNamed named = UnoRuntime.queryInterface(XNamed.class, field); in _getDataPilotFields()
241 UnoRuntime.queryInterface(XPropertySet.class, field); in _getDataPilotFields()
432 Object field = IA.getByIndex(i); in CheckNames() local
434 (XNamed.class, field); in CheckNames()
/trunk/main/offapi/com/sun/star/form/
H A DDataAwareControlModel.idl65 /** makes it possible to transfer the data of the model to the connected data field.
68 the changes of its value to the field it is connected to immediately (means whenever a user
77 related field source.<br/>
110 /** specifies the name of the bound database field.
124 …* determines whether or not input into this field is required, when it is actually bound to a data…
128 …a database field which cannot be <NULL/>, and the model itself does not have a value, then the dat…
138 /** references to the cursor field to which the control is bound.
140 The referenced field supports the <type scope="com::sun::star::sdb">Column</type> service.
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java800 XIdlField2 field = UnoRuntime.queryInterface( in getProperty() local
804 value = field.get( in getProperty()
925 XIdlField2 field = UnoRuntime.queryInterface( in wrapValue() local
927 field.set( in wrapValue()
930 value, field.getType(), false, false, wrapDefaulted, in wrapValue()
952 XIdlField2 field = UnoRuntime.queryInterface( in wrapValue() local
954 field.set( in wrapValue()
957 value, field.getType(), wrapAmbiguous, isAmbiguous, in wrapValue()
983 XIdlField2 field = UnoRuntime.queryInterface( in wrapValue() local
985 field.set( in wrapValue()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDataPilotDescriptor.java190 Object field; in _getDataPilotFields() local
192 field = IA.getByIndex(i); in _getDataPilotFields()
204 UnoRuntime.queryInterface(XNamed.class, field); in _getDataPilotFields()
214 UnoRuntime.queryInterface(XPropertySet.class, field); in _getDataPilotFields()
397 Object field = IA.getByIndex(i); in CheckNames() local
399 (XNamed.class, field); in CheckNames()
/trunk/main/offapi/com/sun/star/i18n/
H A DCalendarFieldIndex.idl99 @ATTENTION! Though the field's type is signed 16-bit, the field
102 from the parent ZONE_OFFSET field.
113 @ATTENTION! Though the field's type is signed 16-bit, the field
116 from the parent DST_OFFSET field.
/trunk/main/offapi/com/sun/star/text/textfield/docinfo/
H A DChangeDateTime.idl35 /** specifies service of a text field that provides information about the date
42 /** contains the current content of the text field.
56 /** If this flag is set to <TRUE/> this field represents,
64 /** this is the number format for this field.
68 /** determines whether changes in language attributes at the position the text field
H A DCreateDateTime.idl35 /** specifies service of a text field that provides information about the date
42 /** contains the current content of the text field.
56 /** If this flag is set to <TRUE/> this field represents,
64 /** this is the number format for this field.
68 /** determines whether changes in language attributes at the position the text field
H A DPrintDateTime.idl35 /** specifies service of a text field that provides information about the date
42 /** contains the current content of the text field.
56 /** If this flag is set to <TRUE/> this field represents,
64 /** this is the number format for this field.
68 /** determines whether changes in language attributes at the position the text field
/trunk/main/offapi/com/sun/star/frame/
H A DDispatchStatement.idl43 // DocMerge from xml: field com::sun::star::frame::DispatchStatement::aCommand
55 // DocMerge from xml: field com::sun::star::frame::DispatchStatement::aTarget
66 // DocMerge from xml: field com::sun::star::frame::DispatchStatement::aArgs
77 // DocMerge from xml: field com::sun::star::frame::DispatchStatement::nFlags
87 // DocMerge from xml: field com::sun::star::frame::DispatchStatement::bIsComment

Completed in 132 milliseconds

12345678910>>...20