/aoo4110/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | DataAwareFields.java | 25 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()
|
/aoo4110/main/l10ntools/source/help/ |
H A D | HelpFileDocument.java | 34 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()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridctrl.src | 95 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" ;
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | pcrmiscres.src | 120 Text [ en-US ] = "Label Field" ; 132 Text [ en-US ] = "Formatted Field"; 164 Text [ en-US ] = "Date Field" ; 168 Text [ en-US ] = "Time Field" ; 172 Text [ en-US ] = "Numeric Field" ; 176 Text [ en-US ] = "Currency Field" ; 180 Text [ en-US ] = "Pattern Field" ;
|
/aoo4110/main/wizards/com/sun/star/wizards/common/ |
H A D | ConfigGroup.java | 25 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()
|
/aoo4110/main/connectivity/source/drivers/kab/ |
H A D | kfields.cxx | 47 ::KABC::Field::List aFields = ::KABC::Field::allFields(); in valueOfKabField() 63 ::KABC::Field::List aFields = ::KABC::Field::allFields(); in findKabField() 64 ::KABC::Field::List::iterator aField; in findKabField()
|
/aoo4110/test/testuno/source/fvt/uno/sc/data/ |
H A D | DataSort.java | 94 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 D | StandardFilterOption.java | 95 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()
|
/aoo4110/main/ridljar/com/sun/star/lib/uno/typedesc/ |
H A D | FieldDescription.java | 28 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;
|
/aoo4110/main/svx/source/form/ |
H A D | fmexpl.src | 186 Text [ en-US ] = "~Date Field"; 193 Text [ en-US ] = "Tim~e Field"; 200 Text [ en-US ] = "~Numerical Field"; 207 Text [ en-US ] = "C~urrency Field"; 214 Text [ en-US ] = "~Pattern Field"; 228 Text [ en-US ] = "Fo~rmatted Field";
|
H A D | fmstring.src | 199 Text [ en-US ] = "Label Field"; 211 Text [ en-US ] = "Formatted Field"; 235 Text [ en-US ] = "Date Field"; 239 Text [ en-US ] = "Time Field"; 243 Text [ en-US ] = "Numeric Field"; 247 Text [ en-US ] = "Currency Field"; 251 Text [ en-US ] = "Pattern Field";
|
/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | table.src | 52 …eal;Integer;Small Integer;Tiny Integer;SQL Null;Object;Distinct;Structure;Field;BLOB;CLOB;REF;OTHE… 84 Text [ en-US ] = "Field name" ; 88 Text [ en-US ] = "Field Name" ; 92 Text [ en-US ] = "Field ~type" ; 96 Text [ en-US ] = "Field Type" ; 100 Text [ en-US ] = "Field length" ; 120 Text [ en-US ] = "Field Properties" ;
|
/aoo4110/main/reportdesign/source/core/sdr/ |
H A D | formatnormalizer.hxx | 49 struct Field struct in rptui::FormatNormalizer 56 Field() : sName(), nDataType( 0 ), nScale( 0 ), bIsCurrency( 0 ) { } in Field() function 58 typedef ::std::vector< Field > FieldList;
|
/aoo4110/main/extensions/source/dbpilots/ |
H A D | listcombopages.src | 70 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";
|
/aoo4110/test/testassistant/src/org/openoffice/test/assistant/views/ |
H A D | ControlInfo.java | 27 import java.lang.reflect.Field; 41 Field[] fields = VclControl.class.getDeclaredFields(); 42 for (Field field : fields) {
|
/aoo4110/main/wizards/source/template/ |
H A D | template.src | 245 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";
|
/aoo4110/main/reportdesign/source/core/misc/ |
H A D | reportformula.cxx | 86 case Field: in ReportFormula() 129 m_eType = Field; in impl_construct() 141 bool bIsField = ( getType() == Field ); in getBracketedFieldOrExpression()
|
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySet.java | 48 import java.lang.reflect.Field; 168 Field propField= null; in registerProperty() 631 Field propField= getClass().getDeclaredField(sMember); in convertPropertyValue() 811 Field propField= getClass().getDeclaredField(sMember); in setPropertyValueNoBroadcast() 845 Field propField= getClass().getDeclaredField(sMember); in getPropertyValue()
|
/aoo4110/test/testcommon/source/org/openoffice/test/common/ |
H A D | FileProvider.java | 32 import java.lang.reflect.Field; 118 Field fs[] = klass.getFields(); in FileProvider() 119 for (Field f : fs) { in FileProvider()
|
/aoo4110/main/ridljar/com/sun/star/uno/ |
H A D | IFieldDescription.java | 27 import java.lang.reflect.Field; 50 Field getField(); in getField()
|
/aoo4110/main/migrationanalysis/src/driver_docs/ |
H A D | allstrings.ulf | 35 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 …]
|
/aoo4110/main/reportdesign/inc/ |
H A D | reportformula.hxx | 49 Field, enumerator 115 OSL_PRECOND( getType() == Field, "ReportFormula::getFieldName: not bound to a field!" ); in getFieldName()
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | pvfundlg.hrc | 26 // RID_SCDLG_DPDATAFIELD - DataPilot Data Field Function 27 // RID_SCDLG_PIVOTSUBT - DataPilot Page/Row/Column Field Subtotals
|
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetFilterable.java | 66 tff[0].Field = 0; in _createFilterDescriptor() 71 tff[1].Field = 1; in _createFilterDescriptor()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | dlgfield.src | 37 Text [ en-US ] = "Field type" ; 105 Text [ en-US ] = "Edit Field" ;
|