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

Class Index

kword'HTMLTree (./koffice/kword/filters/html/kword_xml2html.cc:78)

typedef struct HTMLTree {
    HTMLObject ObjectType;

    union {
        /* This structure represents the contents of one <TEXT>...</TEXT> markup
         */
        tTextStruct TextStruct;
        struct {
            int iLeft;
            int iRight;
            int iTop;
            int iBottom;
            char *zFileName;
        }Image;
        tTable Table;
    }u;
    struct HTMLTree *pNext;