Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx993 SwPaM aSectPaM(*mrReader.pPam); in InsertSegments() local
994 SwNodeIndex aAnchor(aSectPaM.GetPoint()->nNode); in InsertSegments()
998 aSectPaM.GetPoint()->nNode = aAnchor; in InsertSegments()
999 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
1001 aSectPaM.Move(fnMoveBackward); in InsertSegments()
1004 const SwPosition* pPos = aSectPaM.GetPoint(); in InsertSegments()
1013 aSectPaM.GetPoint()->nNode = SwNodeIndex(*pTxtNd); in InsertSegments()
1014 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
1015 aSectPaM.GetCntntNode(), 0); in InsertSegments()
1018 aSectPaM.SetMark(); in InsertSegments()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4077 SwPaM aSectPaM(*mrReader.pPaM); in InsertSegments() local
4078 SwNodeIndex aAnchor(aSectPaM.GetPoint()->nNode); in InsertSegments()
4082 aSectPaM.GetPoint()->nNode = aAnchor; in InsertSegments()
4083 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
4085 aSectPaM.Move(fnMoveBackward); in InsertSegments()
4088 const SwPosition* pPos = aSectPaM.GetPoint(); in InsertSegments()
4097 aSectPaM.GetPoint()->nNode = SwNodeIndex(*pTxtNd); in InsertSegments()
4098 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
4099 aSectPaM.GetCntntNode(), 0); in InsertSegments()
4102 aSectPaM.SetMark(); in InsertSegments()
[all …]