Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_SectionLayout.cpp2255 const char* pszFooterMargin = NULL; in _lookupProperties() local
2262 pSectionAP->getProperty("page-margin-footer", (const gchar *&)pszFooterMargin); in _lookupProperties()
2319 if(pszFooterMargin && pszFooterMargin[0]) in _lookupProperties()
2321 m_iFooterMargin = UT_convertToLogicalUnits(pszFooterMargin); in _lookupProperties()
2322 m_dFooterMarginUserUnits = UT_convertDimensionless(pszFooterMargin); in _lookupProperties()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_EditMethods.cpp9435 const char* pszFooterMargin = NULL; in s_doPageSetupDlg() local
9475 pszFooterMargin = UT_getAttribute("page-margin-footer", props_in); in s_doPageSetupDlg()
9476 if(pszFooterMargin) in s_doPageSetupDlg()
9477 dFooterMargin = UT_convertToInches(pszFooterMargin); in s_doPageSetupDlg()