Home
last modified time | relevance | path

Searched refs:nTargetPos (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/svl/source/items/
H A Dnranges.cxx482 NUMTYPE nPos1 = 0, nPos2 = 0, nTargetPos = 0; in operator -=() local
494 pTarget[ nTargetPos ] = l1; in operator -=()
495 pTarget[ nTargetPos+1 ] = u1; in operator -=()
496 nTargetPos += 2; in operator -=()
503 pTarget[ nTargetPos ] = l1; in operator -=()
504 pTarget[ nTargetPos+1 ] = u1; in operator -=()
505 nTargetPos += 2; in operator -=()
533 pTarget[ nTargetPos ] = l1; in operator -=()
534 pTarget[ nTargetPos+1 ] = l2 - 1; in operator -=()
535 nTargetPos += 2; in operator -=()
[all …]
/AOO41X/main/sw/source/ui/utlui/
H A Dcontent.cxx2517 sal_uInt16 nTargetPos = 0; in NotifyMoving() local
2520 nTargetPos = USHRT_MAX; in NotifyMoving()
2522 nTargetPos = (( SwOutlineContent* )pTarget->GetUserData())->GetPos(); in NotifyMoving()
2524 nTargetPos != USHRT_MAX) in NotifyMoving()
2528 nTargetPos = (( SwOutlineContent* )pNext->GetUserData())->GetPos() -1; in NotifyMoving()
2530nTargetPos = static_cast<sal_uInt16>(GetWrtShell()->getIDocumentOutlineNodesAccess()->getOutlineNo… in NotifyMoving()
2537 nTargetPos, in NotifyMoving()
2557 sal_uInt16 nTargetPos = 0; in NotifyCopying() local
2560 nTargetPos = USHRT_MAX; in NotifyCopying()
2562 nTargetPos = (( SwOutlineContent* )pTarget->GetUserData())->GetPos(); in NotifyCopying()
[all …]
/AOO41X/main/sd/source/ui/func/
H A Dfuinsfil.cxx643 sal_uLong nTargetPos = pDocliner->GetAbsPos(pPara) + 1; in InsTextOrRTFinOlMode() local
723 pDocliner->Insert( pOutliner->GetText(pSourcePara), nTargetPos, nDepth ); in InsTextOrRTFinOlMode()
729 pDocliner->SetStyleSheet( nTargetPos, pOutlStyle ); in InsTextOrRTFinOlMode()
740 nTargetPos++; in InsTextOrRTFinOlMode()
/AOO41X/main/sd/source/ui/view/
H A Doutlnvsh.cxx1163 long nTargetPos = (long)(fX * nViewWidth); in VirtHScrollHdl() local
1164 long nDelta = nTargetPos - nCurrentPos; in VirtHScrollHdl()
1193 long nTargetPos = (long)(fY * nViewHeight); in VirtVScrollHdl() local
1194 long nDelta = nTargetPos - nCurrentPos; in VirtVScrollHdl()
/AOO41X/main/embeddedobj/source/msole/
H A Downview.cxx351 sal_Int64 nTargetPos = xSeekable->getPosition() + nUrlSize; in ReadContentsAndGenerateTempFile() local
353 xSeekable->seek( nTargetPos ); in ReadContentsAndGenerateTempFile()