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
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()
1024 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
1025 aSectPaM.GetCntntNode(), 0); in InsertSegments()
1028 aSectPaM.SetMark(); in InsertSegments()
1030 aSectPaM.GetPoint()->nNode = aIter->maStart; in InsertSegments()
1031 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
[all …]
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par.cxx4077 SwPaM aSectPaM(*mrReader.pPaM); in InsertSegments() local
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()
4098 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
4099 aSectPaM.GetCntntNode(), 0); in InsertSegments()
4102 aSectPaM.SetMark(); in InsertSegments()
4104 aSectPaM.GetPoint()->nNode = aIter->maStart; in InsertSegments()
4105 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
[all …]

Completed in 54 milliseconds