Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx2161 String aInfoType( GetString() ); in ScCell() local
2169 ScCellKeywordTranslator::transKeyword(aInfoType, ScGlobal::GetLocale(), ocCell); in ScCell()
2172 if( aInfoType.EqualsAscii( "COL" ) ) in ScCell()
2176 else if( aInfoType.EqualsAscii( "ROW" ) ) in ScCell()
2180 else if( aInfoType.EqualsAscii( "SHEET" ) ) in ScCell()
2184 else if( aInfoType.EqualsAscii( "ADDRESS" ) ) in ScCell()
2190 else if( aInfoType.EqualsAscii( "FILENAME" ) ) in ScCell()
2214 else if( aInfoType.EqualsAscii( "COORD" ) ) in ScCell()
2228 else if( aInfoType.EqualsAscii( "CONTENTS" ) ) in ScCell()
2238 else if( aInfoType.EqualsAscii( "TYPE" ) ) in ScCell()
[all …]