Searched refs:nAktNode (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/core/crsr/ |
H A D | callnk.cxx | 47 SwCallLink::SwCallLink( SwCrsrShell & rSh, sal_uLong nAktNode, xub_StrLen nAktCntnt, in SwCallLink() argument 49 : rShell( rSh ), nNode( nAktNode ), nCntnt( nAktCntnt ), in SwCallLink() 98 sal_uLong nAktNode = pCurCrsr->GetPoint()->nNode.GetIndex(); in ~SwCallLink() local 104 if( nNdTyp != nNdWhich || nNode != nAktNode ) in ~SwCallLink()
|
H A D | callnk.hxx | 43 SwCallLink( SwCrsrShell & rSh, sal_uLong nAktNode, xub_StrLen nAktCntnt,
|
H A D | crsrsh.cxx | 224 nAktNode = rNd.GetIndex(); in StartAction() 305 SwCallLink aLk( *this, nAktNode, nAktCntnt, (sal_uInt8)nAktNdTyp, in EndAction() 326 aLk.nNode = nAktNode; // evt. Link callen in EndAction()
|
/trunk/main/sw/inc/ |
H A D | crsrsh.hxx | 207 sal_uLong nAktNode; // save CursorPos at Start-Action member in SwCrsrShell
|
Completed in 29 milliseconds