Searched refs:nCmpPos (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sw/source/core/layout/ |
H A D | ftnfrm.cxx | 1437 sal_uLong nCmpPos = 0; in InsertFtn() local 1443 if( nCmpPos > nStPos ) in InsertFtn() 1464 if ( nCmpPos > nStPos ) in InsertFtn() 1490 while ( pSibling && nCmpPos <= nStPos ) in InsertFtn() 1493 nLastPos = nCmpPos; in InsertFtn() 1530 if ( nCmpPos > nStPos ) in InsertFtn() 1558 while ( pSibling && !bEnd && (nCmpPos <= nStPos) ) in InsertFtn() 1561 nLastPos = nCmpPos; in InsertFtn() 1598 if ( (nLastPos < nCmpPos) && (nCmpPos > nStPos) ) in InsertFtn() 1609 if ( nCmpPos < nStPos ) in InsertFtn() [all …]
|
/trunk/main/svx/source/svdraw/ |
H A D | svdedtv2.cxx | 123 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() 235 nNewPos=nCmpPos; in MovMarkedToBtm() 241 nNewPos=nCmpPos; in MovMarkedToBtm() [all …]
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | cellsuno.cxx | 3636 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()
|
Completed in 96 milliseconds