Searched refs:nIdxPos (Results 1 – 3 of 3) sorted by relevance
383 sal_Int16 nIdxPos = -1; in ContinueHyph_Impl() local387 nIdxPos++; in ContinueHyph_Impl()391 nIdxPos += nHyphenationPositionsOffset; in ContinueHyph_Impl()396 DBG_ASSERT(0 <= nIdxPos && nIdxPos < nLen, "index out of range"); in ContinueHyph_Impl()397 if (nLen && 0 <= nIdxPos && nIdxPos < nLen) in ContinueHyph_Impl()399 nInsPos = aSeq.getConstArray()[ nIdxPos ]; in ContinueHyph_Impl()
1336 sal_uInt16 nIdxPos; in Delete() local1345 pOutlineNds->Seek_Entry( pNd, &nIdxPos )) in Delete()1348 pOutlineNds->Remove( nIdxPos ); in Delete()1661 sal_uInt16 nIdxPos; in DelNodes() local1662 if( pOutlineNds->Seek_Entry( pNd, &nIdxPos )) in DelNodes()1664 pOutlineNds->Remove( nIdxPos ); in DelNodes()
275 sal_uLong nIdxPos = 0; in InsBoxen() local306 nIdxPos = pNxtBox->GetSttIdx(); in InsBoxen()312 nIdxPos = pTblNd->EndOfSectionIndex(); in InsBoxen()315 nIdxPos = pNxtBox->GetSttIdx(); in InsBoxen()317 nIdxPos = pPrvBox->GetSttNd()->EndOfSectionIndex() + 1; in InsBoxen()319 SwNodeIndex aEndIdx( *this, nIdxPos ); in InsBoxen()
Completed in 224 milliseconds