Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1003 SwPaM aSectPaM(*mrReader.pPam); in InsertSegments() local
1004 SwNodeIndex aAnchor(aSectPaM.GetPoint()->nNode); in InsertSegments()
1008 aSectPaM.GetPoint()->nNode = aAnchor; in InsertSegments()
1009 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
1011 aSectPaM.Move(fnMoveBackward); in InsertSegments()
1014 const SwPosition* pPos = aSectPaM.GetPoint(); in InsertSegments()
1023 aSectPaM.GetPoint()->nNode = SwNodeIndex(*pTxtNd); in InsertSegments()
1024 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
1025 aSectPaM.GetCntntNode(), 0); in InsertSegments()
1028 aSectPaM.SetMark(); in InsertSegments()
[all …]
/AOO41X/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 …]