Home
last modified time | relevance | path

Searched refs:field (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/AOO41X/main/offapi/com/sun/star/packages/zip/
H A DZipConstants.idl138 /** LOC header field "version needed to extract" offset
143 /** LOC header field "general purpose bit flags" offset
148 /** LOC header field "compression method" offset
153 /** LOC header field "modification time" offset
158 /** LOC header field "crc of uncompressed data" offset
163 /** LOC header field "compressed data size" offset
168 /** LOC header field "uncompressed data size" offset
173 /** LOC header field "filename length" offset
178 /** LOC header field "extra field length" offset
183 /** EXT header field "crc of uncompressed data" offsets
[all …]
/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DConfigGroup.java56 private void writeField(Field field, Object configView, String prefix) throws Exception in writeField() argument
58 String propertyName = field.getName().substring(prefix.length()); in writeField()
60 Class fieldType = field.getType(); in writeField()
64 ConfigNode child = (ConfigNode) field.get(this); in writeField()
69 Configuration.set(convertValue(field), propertyName, configView); in writeField()
73 Configuration.set(field.get(this), propertyName, configView); in writeField()
85 public Object convertValue(Field field) throws IllegalAccessException in convertValue() argument
87 if (field.getType().equals(Boolean.TYPE)) in convertValue()
89 return (field.getBoolean(this) ? Boolean.TRUE : Boolean.FALSE); in convertValue()
91 if (field.getType().equals(Integer.TYPE)) in convertValue()
[all …]
/AOO41X/main/offapi/com/sun/star/text/
H A DBibliographyDataField.idl42 /** This field contains a unique identifier for the bibliographic data.
47 /** This field contains the type of the bibliographic reference. It is of the
54 /** This field contains the address of the publisher.
59 /** This field contains an annotation.
64 /** This field contains the name(s) of the author(s)
69 /** This field contains the title of the book.
74 /** This field contains the name or number of the chapter.
79 /** This field contains the number or name of the edition.
84 /** This field contains the name(s) of the editor(s)
89 /** This field contains a description of the type of the publishing.
[all …]
H A DUserDataPart.idl35 user data text field (service "sun.one.text.TextField.ExtendedUser")
42 /** The field shows the company name.
49 /** The field shows the first name.
56 /** The field shows the name.
63 /** The field shows the initials.
70 /** The field shows the street.
77 /** The field shows the country.
84 /** The field shows the zip code.
91 /** The field shows the city.
98 /** The field shows the title.
[all …]
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.
/AOO41X/main/offapi/com/sun/star/report/
H A DCalculation.idl40 /** returns the average of a field.
44 /** returns the average of a field.
52 /** counts the number of values, from the field.
60 /** returns the number of none repeating values, from the field.
64 /** returns the largest value from the field.
72 /** returns the smallest value from the field.
76 /** returns the most frequently returning value from the field.
80 /** returns the Nth largest value from the field.
84 /** returns the Nth most commonly occurring value from the field.
88 /** returns the Nth smallest value from the field.
[all …]
/AOO41X/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java96 Field field; field in DataAwareFields.FieldValue
100 field = field_; in FieldValue()
105 return field.getDeclaringClass().isAssignableFrom(type); in isAssignable()
127 boolean b = field.getBoolean(target); in get()
160 field.setBoolean(target, toBoolean(value)); in set()
187 int i = field.getInt(target); in get()
220 field.setInt(target, (int) toDouble(value)); in set()
247 double d = field.getDouble(target); in get()
280 field.setDouble(target, toDouble(value)); in set()
307 String s = (String) field.get(target); in get()
[all …]
H A DUnoDataAware.java149 …ing prop, Object unoText, final Listener listener, String unoProperty, boolean field, Object value) in attachTextControl() argument
153 field in attachTextControl()
176 …re attachEditControl(Object data, String prop, Object unoControl, Listener listener, boolean field) in attachEditControl() argument
178 …return attachTextControl(data, prop, unoControl, listener, "Text", field, PropertyNames.EMPTY_STRI… in attachEditControl()
181 …re attachDateControl(Object data, String prop, Object unoControl, Listener listener, boolean field) in attachDateControl() argument
183 return attachTextControl(data, prop, unoControl, listener, "Date", field, 0); in attachDateControl()
186 …re attachTimeControl(Object data, String prop, Object unoControl, Listener listener, boolean field) in attachTimeControl() argument
188 return attachTextControl(data, prop, unoControl, listener, "Time", field, 0); in attachTimeControl()
191 …attachNumericControl(Object data, String prop, Object unoControl, Listener listener, boolean field) in attachNumericControl() argument
193 return attachTextControl(data, prop, unoControl, listener, "Value", field, new Double(0)); in attachNumericControl()
[all …]
/AOO41X/main/offapi/com/sun/star/sheet/
H A DDataPilotField.idl77 /** represents a single field in a data pilot table.
79 <p>If the data pilot table is based on a spreadsheet cell range, a field
87 /** provides access to the name of the data pilot field.
108 /** specifies the orientation of the field.
110 <p>If the orientation of a field has been changed using this property,
111 the field will be moved to the last position in the collection of all
118 /** specifies the function used to calculate results for this field.
129 /** specifies the functions used to calculate subtotals for this field.
169 /** specifies whether this field has sorting information.
175 /** controls how the field's items are sorted.
[all …]
H A DDataPilotFieldReferenceType.idl47 Totals outside of the base field are shown as empty results.
51 <p>If a base item name is specified, the reference value for a combination of field items is the
52 result where the item in the base field is replaced by the specified base item.</p>
55 parent field, the difference isn't calculated and an error value is shown.</p>
66 the next visible member of the base field, in the base field's sort order. If details for one
67 item in the base field are hidden, that item is skipped. The difference for the item with
74 …TYPE>com::sun::star::sheet::DataPilotFieldReferenceItemType::NEXT</TYPE>) item of the base field is
84 Totals outside of the base field are shown as empty results.
88 …m::sun::star::sheet::DataPilotFieldReferenceItemType::NEXT</TYPE>) item of the base field are shown
99 Totals outside of the base field are shown as empty results.
[all …]
H A DXDataPilotFieldGrouping.idl45 this DataPilot field are grouped in some way.
53 /** Creates a new DataPilot field which contains a group containing the
54 given DataPilot field items (members).
57 several times at the same DataPilot field. On subsequent calls, the
58 DataPilot field created at the first call is used to insert the new
69 current field.
72 the new created field if there is one created on the first call of
83 /** Groups the members of this field by dates, according to the passed
86 <p>If this field is already grouped by dates, a new DataPilot field
87 will be created and returned. If this field is not grouped at all, the
[all …]
H A DDataPilotFieldOrientation.idl33 /** used to specify where a field in a data pilot table is laid out.
39 /** the field is not used in the table.
45 /** the field is used as a column field.
51 /** the field is used as a row field.
57 /** the field is used as a page field.
63 /** the field is used as a data field.
H A DDataPilotFieldGroup.idl46 /** represents a collection of members in a data pilot field group.
59 /** provides access to the name of the data pilot field group.
61 <p>It is possible to change the name of this field group as long as
62 the new name is not used in the collection of groups in the field.</p>
68 /** provides access to the data pilot field group members in the
75 /** creates an enumeration of all data pilot field group members.
83 /** provides access to the data pilot field group members in the
90 /** provides read/write access to the data pilot field group members in
113 member into this field group. An implementation should ignore the
H A DDataPilotFieldGroupBy.idl34 field by date or time.
41 /** Groups all members of a DataPilot field containing a date/time value
52 /** Groups all members of a DataPilot field containing a date/time value
63 /** Groups all members of a DataPilot field containing a date/time value
74 /** Groups all members of a DataPilot field containing a date/time value
95 /** Groups all members of a DataPilot field containing a date/time value
106 /** Groups all members of a DataPilot field containing a date/time value
118 /** Groups all members of a DataPilot field containing a date/time value
/AOO41X/main/offapi/com/sun/star/text/textfield/
H A DSetExpression.idl35 /** specifies service of an expression text field.
42 /** contains the textual content of the field.
45 /** contains the current content of the text field.
50 /** this is the number format for this field.
62 interface if it's an input field.
65 /** determines whether this field is an input field.
68 /** determines whether the field is visible.
71 /** contains the sequence value when this field is used as sequence field.
78 /** contains the numerical value of the field.
81 /** contains the name of the set expression field master this field is connected to.
[all …]
/AOO41X/main/offapi/com/sun/star/mozilla/
H A DMenuMultipleChange.idl44 // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::ID
51 // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::GroupID
58 // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::PreItemID
65 // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::ItemText
72 // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsVisible
79 // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsActive
86 // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsCheckable
93 // DocMerge from xml: field com::sun::star::mozilla::MenuMultipleChange::IsChecked
100 // DocMerge from idl: field com::sun::star::mozilla::MenuMultipleChange::Image
/AOO41X/main/offapi/com/sun/star/document/
H A DXDocumentInfo.idl71 /** returns the name of an user field
74 specifies the position of requested field
78 the name of the requested field
87 /** returns the value of an user field
90 specifies the position of requested field
94 the value of the requested field
106 specifies the position of requested field
110 the new name for this field to be set
124 specifies the position of requested field
128 the new value for this field to be set
/AOO41X/main/offapi/com/sun/star/style/
H A DTabStop.idl42 // DocMerge from xml: field com::sun::star::style::TabStop::Position
43 /** This field specifies the position of the tabulator in relation
50 // DocMerge from xml: field com::sun::star::style::TabStop::Alignment
51 /** This field specifies the alignment of the text range before the
58 // DocMerge from xml: field com::sun::star::style::TabStop::DecimalChar
59 /** This field specifies which delimiter is used for the decimal.
65 // DocMerge from xml: field com::sun::star::style::TabStop::FillChar
66 /** This field specifies the character that is used to fill up the
/AOO41X/test/testgui/source/testlib/gui/
H A DUIMap.java114 public static VclField field(String id) { in field() method in UIMap
239 public static final VclField scNumberOfColumnsRowsToInsert = field("1502452023");
290 public static final VclField numberOfItemShowInTopNEditBox = field("1495750661");
359 …public static final VclField scSheetNumber = field("sc:NumericField:RID_SCDLG_INSERT_TABLE:NF_COUN…
417 …public static final VclField areaBorderMfLeft = field("cui:MetricField:RID_SVXPAGE_BORDER:MF_LEFT"…
418 …public static final VclField areaBorderMfRight = field("cui:MetricField:RID_SVXPAGE_BORDER:MF_RIGH…
419 … public static final VclField areaBorderMfTop = field("cui:MetricField:RID_SVXPAGE_BORDER:MF_TOP");
420 …public static final VclField areaBorderMfBottom = field("cui:MetricField:RID_SVXPAGE_BORDER:MF_BOT…
440 … public static final VclField writerInsertNum = field("cui:NumericField:DLG_INS_ROW_COL:ED_COUNT");
464 …public static final VclField numberofCol = field("cui:NumericField:RID_SVX_NEWTABLE_DLG:NF_COLUMNS…
[all …]
/AOO41X/main/udkapi/com/sun/star/reflection/
H A DXIdlField2.idl58 /** Returns the type of the field.
61 type of the field
65 /** Returns the access mode of the field, i.e. read-write, read-only or
69 access mode of the field
73 /** Gets the value of the reflected field from the given object,
86 value of field
91 or the given object does not have the reflected field.
97 /** Sets the value of the reflected field of the given object,
113 or the given object does not have the reflected field.
/AOO41X/main/dbaccess/source/ui/tabledesign/
H A Dtable.src200 Text [ en-US ] = "Modify field type";
245 …Text [ en-US ] = "Select a value that is to appear in all new records as default.\nIf the field is…
249 …default value for this field.\n\nWhen you later enter data in the table, this string will be used …
253 …Text [ en-US ] = "Activate this option if this field cannot contain NULL values, i.e. the user mus…
265 …Text [ en-US ] = "Determine the length data can have in this field.\n\nIf decimal fields, then the…
269 Text [ en-US ] = "Specify the number of decimal places permitted in this field." ;
281 …Text [ en-US ] = "Choose if this field should contain AutoIncrement values.\n\nYou can not enter d…
383 …Text [ en-US ] = "Enter an SQL statement for the auto-increment field.\n\nThis statement will be d…
393 Text [ en-US ] = "change field name";
398 Text [ en-US ] = "change field type";
[all …]
/AOO41X/main/reportdesign/source/core/sdr/
H A Dformatnormalizer.cxx250 FieldList::const_iterator field = m_aFields.begin(); in impl_adjustFormatToDataFieldType_nothrow() local
251 for ( ; field != m_aFields.end(); ++field ) in impl_adjustFormatToDataFieldType_nothrow()
253 if ( field->sName == sDataField ) in impl_adjustFormatToDataFieldType_nothrow()
256 if ( field == m_aFields.end() ) in impl_adjustFormatToDataFieldType_nothrow()
263 …nFormatKey = ::dbtools::getDefaultNumberFormat( field->nDataType, field->nScale, field->bIsCurrenc… in impl_adjustFormatToDataFieldType_nothrow()
/AOO41X/main/solenv/bin/
H A Dmkout.pl113 my (@field, $base, $dlst);
116 @field = split(/\//, $path);
118 while ( $#field != -1 ) {
119 $base = join('/', @field);
122 pop @field;
125 if ( $#field == -1 ) {
/AOO41X/main/l10ntools/source/filter/utils/
H A DCache.java1393 int field = nFlags.intValue(); in convertFilterFlagValues2Names() local
1395 if (field == 0) in convertFilterFlagValues2Names()
1398 if((field & FLAGVAL_IMPORT) == FLAGVAL_IMPORT) in convertFilterFlagValues2Names()
1401 if((field & FLAGVAL_EXPORT) == FLAGVAL_EXPORT) in convertFilterFlagValues2Names()
1404 if((field & FLAGVAL_TEMPLATE) == FLAGVAL_TEMPLATE) in convertFilterFlagValues2Names()
1407 if((field & FLAGVAL_INTERNAL) == FLAGVAL_INTERNAL) in convertFilterFlagValues2Names()
1410 if((field & FLAGVAL_TEMPLATEPATH) == FLAGVAL_TEMPLATEPATH) in convertFilterFlagValues2Names()
1413 if((field & FLAGVAL_OWN) == FLAGVAL_OWN) in convertFilterFlagValues2Names()
1416 if((field & FLAGVAL_ALIEN) == FLAGVAL_ALIEN) in convertFilterFlagValues2Names()
1419 if((field & FLAGVAL_USESOPTIONS) == FLAGVAL_USESOPTIONS) in convertFilterFlagValues2Names()
[all …]
/AOO41X/main/ridljar/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

12345678910>>...19