Lines Matching refs:nStt
179 sal_uInt32 nStt = aPam.GetPoint()->nNode.GetIndex(), in SelectionHasNumber() local
181 if( nStt > nEnd ) in SelectionHasNumber()
183 sal_uInt32 nTmp = nStt; nStt = nEnd; nEnd = nTmp; in SelectionHasNumber()
185 for (sal_uInt32 nPos = nStt; nPos<=nEnd; nPos++) { in SelectionHasNumber()
225 sal_uInt32 nStt = aPam.GetPoint()->nNode.GetIndex(), in SelectionHasBullet() local
227 if( nStt > nEnd ) in SelectionHasBullet()
229 sal_uInt32 nTmp = nStt; nStt = nEnd; nEnd = nTmp; in SelectionHasBullet()
231 for (sal_uInt32 nPos = nStt; nPos<=nEnd; nPos++) { in SelectionHasBullet()
525 sal_uLong nStt = aPos.nNode.GetIndex(), nIdx = nStt - 1; in MoveNumParas() local
531 nOffset = nIdx - nStt; in MoveNumParas()
540 sal_uLong nStt = aCrsr.GetPoint()->nNode.GetIndex(), nIdx = nStt+1; in MoveNumParas() local
561 if( nStt == nIdx || !GetDoc()->GetNodes()[ nIdx ]->IsTxtNode() ) in MoveNumParas()
564 nOffset = nIdx - nStt; in MoveNumParas()
852 void SwEditShell::SetNodeNumStart( sal_uInt16 nStt ) in SetNodeNumStart() argument
863 GetDoc()->SetNodeNumStart( *aRangeArr.SetPam( n, aPam ).GetPoint(), nStt ); in SetNodeNumStart()
867 GetDoc()->SetNodeNumStart( *pCrsr->GetPoint(), nStt ); in SetNodeNumStart()