Home
last modified time | relevance | path

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

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

Completed in 46 milliseconds