Searched refs:CELLTYPE_NONE (Results 1 – 24 of 24) sorted by relevance
478 CellType eType1 = CELLTYPE_NONE; in CellEqual()479 CellType eType2 = CELLTYPE_NONE; in CellEqual()486 eType1 = CELLTYPE_NONE; in CellEqual()494 eType2 = CELLTYPE_NONE; in CellEqual()501 case CELLTYPE_NONE: // beide leer in CellEqual()
1024 CellType eSrcType = pSrc ? pSrc->GetCellType() : CELLTYPE_NONE; in MixData()1025 CellType eDestType = pDest ? pDest->GetCellType() : CELLTYPE_NONE; in MixData()1027 sal_Bool bSrcEmpty = ( eSrcType == CELLTYPE_NONE || eSrcType == CELLTYPE_NOTE ); in MixData()1028 sal_Bool bDestEmpty = ( eDestType == CELLTYPE_NONE || eDestType == CELLTYPE_NOTE ); in MixData()1867 return CELLTYPE_NONE; in GetCellType()
86 case CELLTYPE_NONE: in GetNameOccurences()
221 CellType eCellType = pFirstCell ? pFirstCell->GetCellType() : CELLTYPE_NONE; in FillAnalyse()378 CellType eType = pCell ? pCell->GetCellType() : CELLTYPE_NONE; in FillAnalyse()758 CellType eCellType = CELLTYPE_NONE; in FillAuto()803 eCellType = CELLTYPE_NONE; in FillAuto()
244 CellType eType1 = CELLTYPE_NONE, eType2 = CELLTYPE_NONE; in CompareCell()
1514 CellType eType = pCell ? pCell->GetCellType() : CELLTYPE_NONE; in TransliterateText()
596 switch (pCell ? pCell->GetCellType() : CELLTYPE_NONE) in getCurrent()
873 CellType eType2 = pCell2 ? pCell2->GetCellType() : CELLTYPE_NONE; in SwapRow()
2875 return CELLTYPE_NONE; in GetCellType()2885 rCellType = CELLTYPE_NONE; in GetCellType()
1155 return CELLTYPE_NONE; in GetCellType()
145 if ( nType != CELLTYPE_NONE ) in ScMatrix()152 mnValType[i] = ( nType == CELLTYPE_NONE ? SC_MATVAL_EMPTY : SC_MATVAL_STRING ); in ScMatrix()210 nType = CELLTYPE_NONE; in Store()
1779 if((eCellType == CELLTYPE_NONE) || (eCellType == CELLTYPE_NOTE)) in ScIsEmpty()3340 if (eCellType != CELLTYPE_NONE && eCellType != CELLTYPE_NOTE) in IterateParameters()3404 if( eType != CELLTYPE_NONE && eType != CELLTYPE_NOTE ) in IterateParameters()4486 if (eCellType != CELLTYPE_NONE && eCellType != CELLTYPE_NOTE) in ScCountEmptyCells()4509 if ((eCellType = pCell->GetCellType()) != CELLTYPE_NONE in ScCountEmptyCells()
3092 case CELLTYPE_NONE: in IsColRowName()3221 case CELLTYPE_NONE: in IsColRowName()
468 case CELLTYPE_NONE: in GetCellValueOrZero()
394 case CELLTYPE_NONE: in Write()
172 case CELLTYPE_NONE: in ScExportDif()
303 CELLTYPE_NONE, enumerator
335 CELLTYPE_NONE; in GetCellType()
223 { return pCell ? pCell->GetCellType() : CELLTYPE_NONE; } in GetCellType()
1483 case CELLTYPE_NONE: in Doc2Text()1810 CellType eType = (pCell ? pCell->GetCellType() : CELLTYPE_NONE); in Doc2Sylk()
1833 eType = CELLTYPE_NONE; // hide in AsciiSave()1839 case CELLTYPE_NONE: in AsciiSave()
454 case CELLTYPE_NONE: in WriteCell()
2411 CellType eCellType = pScCell ? pScCell->GetCellType() : CELLTYPE_NONE; in XclExpCellTable()2476 case CELLTYPE_NONE: in XclExpCellTable()
2600 case CELLTYPE_NONE: in BuildDataCache()
Completed in 362 milliseconds