Home
last modified time | relevance | path

Searched refs:field (Results 51 – 75 of 491) sorted by relevance

12345678910>>...20

/trunk/main/offapi/com/sun/star/text/
H A DXDependentTextField.idl57 @example Create and insert a user field (with a
61 // Create a fieldmaster for our newly created User Text field, and access it's
69 // Attach the field master to the user field
76 // Insert the user field at the end of the document
H A DSetVariableType.idl34 /** These constants define the type of a variable text field.
47 /** specifies a number sequence field.
53 /** specifies a formula field.
59 /** specifies a string field.
H A DXTextField.idl42 <p>A text field is embedded in text and expands to a sequence of
52 /** @returns the display string of the text field either as the command
53 of the field or as the output string.
55 if <TRUE/> the command of the field will be returned
H A DHoriOrientationFormat.idl49 // DocMerge from xml: field com::sun::star::text::HoriOrientationFormat::XPos
57 // DocMerge from xml: field com::sun::star::text::HoriOrientationFormat::HorizontalOrientation
65 // DocMerge from xml: field com::sun::star::text::HoriOrientationFormat::HorizontalRelation
72 // DocMerge from xml: field com::sun::star::text::HoriOrientationFormat::PositionToggle
/trunk/main/cui/source/dialogs/
H A Dfmsearch.src108 Text [ en-US ] = "Single field" ;
146 Text [ en-US ] = "Apply field format" ;
281 Text [ en-US ] = "anywhere in the field" ;
286 Text [ en-US ] = "beginning of field" ;
291 Text [ en-US ] = "end of field" ;
296 Text [ en-US ] = "entire field" ;
/trunk/main/udkapi/com/sun/star/beans/
H A DPropertyState.idl52 If the <member>PropertyAttribute</member> field in the struct
62 <p>The <member>PropertyAttribute</member> field in the struct
66 <member>PropertyAttribute</member> field in the struct <type>Property</type>
77 <p>The <member>PropertyAttribute</member> field in the struct
81 If the Attribute field in the struct Property contains
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java915 Field field = fields[i] ; in changePValue() local
917 field.set(newValue, changePValue(field.get(oldValue))); in changePValue()
920 field.setBoolean(newValue, !field.getBoolean(oldValue)); in changePValue()
923 field.setByte(newValue, (byte) (field.getByte(oldValue) + 1)); in changePValue()
926 field.setChar(newValue, (char) (field.getChar(oldValue) + 1)); in changePValue()
929 field.setDouble(newValue, field.getDouble(oldValue) + 1); in changePValue()
932 field.setFloat(newValue, field.getFloat(oldValue) + 1); in changePValue()
935 field.setInt(newValue, field.getInt(oldValue) + 1); in changePValue()
938 field.setLong(newValue, field.getLong(oldValue) + 1); in changePValue()
941 field.setShort(newValue, (short) (field.getShort(oldValue) + 1)); in changePValue()
/trunk/main/offapi/com/sun/star/awt/
H A DXMetricField.idl39 /** gives access to the value and formatting of a metric field.
45 /** sets the value which is displayed in the metric field.
51 /** sets the user value which is displayed in the metric field.
57 /** returns the value which is currently displayed in the metric field.
63 /** returns the corrected value which is displayed in the metric field.
H A DXSpinListener.idl47 /** is invoked when the spin field is spun up.
53 /** is invoked when the spin field is spun down.
59 /** is invoked when the spin field is set to the lower value.
65 /** is invoked when the spin field is set to the upper value.
/trunk/test/testuno/source/fvt/uno/sw/field/
H A DCheckDateTimeField.java21 package fvt.uno.sw.field;
148 Object field = enumeration.nextElement(); in createTimeFiled() local
149 XPropertySet props2 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, field); in createTimeFiled()
216 Object field = enumeration.nextElement(); in createDateFiled() local
217 XPropertySet props2 = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, field); in createDateFiled()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXIdlClass.idl128 field (/interface attribute) by name.
131 interace, struct or union does not have a field (/interface attribute)
135 name of the demanded field reflection
137 demanded field (/interface attribute) reflection (or null-reference)
147 interface, struct or union does not have any field (/interface attribute),
151 all field (/interface attribute) reflections (or empty sequence)
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldSortMode.idl33 /** describes the sort mode of the data field
56 /** the field is sorted by its names
63 /** the field ist sorted by the data in the given field
/trunk/main/extensions/source/dbpilots/
H A Dlistcombopages.src101 Text [ en-US ] = "Display field";
120 Text [ en-US ] = "The contents of the field selected will be shown in the combo box list.";
125 …Text [ en-US ] = "The contents of the selected field will be shown in the list box if the linked f…
142 … you select fields with matching contents so that the value from the display field will be shown.";
189 …Text [ en-US ] = "You can either save the value of the combo box in a database field or use it for…
/trunk/main/offapi/com/sun/star/text/textfield/
H A DDropDown.idl34 /** specifies service of an author text field.
42 The name of the drop down field.
47 The items of the dropdown field.
54 not present in the items of the dropdown field it is
H A DAuthor.idl34 /** specifies service of an author text field.
47 /** the is the content of this field
51 /** this is the display format for this field
55 /** contains the current content of the text field.
H A DDatabase.idl35 /** specifies service of a database text field which is used as mail merge field.
46 /** contains the current content of the text field.
54 /** this is the number format for this field.
H A DInput.idl34 /** specifies service of a text input field.
42 /** contains the text content of the text field.
43 <p> The field displays the text content.</p>
50 dialog to edit the field content.</p>
H A DUser.idl36 /** specifies service of a user defined field.
47 /** determines if the field is visible.
51 /** this is the number format for this field.
55 /** determines whether changes in language attributes at the position the text field
H A DGetReference.idl34 /** specifies service of a reference field.
41 /** contains the current content of the text field.
58 /** contains the sequence number of a set expression field that is used as sequence field
/trunk/main/offapi/com/sun/star/text/fieldmaster/
H A DSetExpression.idl35 /** Specifies the service of a set expression field master.
43 /** determines the number of the chapter. This values is used if the field master
48 /** determines the numbering separator string if the field master
53 /** determines the type of the field as <type scope="com::sun::star::text"SetVariableType</type>
/trunk/main/offapi/com/sun/star/text/textfield/docinfo/
H A DCustom.idl35 /** specifies service of a text field that refers to the content of a
36 user-defined field in the document information.
46 /** the name of the user-defined property that this field refers to.
50 /** contains the current content of the text field.
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DDataPilotReadme.txt39 7. Place some number fields in the field areas
41 - select the "ones" field and drop it in the "Row Fields" area
42 - repeat this step with the "tens" and "hundreds" field
43 - select the "thousands" field and drop it in the "Column Fields"
/trunk/main/udkapi/com/sun/star/lang/
H A DLocale.idl62 // DocMerge from xml: field com::sun::star::lang::Locale::Language
72 <p>If this field contains an empty string, the meaning depends on the
79 // DocMerge from xml: field com::sun::star::lang::Locale::Country
89 <p>If this field contains an empty string, the meaning depends on the
96 // DocMerge from xml: field com::sun::star::lang::Locale::Variant
/trunk/main/offapi/com/sun/star/drawing/
H A DHatch.idl48 // DocMerge from xml: field com::sun::star::drawing::Hatch::Style
56 // DocMerge from xml: field com::sun::star::drawing::Hatch::Color
63 // DocMerge from xml: field com::sun::star::drawing::Hatch::Distance
70 // DocMerge from xml: field com::sun::star::drawing::Hatch::Angle
/trunk/main/offapi/com/sun/star/form/component/
H A DDatabaseTextField.idl41 /** This service specifies a text field which is data-aware, and can be bound to a database field.
53 <p>When the user enters text into a text field, and after this, the control
54 content is to be committed into the database field the control is bound to,

Completed in 77 milliseconds

12345678910>>...20