Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_exp_RTF.cpp1361 …const gchar * pszCanMergeBorders = PP_evalProperty("border-merge",pSpanAP,pBlockAP,pSectionAP,getD… in _write_parafmt() local
1799 if(pszCanMergeBorders != NULL && strcmp(pszCanMergeBorders,"0") != 0) in _write_parafmt()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_BlockLayout.cpp1004 const gchar * pszCanMergeBorders = NULL; in _lookupProperties() local
1005 pszCanMergeBorders = getProperty("border-merge"); in _lookupProperties()
1006 if(pszCanMergeBorders && !strcmp(pszCanMergeBorders,"false")) in _lookupProperties()