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

Class Index

kword'Table (./koffice/kword/filters/html/kword_xml2html.cc:70)

typedef struct Table {
    int iColumnNum;
    int iRowNum;
    tTableText *pTextAttributes;
    struct Table *pNext;
    struct Table *pPrevious;