Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx304 XMLPropertyState* pPMFooterHeight = nullptr; in ContextFilter() local
370 case CTF_PM_FOOTERHEIGHT: pPMFooterHeight = pProp; break; in ContextFilter()
515 if( pPMFooterHeight && (!pPMFooterDynamic || getBOOL( pPMFooterDynamic->maValue )) ) in ContextFilter()
516 lcl_RemoveState( pPMFooterHeight ); in ContextFilter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx375 XMLPropertyState* pPMFooterHeight = nullptr; in ContextFilter() local
474 case CTF_PM_FOOTERHEIGHT: pPMFooterHeight = pProp; break; in ContextFilter()
619 if( pPMFooterHeight && (!pPMFooterDynamic || getBOOL( pPMFooterDynamic->maValue )) ) in ContextFilter()
620 lcl_RemoveState( pPMFooterHeight ); in ContextFilter()