Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/data/
H A Ddociter.cxx104 SCROW nColRow; in GetThisCol() local
117 nColRow = (nColPos < pCol->nCount) ? pCol->pItems[nColPos].nRow : MAXROW+1; in GetThisCol()
118 if (nColRow < nRow) in GetThisCol()
121 while (nColRow < nRow); in GetThisCol()
123 if (nColRow == nRow) in GetThisCol()
137 nRow = Min( (SCROW)nColRow, (SCROW)(nAttrEnd+1) ); in GetThisCol()
305 nColRow = 0; // wird bei GetFirst initialisiert in ScValueIterator()
336 pCol->Search( nRow, nColRow ); in GetThis()
339 while (( nColRow < pCol->nCount ) && ( pCol->pItems[nColRow].nRow < nRow )) in GetThis()
340 nColRow++; in GetThis()
[all …]
/AOO41X/main/sc/inc/
H A Ddociter.hxx95 SCSIZE nColRow; member in ScValueIterator
123 ++nColRow, bNumValid = sal_False, sal_True ) in GetNext()
144 …tatic SCROW GetRowByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE nColRow);
145 …atic ScBaseCell* GetCellByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE nColRow);
179 SCSIZE nColRow; member in ScDBQueryDataIterator::DataAccessInternal
230 SCSIZE nColRow; member in ScCellIterator
275 SCSIZE nColRow; member in ScQueryCellIterator
/AOO41X/main/oox/source/xls/
H A Dworksheethelper.cxx370 …void convertOutlines( OutlineLevelVec& orLevels, sal_Int32 nColRow, sal_Int32 nLeve…
1271 sal_Int32 nColRow, sal_Int32 nLevel, bool bCollapsed, bool bRows ) in convertOutlines() argument
1284 orLevels.push_back( nColRow ); in convertOutlines()
1293 groupColumnsOrRows( nFirstInLevel, nColRow - 1, bCollapsed, bRows ); in convertOutlines()
/AOO41X/main/oox/source/dump/
H A Ddumperbase.cxx489 void StringHelper::appendAddrName( OUStringBuffer& rStr, sal_Unicode cPrefix, sal_Int32 nColRow, bo… in appendAddrName() argument
492 if( bRel && (nColRow != 0) ) in appendAddrName()
495 appendDec( rStr, nColRow ); in appendAddrName()
499 appendDec( rStr, nColRow + 1 ); in appendAddrName()
/AOO41X/main/oox/inc/oox/dump/
H A Ddumperbase.hxx376 … appendAddrName( ::rtl::OUStringBuffer& rStr, sal_Unicode cPrefix, sal_Int32 nColRow, bool bRel );