Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/core/data/
H A Dfillinfo.cxx945 SCROW nFirstRealDocRow = static_cast< SCROW >( nFirstRealDocRowS ); in FillInfo() local
961 … while( ((nFirstCellInfoY > 1) && (pRowInfo[ nFirstCellInfoY - 1 ].nRowNo >= nFirstRealDocRow)) || in FillInfo()
962 … ((nFirstCellInfoY == 1) && (static_cast< SCROW >( nY1 - 1 ) >= nFirstRealDocRow)) ) in FillInfo()
1000 for( SCROW nDocRow = nFirstRealDocRow; nDocRow < nFirstDocRow; ++nDocRow ) in FillInfo()
1015 if( (nFirstRealDocCol != nCurrDocCol) || (nFirstRealDocRow != nCurrDocRow) ) in FillInfo()
1017 … if( const ScPatternAttr* pPattern = GetPattern( nFirstRealDocCol, nFirstRealDocRow, nTab ) ) in FillInfo()
1019 … const SfxItemSet* pCond = GetCondResult( nFirstRealDocCol, nFirstRealDocRow, nTab ); in FillInfo()

Completed in 16 milliseconds