Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx2338 bool SwWW8ImplReader::SetSpacing(SwPaM &rMyPam, int nSpace, bool bIsUpper ) in SetSpacing() argument
2341 const SwPosition* pSpacingPos = rMyPam.GetPoint(); in SetSpacing()
2355 rMyPam.GetPoint()->nContent.Assign(rMyPam.GetCntntNode(), 0); in SetSpacing()
2357 rMyPam.GetPoint()->nContent.Assign(rMyPam.GetCntntNode(), nEnd); in SetSpacing()
2364 bool SwWW8ImplReader::SetLowerSpacing(SwPaM &rMyPam, int nSpace) in SetLowerSpacing() argument
2366 return SetSpacing(rMyPam, nSpace, false); in SetLowerSpacing()
2369 bool SwWW8ImplReader::SetUpperSpacing(SwPaM &rMyPam, int nSpace) in SetUpperSpacing() argument
2371 return SetSpacing(rMyPam, nSpace, true); in SetUpperSpacing()
H A Dww8par.hxx1542 bool SetSpacing(SwPaM &rMyPam, int nSpace, bool bIsUpper);
1544 bool SetLowerSpacing(SwPaM &rMyPam, int nSpace);

Completed in 34 milliseconds