Searched defs:gid (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/l10ntools/java/receditor/java/transex3/model/ |
H A D | SdfEntity.java | 29 private String gid; field in SdfEntity 58 …ring project, String source_file, String dummy1, String resource_type, String gid, String lid, Str… in SdfEntity() 141 public void setGid(String gid) { in setGid()
|
/aoo41x/main/l10ntools/java/jpropex/java/ |
H A D | SdfEntity.java | 30 private String gid = new String(""); field in SdfEntity 76 …ring project, String source_file, String dummy1, String resource_type, String gid, String lid, Str… in SdfEntity() 160 public void setGid(String gid) { in setGid()
|
/aoo41x/main/l10ntools/scripts/tool/ |
H A D | sdf.py | 82 gid = "" variable in SdfEntity 111 …def __init__(self, project="", source_file="", dummy1="0", resource_type="", gid="", lid="", helpi… argument
|
/aoo41x/main/sal/osl/unx/ |
H A D | system.h | 382 # define INIT_GROUPS(name, gid) ((setgid((gid)) == 0) && (initgroups((name), (gid)) == 0)) argument
|
/aoo41x/main/sal/osl/os2/ |
H A D | system.h | 403 # define INIT_GROUPS(name, gid) ((setgid((gid)) == 0) && (initgroups((name), (gid)) == 0)) argument
|
/aoo41x/main/cui/source/customize/ |
H A D | selector.cxx | 524 sal_Int32 gid = gids[i]; in Init() local
|
/aoo41x/main/vcl/source/fontsubset/ |
H A D | ttcr.cxx | 1391 sal_uInt32 *gid; /* array of old glyphIDs */ in ProcessTables() local
|
Completed in 37 milliseconds