Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx648 if (SwFrmFmt* pFtFmt = (SwFrmFmt*)rFmt.GetFooter().GetFooterFmt()) in SetPageULSpaceItems() local
650 SvxULSpaceItem aFtUL(pFtFmt->GetULSpace()); in SetPageULSpaceItems()
653 pFtFmt->SetFmtAttr(SwFmtFrmSize(ATT_MIN_SIZE, 0, rData.nSwFUp)); in SetPageULSpaceItems()
657 pFtFmt->SetFmtAttr(SwHeaderAndFooterEatSpacingItem( in SetPageULSpaceItems()
665 pFtFmt->SetFmtAttr(SwFmtFrmSize(ATT_FIX_SIZE, 0, rData.nSwFUp + nFtUpperSpace)); in SetPageULSpaceItems()
668 pFtFmt->SetFmtAttr(SwHeaderAndFooterEatSpacingItem( in SetPageULSpaceItems()
671 pFtFmt->SetFmtAttr(aFtUL); in SetPageULSpaceItems()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx716 if (SwFrmFmt* pFtFmt = (SwFrmFmt*)rFmt.GetFooter().GetFooterFmt()) in SetPageULSpaceItems() local
718 pFtFmt->SetFmtAttr(SwFmtFrmSize(ATT_MIN_SIZE, 0, rData.nSwFUp)); in SetPageULSpaceItems()
719 SvxULSpaceItem aFtUL(pFtFmt->GetULSpace()); in SetPageULSpaceItems()
721 pFtFmt->SetFmtAttr(aFtUL); in SetPageULSpaceItems()
722 pFtFmt->SetFmtAttr(SwHeaderAndFooterEatSpacingItem( in SetPageULSpaceItems()