Home
last modified time | relevance | path

Searched refs:nIdxPos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/cui/source/dialogs/
H A Dhyphen.cxx383 sal_Int16 nIdxPos = -1; in ContinueHyph_Impl() local
387 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()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx1336 sal_uInt16 nIdxPos; in Delete() local
1345 pOutlineNds->Seek_Entry( pNd, &nIdxPos )) in Delete()
1348 pOutlineNds->Remove( nIdxPos ); in Delete()
1661 sal_uInt16 nIdxPos; in DelNodes() local
1662 if( pOutlineNds->Seek_Entry( pNd, &nIdxPos )) in DelNodes()
1664 pOutlineNds->Remove( nIdxPos ); in DelNodes()
H A Dndtbl.cxx275 sal_uLong nIdxPos = 0; in InsBoxen() local
306 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 385 milliseconds