Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Dnranges.cxx494 pTarget[ nTargetPos ] = l1; in operator -=()
496 nTargetPos += 2; in operator -=()
505 nTargetPos += 2; in operator -=()
535 nTargetPos += 2; in operator -=()
558 nTargetPos += 2; in operator -=()
577 pTarget[ nTargetPos ] = 0; in operator -=()
723 nTargetPos += 2; in operator /=()
731 nTargetPos += 2; in operator /=()
743 nTargetPos += 2; in operator /=()
750 nTargetPos += 2; in operator /=()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx2511 sal_uInt16 nTargetPos = 0; in NotifyMoving() local
2514 nTargetPos = USHRT_MAX; in NotifyMoving()
2516 nTargetPos = (( SwOutlineContent* )pTarget->GetUserData())->GetPos(); in NotifyMoving()
2518 nTargetPos != USHRT_MAX) in NotifyMoving()
2522 nTargetPos = (( SwOutlineContent* )pNext->GetUserData())->GetPos() -1; in NotifyMoving()
2531 nTargetPos, in NotifyMoving()
2551 sal_uInt16 nTargetPos = 0; in NotifyCopying() local
2554 nTargetPos = USHRT_MAX; in NotifyCopying()
2556 nTargetPos = (( SwOutlineContent* )pTarget->GetUserData())->GetPos(); in NotifyCopying()
2559 nTargetPos != USHRT_MAX) in NotifyCopying()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/embeddedobj/source/msole/
H A Downview.cxx351 sal_Int64 nTargetPos = xSeekable->getPosition() + nUrlSize; in ReadContentsAndGenerateTempFile() local
353 xSeekable->seek( nTargetPos ); in ReadContentsAndGenerateTempFile()

Completed in 42 milliseconds