Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_ContainerLayout.cpp287 const gchar * szLid=NULL; in getLevelInList() local
290 if (!pAP || !pAP->getAttribute(PT_LISTID_ATTRIBUTE_NAME, szLid)) in getLevelInList()
291 szLid = NULL; in getLevelInList()
292 if (szLid) in getLevelInList()
294 id = atoi(szLid); in getLevelInList()
H A Dfl_BlockLayout.cpp1082 const gchar * szLid=NULL; in _lookupProperties() local
1087 if (!pBlockAP || !pBlockAP->getAttribute(PT_LISTID_ATTRIBUTE_NAME, szLid)) in _lookupProperties()
1088 szLid = NULL; in _lookupProperties()
1089 if (szLid) in _lookupProperties()
1091 id = atoi(szLid); in _lookupProperties()
10381 const gchar * szLid=NULL; in StartList() local
10384 if (!pBlockAP || !pBlockAP->getAttribute(PT_LISTID_ATTRIBUTE_NAME, szLid)) in StartList()
10385 szLid = NULL; in StartList()
10386 if (szLid) in StartList()
10387 id = atoi(szLid); in StartList()