Home
last modified time | relevance | path

Searched refs:nPgLeft (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dww8par2.hxx118 const sal_uInt32 nPgLeft,
H A Dww8par.hxx730 sal_uInt32 nPgLeft; member in wwSection
752 sal_uInt32 GetPageLeft() const { return nPgLeft; } in GetPageLeft()
H A Dww8par6.cxx431 rSection.nPgLeft = nWWLe; in SetLeftRight()
796 nPgLeft(MM_250), nPgRight(MM_250), mnBorders(0), mbHasFootnote(false) in wwSection()
1938 const sal_uInt32 nPgLeft, in WW8SwFlyPara() argument
1944 (void) nPgLeft; in WW8SwFlyPara()
H A Dww8par2.cxx318 return !maSegments.empty() ? maSegments.back().nPgLeft : 0; in GetPageLeft()