Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpd_Document.cpp7426 const gchar * pszRevision = NULL; in acceptAllRevisions() local
7427 pAP->getAttribute("revision", pszRevision); in acceptAllRevisions()
7429 if(pszRevision == NULL) in acceptAllRevisions()
7436 PP_RevisionAttr RevAttr(pszRevision); in acceptAllRevisions()
7508 const gchar * pszRevision = NULL; in rejectAllHigherRevisions() local
7509 pAP->getAttribute("revision", pszRevision); in rejectAllHigherRevisions()
7511 if(pszRevision == NULL) in rejectAllHigherRevisions()
7518 PP_RevisionAttr RevAttr(pszRevision); in rejectAllHigherRevisions()
7619 const gchar * pszRevision = NULL; in acceptRejectRevision() local
7622 if(pszRevision == NULL) in acceptRejectRevision()
[all …]
H A Dpt_PT_DeleteSpan.cpp1319 const gchar * pszRevision; in _fixHdrFtrReferences() local
1320 if(pAP->getAttribute("revision", pszRevision) && pszRevision) in _fixHdrFtrReferences()
1323 PP_RevisionAttr Revisions(pszRevision); in _fixHdrFtrReferences()