Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.hxx731 sal_uInt32 nPgRight; member in wwSection
753 sal_uInt32 GetPageRight() const { return nPgRight; } in GetPageRight()
H A Dww8par6.cxx432 rSection.nPgRight = nWWRi; in SetLeftRight()
796 nPgLeft(MM_250), nPgRight(MM_250), mnBorders(0), mbHasFootnote(false) in wwSection()
H A Dww8par2.cxx323 return !maSegments.empty() ? maSegments.back().nPgRight : 0; in GetPageRight()