Home
last modified time | relevance | path

Searched refs:Field (Results 1 – 25 of 195) sorted by relevance

12345678

/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java25 import java.lang.reflect.Field;
57 Field f = owner.getClass().getField(fieldname); in getFieldValueFor()
96 Field field;
98 public FieldValue(Field field_) in FieldValue()
114 public BooleanFieldValue(Field f, Class convertTo_) in BooleanFieldValue()
174 public IntFieldValue(Field f, Class convertTo_) in IntFieldValue()
234 public DoubleFieldValue(Field f, Class convertTo_) in DoubleFieldValue()
294 public ConvertedStringValue(Field f, Class convertTo_) in ConvertedStringValue()
363 public SimpleFieldValue(Field f) in SimpleFieldValue()
/trunk/main/l10ntools/source/help/
H A DHelpFileDocument.java34 import org.apache.lucene.document.Field;
66 doc.add(new Field("path", aPath, Field.Store.YES, Field.Index.NOT_ANALYZED)); in Document()
71 doc.add( new Field( "caption", getReaderForFile( aCaptionFile ) ) ); in Document()
75 doc.add( new Field( "content", getReaderForFile( aContentFile ) ) ); in Document()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.src95 Text [ en-US ] = "Date Field" ;
101 Text [ en-US ] = "Time Field" ;
107 Text [ en-US ] = "Numeric Field" ;
113 Text [ en-US ] = "Currency Field" ;
119 Text [ en-US ] = "Pattern Field" ;
125 Text [ en-US ] = "Formatted Field" ;
132 Text [ en-US ] = "Date and Time Field" ;
/trunk/main/extensions/source/propctrlr/
H A Dpcrmiscres.src117 Text [ en-US ] = "Label Field" ;
129 Text [ en-US ] = "Formatted Field" ;
161 Text [ en-US ] = "Date Field" ;
165 Text [ en-US ] = "Time Field" ;
169 Text [ en-US ] = "Numeric Field" ;
173 Text [ en-US ] = "Currency Field" ;
177 Text [ en-US ] = "Pattern Field" ;
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfigGroup.java25 import java.lang.reflect.Field;
38 Field[] fields = getClass().getFields(); in writeConfiguration()
56 private void writeField(Field field, Object configView, String prefix) throws Exception in writeField()
85 public Object convertValue(Field field) throws IllegalAccessException in convertValue()
113 Field[] fields = getClass().getFields(); in readConfiguration()
131 private void readField(Field field, Object configView, String prefix) throws Exception in readField()
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DDataSort.java94 aSortFields[0].Field = 1; in singleFieldSort()
156 aSortFields[0].Field = 1; in sortByTwoFields()
160 aSortFields[1].Field = 2; in sortByTwoFields()
224 aSortFields[0].Field = 0; in sortByThreeField()
228 aSortFields[1].Field = 1; in sortByThreeField()
232 aSortFields[2].Field = 2; in sortByThreeField()
296 aSortFields[0].Field = 0; in sortOption()
H A DStandardFilterOption.java95 aFilterFields[0].Field = 0; in testStandardFilterForString()
153 aFilterFields[0].Field = 5; in testStandardFilterOptionCaseSensitive()
225 aFilterFields[0].Field = 2; in testStandardFilterOptionContainsHeader()
305 aFilterFields[0].Field = 3; in testStandardFilterOptionCopyOutput()
399 aFilterFields[0].Field = 3; in testStandardFilterOptionSkipDuplicates()
474 aFilterFields[0].Field = 0; in testStandardFilterOptionUseRegularExpressions()
/trunk/main/svx/source/form/
H A Dfmexpl.src184 Text [ en-US ] = "~Date Field" ;
191 Text [ en-US ] = "Tim~e Field" ;
198 Text [ en-US ] = "~Numerical Field" ;
205 Text [ en-US ] = "C~urrency Field" ;
212 Text [ en-US ] = "~Pattern Field" ;
226 Text [ en-US ] = "Fo~rmatted Field" ;
H A Dfmstring.src196 Text [ en-US ] = "Label Field" ;
208 Text [ en-US ] = "Formatted Field" ;
232 Text [ en-US ] = "Date Field" ;
236 Text [ en-US ] = "Time Field" ;
240 Text [ en-US ] = "Numeric Field" ;
244 Text [ en-US ] = "Currency Field" ;
248 Text [ en-US ] = "Pattern Field" ;
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DFieldDescription.java28 import java.lang.reflect.Field;
32 String name, int index, ITypeDescription typeDescription, Field field) in FieldDescription()
64 public Field getField() { in getField()
71 private final Field field;
/trunk/main/dbaccess/source/ui/tabledesign/
H A Dtable.src50 …eal;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHE…
82 Text [ en-US ] = "Field name" ;
86 Text [ en-US ] = "Field Name" ;
90 Text [ en-US ] = "Field ~type" ;
94 Text [ en-US ] = "Field Type" ;
98 Text [ en-US ] = "Field length" ;
118 Text [ en-US ] = "Field Properties" ;
/trunk/main/reportdesign/source/core/sdr/
H A Dformatnormalizer.hxx49 struct Field struct in rptui::FormatNormalizer
56 Field() : sName(), nDataType( 0 ), nScale( 0 ), bIsCurrency( 0 ) { } in Field() argument
58 typedef ::std::vector< Field > FieldList;
/trunk/main/extensions/source/dbpilots/
H A Dlistcombopages.src70 Text [ en-US ] = "Field Selection";
135 Text [ en-US ] = "Field Link";
154 Text [ en-US ] = "Field from the ~Value Table";
172 Text [ en-US ] = "Field from the ~List Table";
/trunk/main/wizards/source/template/
H A Dtemplate.src245 Text [ en-US ] = "Alt. Field 1";
251 Text [ en-US ] = "Alt. Field 2";
257 Text [ en-US ] = "Alt. Field 3";
263 Text [ en-US ] = "Alt. Field 4";
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DControlInfo.java27 import java.lang.reflect.Field;
41 Field[] fields = VclControl.class.getDeclaredFields();
42 for (Field field : fields) {
/trunk/main/reportdesign/source/core/misc/
H A Dreportformula.cxx86 case Field: in ReportFormula()
129 m_eType = Field; in impl_construct()
141 bool bIsField = ( getType() == Field ); in getBracketedFieldOrExpression()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java48 import java.lang.reflect.Field;
168 Field propField= null; in registerProperty()
629 Field propField= getClass().getDeclaredField(sMember); in convertPropertyValue()
809 Field propField= getClass().getDeclaredField(sMember); in setPropertyValueNoBroadcast()
843 Field propField= getClass().getDeclaredField(sMember); in getPropertyValue()
/trunk/main/migrationanalysis/src/driver_docs/
H A Dallstrings.ulf35 en-US = "OLE Field Link"
1032 en-US = "Form Field"
1197 en-US = "Mail Merge Field"
1812 en-US = "Field Text"
1848 en-US = "Text Form Field Type"
1962 en-US = "Check Box Form Field"
1989 en-US = "Drop-Down Form Field"
2010 en-US = "Text Form Field"
2025 en-US = "Field name not known"
2130 en-US = "Form Field"
[all …]
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileProvider.java32 import java.lang.reflect.Field;
118 Field fs[] = klass.getFields(); in FileProvider()
119 for (Field f : fs) { in FileProvider()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DIFieldDescription.java27 import java.lang.reflect.Field;
50 Field getField(); in getField()
/trunk/main/reportdesign/inc/
H A Dreportformula.hxx49 Field, enumerator
115 OSL_PRECOND( getType() == Field, "ReportFormula::getFieldName: not bound to a field!" ); in getFieldName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetFilterable.java66 tff[0].Field = 0; in _createFilterDescriptor()
71 tff[1].Field = 1; in _createFilterDescriptor()
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.hrc26 // RID_SCDLG_DPDATAFIELD - DataPilot Data Field Function
27 // RID_SCDLG_PIVOTSUBT - DataPilot Page/Row/Column Field Subtotals
/trunk/main/wizards/source/formwizard/
H A Ddbwizres.src413 Text [ en-US ] = "Field border" ;
551 Text [ en-US ] = "Field selection" ;
740 Text [ en-US ] = "Field" ;
988 Text [ en-US ] = "Field selection" ;
1370 Text [ en-US ] = "Field" ;
1551 Text [ en-US ] = "Field information" ;
1566 Text [ en-US ] = "Field name" ;
1571 Text [ en-US ] = "Field type" ;
1675 Text [ en-US ] = "Field" ;
1685 Text [ en-US ] = "Add a Field" ;
[all …]
/trunk/main/sd/source/ui/dlg/
H A Ddlgfield.src37 Text [ en-US ] = "Field type" ;
105 Text [ en-US ] = "Edit Field" ;

Completed in 127 milliseconds

12345678