| /AOO41X/main/sc/source/core/data/ |
| H A D | cell.cxx | 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()
|
| H A D | column3.cxx | 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()
|
| H A D | table4.cxx | 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()
|
| H A D | autonamecache.cxx | 86 case CELLTYPE_NONE: in GetNameOccurences()
|
| H A D | table3.cxx | 244 CellType eType1 = CELLTYPE_NONE, eType2 = CELLTYPE_NONE; in CompareCell()
|
| H A D | documen8.cxx | 1514 CellType eType = pCell ? pCell->GetCellType() : CELLTYPE_NONE; in TransliterateText()
|
| H A D | dociter.cxx | 596 switch (pCell ? pCell->GetCellType() : CELLTYPE_NONE) in getCurrent()
|
| H A D | column.cxx | 873 CellType eType2 = pCell2 ? pCell2->GetCellType() : CELLTYPE_NONE; in SwapRow()
|
| H A D | document.cxx | 2875 return CELLTYPE_NONE; in GetCellType() 2885 rCellType = CELLTYPE_NONE; in GetCellType()
|
| H A D | table2.cxx | 1155 return CELLTYPE_NONE; in GetCellType()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | scmatrix.cxx | 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()
|
| H A D | interpr1.cxx | 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()
|
| H A D | compiler.cxx | 3092 case CELLTYPE_NONE: in IsColRowName() 3221 case CELLTYPE_NONE: in IsColRowName()
|
| H A D | interpr4.cxx | 468 case CELLTYPE_NONE: in GetCellValueOrZero()
|
| /AOO41X/main/sc/source/filter/lotus/ |
| H A D | expop.cxx | 394 case CELLTYPE_NONE: in Write()
|
| /AOO41X/main/sc/source/filter/dif/ |
| H A D | difexp.cxx | 172 case CELLTYPE_NONE: in ScExportDif()
|
| /AOO41X/main/sc/inc/ |
| H A D | global.hxx | 303 CELLTYPE_NONE, enumerator
|
| H A D | table.hxx | 335 CELLTYPE_NONE; in GetCellType()
|
| /AOO41X/main/sc/source/core/inc/ |
| H A D | interpre.hxx | 223 { return pCell ? pCell->GetCellType() : CELLTYPE_NONE; } in GetCellType()
|
| /AOO41X/main/sc/source/ui/docshell/ |
| H A D | impex.cxx | 1483 case CELLTYPE_NONE: in Doc2Text() 1810 CellType eType = (pCell ? pCell->GetCellType() : CELLTYPE_NONE); in Doc2Sylk()
|
| H A D | docsh.cxx | 1833 eType = CELLTYPE_NONE; // hide in AsciiSave() 1839 case CELLTYPE_NONE: in AsciiSave()
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | XMLChangeTrackingExportHelper.cxx | 454 case CELLTYPE_NONE: in WriteCell()
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xetable.cxx | 2411 CellType eCellType = pScCell ? pScCell->GetCellType() : CELLTYPE_NONE; in XclExpCellTable() 2476 case CELLTYPE_NONE: in XclExpCellTable()
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | chart2uno.cxx | 2600 case CELLTYPE_NONE: in BuildDataCache()
|