Source Code (Use browser search to find items of interest.)

Class Index

kword'Er (./koffice/kword/filters/html/xmlparse.cc:407)

struct Er {
  const char *zName;     /* The name of this entity reference.  ex:  "amp" */
  const char *zValue;    /* The value for this entity.          ex:  "&" */
  Er *pNext;       /* Next entity with the same hash on zName */
};

/* The size of the hash table.  For best results this should
** be a prime number which is about the same size as the number of
** character entity references known to the system. */