Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx620 short nWWFBot = static_cast< short >(rSection.maPageInfo.mnFootery); in GetPageULData() local
684 rData.nSwLo = nWWFBot; // Footer -> Umrechnen in GetPageULData()
685 if ( nWWLo > 0 && nWWLo >= nWWFBot ) in GetPageULData()
686 rData.nSwFUp = nWWLo - nWWFBot; in GetPageULData()
/trunk/main/sw/source/filter/ww8/
H A Dww8par6.cxx541 sal_uInt32 nWWFBot = rSection.maSep.dyaHdrBottom; in GetPageULData() local
595 rData.nSwLo = nWWFBot; // Footer -> Umrechnen in GetPageULData()
599 static_cast<sal_uInt32>(abs(nWWLo)) >= nWWFBot ) in GetPageULData()
600 rData.nSwFUp = nWWLo - nWWFBot; in GetPageULData()