Functions

ie_Table.cpp File Reference

#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <locale.h>
#include "ut_assert.h"
#include "ut_debugmsg.h"
#include "ut_string.h"
#include "ut_std_string.h"
#include "ut_units.h"
#include "pd_Document.h"
#include "pf_Frag_Strux.h"
#include "pp_AttrProp.h"
#include "ie_Table.h"

Functions

static UT_sint32 compareCellX (const void *vX1, const void *vX2)

Function Documentation

static UT_sint32 compareCellX ( const void *  vX1,
const void *  vX2 
) [static]

This static function is used to compare CellX's for the qsort method of UT_Vector

Parameters:
vX1 pointer to a CellX value.
vX2 pointer to a second CellX value

Referenced by ie_imp_table::_buildCellXVector().