Searched refs:Id (Results 1 - 4 of 4) sorted by relevance

/inkscape/po/
H A Dcheck-markup41 if ($str =~ /\AProject-Id-Version:.*POT-Creation-Date/
140 if ((($_[0] eq '""') && ($_[1] =~ /Project-Id-Version:.*POT-Creation-Date:/s))
/inkscape/src/libuemf/
H A Dupmf.c437 \param Id Object ID
438 \returns 0 on success, !0 on error. -1 on Type change, -2 on Id change
440 Safe to test for Id, Type changes by calling with size=0.
442 int U_OA_append(U_OBJ_ACCUM *oa, const char *data, int size, int Type, int Id){ argument
447 if(oa->Id != Id)return(-2);
462 oa->Id = Id;
475 /* Type and Id may be ignored as they are reset on the first append */
1655 \param Id U_PSEUDO_OB
1659 U_PMF_IMAGE_set(uint32_t Version, const U_PSEUDO_OBJ *Id) argument
[all...]
H A Dupmf.h1325 int Id; /**< Object ID */ member in struct:__anon226
2849 int U_OA_append(U_OBJ_ACCUM *oa, const char *data, int size, int Type, int Id);
H A Dupmf_print.c2825 ObjCont->used, ObjCont->Id, ObjCont->Type);

Completed in 72 milliseconds