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.cxx994 SwPaM aSectPaM(*mrReader.pPam); in InsertSegments() local
999 aSectPaM.GetPoint()->nNode = aAnchor; in InsertSegments()
1000 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
1002 aSectPaM.Move(fnMoveBackward); in InsertSegments()
1005 const SwPosition* pPos = aSectPaM.GetPoint(); in InsertSegments()
1015 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
1016 aSectPaM.GetCntntNode(), 0); in InsertSegments()
1019 aSectPaM.SetMark(); in InsertSegments()
1021 aSectPaM.GetPoint()->nNode = aIter->maStart; in InsertSegments()
1022 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4078 SwPaM aSectPaM(*mrReader.pPaM); in InsertSegments() local
4083 aSectPaM.GetPoint()->nNode = aAnchor; in InsertSegments()
4084 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
4086 aSectPaM.Move(fnMoveBackward); in InsertSegments()
4089 const SwPosition* pPos = aSectPaM.GetPoint(); in InsertSegments()
4099 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
4100 aSectPaM.GetCntntNode(), 0); in InsertSegments()
4103 aSectPaM.SetMark(); in InsertSegments()
4105 aSectPaM.GetPoint()->nNode = aIter->maStart; in InsertSegments()
4106 aSectPaM.GetPoint()->nContent.Assign( in InsertSegments()
[all …]

Completed in 61 milliseconds