Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/core/tool/
H A Dcollect.cxx389 if ( rData1.nStrType > rData2.nStrType ) in Compare()
391 else if ( rData1.nStrType < rData2.nStrType ) in Compare()
393 else if ( !rData1.nStrType /* && !rData2.nStrType */ ) in Compare()
434 if (pData->nStrType) in FindText()
448 if (pData->nStrType) in FindText()
476 if (pData->nStrType) in FindText()
506 if ( pData->nStrType && ScGlobal::GetpTransliteration()->isEqual( in GetExactMatch()
/aoo42x/main/sc/inc/
H A Dcollect.hxx152 nStrType(nType) {} in TypedStrData()
161 nStrType(rCpy.nStrType) {} in TypedStrData()
165 sal_Bool IsStrData() const { return nStrType != 0; } in IsStrData()
174 sal_uInt16 nStrType; // 0 = Value member in TypedStrData
/aoo42x/main/sw/source/core/fields/
H A Dexpfld.cxx829 SwFldTypesEnum const nStrType( (IsSequenceFld()) in GetFieldName() local
835 String aStr( SwFieldType::GetTypeStr( static_cast<sal_uInt16>(nStrType) ) ); in GetFieldName()
840 if (TYP_SEQFLD != nStrType) in GetFieldName()

Completed in 25 milliseconds