Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx2337 bool SwWW8ImplReader::SetSpacing(SwPaM &rMyPam, int nSpace, bool bIsUpper ) in SetSpacing() argument
2340 const SwPosition* pSpacingPos = rMyPam.GetPoint(); in SetSpacing()
2354 rMyPam.GetPoint()->nContent.Assign(rMyPam.GetCntntNode(), 0); in SetSpacing()
2356 rMyPam.GetPoint()->nContent.Assign(rMyPam.GetCntntNode(), nEnd); in SetSpacing()
2363 bool SwWW8ImplReader::SetLowerSpacing(SwPaM &rMyPam, int nSpace) in SetLowerSpacing() argument
2365 return SetSpacing(rMyPam, nSpace, false); in SetLowerSpacing()
2368 bool SwWW8ImplReader::SetUpperSpacing(SwPaM &rMyPam, int nSpace) in SetUpperSpacing() argument
2370 return SetSpacing(rMyPam, nSpace, true); in SetUpperSpacing()
H A Dww8par.hxx1541 bool SetSpacing(SwPaM &rMyPam, int nSpace, bool bIsUpper);
1543 bool SetLowerSpacing(SwPaM &rMyPam, int nSpace);