Home
last modified time | relevance | path

Searched refs:pPLCF_dgg (Results 1 – 1 of 1) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_97.cpp5919 UT_uint32 *pPLCF_dgg = NULL; in _handleTextBoxes() local
5944 if(wvGetPLCF((void **) &pPLCF_dgg, ps->fib.fcDggInfo, ps->fib.lcbDggInfo, ps->tablefd)) in _handleTextBoxes()
5961 UT_return_if_fail(pPLCF_dgg && pPLCF_txt); in _handleTextBoxes()
5964 m_pTextboxes[i].ref_pos = pPLCF_dgg[i]; in _handleTextBoxes()
5971 wvFree(pPLCF_dgg); in _handleTextBoxes()