Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dnamebuff.cxx98 mnCurrIdx (nBase) in ShrfmlaBuffer()
120 DBG_ASSERT( mnCurrIdx <= 0xFFFF, "*ShrfmlaBuffer::Store(): Gleich wird mir schlecht...!" ); in Store()
126 pData->SetIndex( static_cast< sal_uInt16 >( mnCurrIdx ) ); in Store()
128 index_hash[rRange.aStart] = static_cast< sal_uInt16 >( mnCurrIdx ); in Store()
130 ++mnCurrIdx; in Store()
145 return static_cast< sal_uInt16 >( mnCurrIdx ); in Find()
/trunk/main/sc/source/filter/inc/
H A Dnamebuff.hxx179 size_t mnCurrIdx; member in ShrfmlaBuffer

Completed in 18 milliseconds