Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx1437 sal_uLong nCmpPos = 0; in InsertFtn() local
1442 nCmpPos = ::lcl_FindFtnPos( pDoc, pSibling->GetAttr() ); in InsertFtn()
1443 if( nCmpPos > nStPos ) in InsertFtn()
1463 nCmpPos = ::lcl_FindFtnPos( pDoc, pFtn->GetAttr() ); in InsertFtn()
1464 if ( nCmpPos > nStPos ) in InsertFtn()
1485 nCmpPos = ::lcl_FindFtnPos( pDoc, pSibling->GetAttr() ); in InsertFtn()
1490 while ( pSibling && nCmpPos <= nStPos ) in InsertFtn()
1493 nLastPos = nCmpPos; in InsertFtn()
1522 nCmpPos = ::lcl_FindFtnPos( pDoc, pSibling->GetAttr() ); in InsertFtn()
1523 ASSERT( nCmpPos > nLastPos, "InsertFtn: Order of FtnFrm's buggy" ); in InsertFtn()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx123 sal_uIntPtr nCmpPos=nNowPos+1; in MovMarkedToTop() local
136 while (nCmpPos<nNewPos && !bEnd) in MovMarkedToTop()
138 SdrObject* pCmpObj=pOL->GetObj(nCmpPos); in MovMarkedToTop()
146 nNewPos=nCmpPos; in MovMarkedToTop()
152 nNewPos=nCmpPos; in MovMarkedToTop()
157 nCmpPos++; in MovMarkedToTop()
211 sal_uIntPtr nCmpPos=nNowPos; if (nCmpPos>0) nCmpPos--; in MovMarkedToBtm() local
225 while (nCmpPos>nNewPos && !bEnd) in MovMarkedToBtm()
227 SdrObject* pCmpObj=pOL->GetObj(nCmpPos); in MovMarkedToBtm()
235 nNewPos=nCmpPos; in MovMarkedToBtm()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3636 SCCOLROW nCmpPos = bColumnDiff ? (SCCOLROW)aCompare.Row : (SCCOLROW)aCompare.Column; in QueryDifferences_Impl() local
3644 aCmpRange = ScRange( 0,nCmpPos,nTab, MAXCOL,nCmpPos,nTab ); in QueryDifferences_Impl()
3646 …aCmpRange = ScRange( static_cast<SCCOL>(nCmpPos),0,nTab, static_cast<SCCOL>(nCmpPos),MAXROW,nTab ); in QueryDifferences_Impl()
3695 aCmpAddr = ScAddress( aIter.GetCol(), nCmpPos, aIter.GetTab() ); in QueryDifferences_Impl()
3697 … aCmpAddr = ScAddress( static_cast<SCCOL>(nCmpPos), aIter.GetRow(), aIter.GetTab() ); in QueryDifferences_Impl()