Searched refs:REQUIRED (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/l10ntools/source/filter/merge/ |
H A D | FCFGMerge.cfg | 41 # [REQUIRED] 53 # [REQUIRED] 65 # [REQUIRED] 78 # [REQUIRED] 97 # [REQUIRED] 105 # [REQUIRED] 113 # [REQUIRED]
|
/aoo4110/test/testuno/source/testlib/uno/ |
H A D | HsqlColumnDescriptor.java | 47 public final static int REQUIRED = 1; field in HsqlColumnDescriptor 65 Required = ( _Flags & REQUIRED ) != 0; in HsqlColumnDescriptor() 75 Required = ( _Flags & REQUIRED ) != 0; in HsqlColumnDescriptor()
|
/aoo4110/main/connectivity/qa/connectivity/tools/ |
H A D | HsqlColumnDescriptor.java | 47 public final static int REQUIRED = 1; field in HsqlColumnDescriptor 65 Required = ( _Flags & REQUIRED ) != 0; in HsqlColumnDescriptor() 75 Required = ( _Flags & REQUIRED ) != 0; in HsqlColumnDescriptor()
|
H A D | CRMDatabase.java | 168 …new HsqlColumnDescriptor( "CategoryID",INTEGER, HsqlColumnDescriptor.REQUIRED, "categories", "ID" … in createTables() 194 …new HsqlColumnDescriptor( "CustomerID",INTEGER, HsqlColumnDescriptor.REQUIRED, "customers", "ID" … in createTables()
|
/aoo4110/main/offapi/com/sun/star/configuration/backend/ |
H A D | XLayerHandler.idl | 372 <const>SchemaAttribute::REQUIRED</const> flag set, 407 <const>SchemaAttribute::REQUIRED</const> flag set, 472 <const>SchemaAttribute::REQUIRED</const> flag. 519 <const>SchemaAttribute::REQUIRED</const> flag.
|
H A D | XUpdateHandler.idl | 381 <const>SchemaAttribute::REQUIRED</const> flag set, 412 <const>SchemaAttribute::REQUIRED</const> flag set, 548 <const>SchemaAttribute::REQUIRED</const> flag. 598 <const>SchemaAttribute::REQUIRED</const> flag.
|
H A D | SchemaAttribute.idl | 46 const short REQUIRED = 1;
|
H A D | XSchemaHandler.idl | 391 (unless it is <const>SchemaAttribute::REQUIRED</const>).
|
/aoo4110/main/forms/qa/integration/forms/ |
H A D | MasterDetailForms.java | 105 … new HsqlColumnDescriptor( "FK_ID1", "INTEGER", HsqlColumnDescriptor.REQUIRED, "master", "ID1" ), in impl_createTableStructure() 106 … new HsqlColumnDescriptor( "FK_ID2", "INTEGER", HsqlColumnDescriptor.REQUIRED, "master", "ID2" ), in impl_createTableStructure()
|
H A D | ListBox.java | 224 …KeyColumns.add( new HsqlColumnDescriptor( columnFKName, columnType, HsqlColumnDescriptor.REQUIRED, in impl_createDatabase()
|
/aoo4110/main/offapi/com/sun/star/setup/ |
H A D | UpdateType.idl | 41 REQUIRED
|
/aoo4110/main/xmloff/source/xforms/ |
H A D | XFormsBindContext.cxx | 63 TOKEN_MAP_ENTRY( NONE, REQUIRED ),
|
H A D | xformsexport.cxx | 276 TABLE_ENTRY( "RequiredExpression", NONE, REQUIRED, lcl_string ),
|
Completed in 46 milliseconds