Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_Paragraph.cpp205 const char * pPlusFound = strrchr(sz, '+'); in setDialogData() local
206 if (pPlusFound && *(pPlusFound + 1) == 0) in setDialogData()
211 int posPlus = pPlusFound - (char*) sz; in setDialogData()
H A Dap_Dialog_Styles.cpp1519 const char * pPlusFound = NULL; in event_paraPreviewUpdated() local
1554 pPlusFound = strrchr(sz, '+'); in event_paraPreviewUpdated()
1555 if (pPlusFound && *(pPlusFound + 1) == 0) in event_paraPreviewUpdated()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_exp_RTF.cpp1760 const char * pPlusFound = strrchr(szLineHeight, '+'); in _write_parafmt() local
1761 … if (pPlusFound && *(pPlusFound + 1) == 0) // "+" means "at least" line spacing in _write_parafmt()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_BlockLayout.cpp543 const char * pPlusFound = strrchr(pszSpacing, '+'); in _lookupMarginProperties() local
547 if (pPlusFound && *(pPlusFound + 1) == 0) in _lookupMarginProperties()
552 int posPlus = pPlusFound - pszSpacing; in _lookupMarginProperties()
919 const char * pPlusFound = strrchr(pszSpacing, '+'); in _lookupProperties() local
920 if (pPlusFound && *(pPlusFound + 1) == 0) in _lookupProperties()
925 int posPlus = pPlusFound - pszSpacing; in _lookupProperties()