Home
last modified time | relevance | path

Searched refs:nFlyIdx (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx523 nFlyIdx = 0; in SwLayHelper()
1025 if( pPage->GetSortedObjs() && nFlyIdx < nFlyCount ) in _CheckFlyCache()
1089 while( nFlyIdx < nFlyCount && ( pFlyC = pImpl-> in _CheckFlyCache()
1090 GetFlyCache(nFlyIdx) )->nPageNum < nPgNum) in _CheckFlyCache()
1091 ++nFlyIdx; in _CheckFlyCache()
1095 sal_uInt16 nIdx = nFlyIdx; in _CheckFlyCache()
H A Dlayhelp.hxx125 sal_uInt16 nFlyIdx; // the index in the fly cache array member in SwLayHelper
142 { if( pImpl && nFlyIdx < pImpl->GetFlyCount() ) _CheckFlyCache( pPage ); } in CheckFlyCache()

Completed in 28 milliseconds