Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpd_Document.cpp3345 const char * szBot = NULL; in getRowsColsFromTableSDH() local
3377 bres = getPropertyFromSDH(cellSDH,bShowRevisions, iRevisionLevel,"bot-attach",&szBot); in getRowsColsFromTableSDH()
3379 if(szBot && *szBot) in getRowsColsFromTableSDH()
3380 iBot = atoi(szBot); in getRowsColsFromTableSDH()
3466 const char * szBot = NULL; in miniDump() local
3470 getPropertyFromSDH(pfs,true, PD_MAX_REVISION,"bot-attach",&szBot); in miniDump()
3473 …GMSG(("left-attach %s right-attach %s top-attach %s bot-attach %s \n",szLeft,szRight,szTop,szBot)); in miniDump()
3514 const char * szBot = NULL; in getCellSDHFromRowCol() local
3563 bres = getPropertyFromSDH(cellSDH,bShowRevisions,iRevisionLevel,"bot-attach",&szBot); in getCellSDHFromRowCol()
3565 if(szBot && *szBot) in getCellSDHFromRowCol()
[all …]