Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/vba/
H A Dvbapagesetup.cxx108 sal_Bool isFooterOn = sal_False; in getFooterDistance() local
109 …Props->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterIsOn"))) >>= isFooterOn; in getFooterDistance()
110 if( !isFooterOn ) in getFooterDistance()
118 sal_Bool isFooterOn = sal_False; in setFooterDistance() local
123 …Props->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FooterIsOn"))) >>= isFooterOn; in setFooterDistance()
124 if( !isFooterOn ) in setFooterDistance()

Completed in 17 milliseconds