Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1025 CellType eDestType = pDest ? pDest->GetCellType() : CELLTYPE_NONE; in MixData() local
1028 sal_Bool bDestEmpty = ( eDestType == CELLTYPE_NONE || eDestType == CELLTYPE_NOTE ); in MixData()
1045 if ( eDestType == CELLTYPE_VALUE ) in MixData()
1053 sal_Bool bDestVal = ( bDestEmpty || eDestType == CELLTYPE_VALUE ); in MixData()
1057 sal_Bool bDestText = ( eDestType == CELLTYPE_STRING || in MixData()
1058 eDestType == CELLTYPE_EDIT ); in MixData()
1118 if ( eDestType == CELLTYPE_FORMULA ) in MixData()

Completed in 17 milliseconds