Searched refs:nSttDiff (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndindex.cxx | 51 SwNodeRange::SwNodeRange( const SwNodeIndex& rS, long nSttDiff, in SwNodeRange() argument 53 : aStart( rS, nSttDiff ), aEnd( rE, nEndDiff ) in SwNodeRange() 56 SwNodeRange::SwNodeRange( const SwNode& rS, long nSttDiff, in SwNodeRange() argument 58 : aStart( rS, nSttDiff ), aEnd( rE, nEndDiff ) in SwNodeRange()
|
H A D | nodes.cxx | 1943 const sal_uLong nSttDiff = aSttIdx.GetIndex() - pStt->nNode.GetIndex(); in MoveRange() local 1951 pStt->nNode = aRg.aEnd.GetIndex() - nSttDiff; in MoveRange()
|
/aoo42x/main/sw/inc/ |
H A D | ndindex.hxx | 119 SwNodeRange( const SwNodeIndex& rS, long nSttDiff, 121 SwNodeRange( const SwNode& rS, long nSttDiff,
|
Completed in 64 milliseconds