Searched refs:nColRow (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | dociter.cxx | 104 SCROW nColRow; in GetThisCol() local 118 if (nColRow < nRow) in GetThisCol() 123 if (nColRow == nRow) in GetThisCol() 340 nColRow++; in GetThis() 342 if ( nColRow < pCol->nCount && pCol->pItems[nColRow].nRow <= nEndRow ) in GetThis() 348 ++nColRow; in GetThis() 530 SCSIZE nColRow; in SearchColEntryIndex() local 532 return nColRow; in SearchColEntryIndex() 1072 nColRow++; in GetThis() 1181 while ( nColRow < pCol->nCount && pCol->pItems[nColRow].nRow < nRow ) in GetThis() [all …]
|
/trunk/main/sc/inc/ |
H A D | dociter.hxx | 95 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
|
/trunk/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 370 …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()
|
/trunk/main/oox/source/dump/ |
H A D | dumperbase.cxx | 489 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()
|
/trunk/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 376 … appendAddrName( ::rtl::OUStringBuffer& rStr, sal_Unicode cPrefix, sal_Int32 nColRow, bool bRel );
|
Completed in 93 milliseconds