Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/rtf/
H A Dswparrtf.cxx628 short nWWLo = static_cast< short >(rSection.maPageInfo.mnMargbsxn); in GetPageULData() local
695 if ( nWWLo > 0 && nWWLo >= nWWFBot ) in GetPageULData()
696 rData.nSwFUp = nWWLo - nWWFBot; in GetPageULData()
704 rData.nSwLo = Abs(nWWLo); in GetPageULData()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8par6.cxx540 sal_Int32 nWWLo = rSection.maSep.dyaBottom; in GetPageULData() local
599 if ( nWWLo > 0 && in GetPageULData()
600 static_cast<sal_uInt32>(abs(nWWLo)) >= nWWFBot ) in GetPageULData()
601 rData.nSwFUp = nWWLo - nWWFBot; in GetPageULData()
611 rData.nSwLo = Abs(nWWLo); in GetPageULData()

Completed in 60 milliseconds