Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Dcell.cxx478 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 Dcolumn3.cxx1024 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 Dautonamecache.cxx86 case CELLTYPE_NONE: in GetNameOccurences()
H A Dtable4.cxx221 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 Dtable3.cxx244 CellType eType1 = CELLTYPE_NONE, eType2 = CELLTYPE_NONE; in CompareCell()
H A Ddocumen8.cxx1514 CellType eType = pCell ? pCell->GetCellType() : CELLTYPE_NONE; in TransliterateText()
H A Ddociter.cxx596 switch (pCell ? pCell->GetCellType() : CELLTYPE_NONE) in getCurrent()
H A Dcolumn.cxx873 CellType eType2 = pCell2 ? pCell2->GetCellType() : CELLTYPE_NONE; in SwapRow()
H A Ddocument.cxx2875 return CELLTYPE_NONE; in GetCellType()
2885 rCellType = CELLTYPE_NONE; in GetCellType()
H A Dtable2.cxx1155 return CELLTYPE_NONE; in GetCellType()
/aoo41x/main/sc/source/core/tool/
H A Dscmatrix.cxx145 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 Dinterpr1.cxx1779 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 Dcompiler.cxx3092 case CELLTYPE_NONE: in IsColRowName()
3221 case CELLTYPE_NONE: in IsColRowName()
H A Dinterpr4.cxx468 case CELLTYPE_NONE: in GetCellValueOrZero()
/aoo41x/main/sc/source/filter/lotus/
H A Dexpop.cxx394 case CELLTYPE_NONE: in Write()
/aoo41x/main/sc/source/filter/dif/
H A Ddifexp.cxx172 case CELLTYPE_NONE: in ScExportDif()
/aoo41x/main/sc/inc/
H A Dglobal.hxx303 CELLTYPE_NONE, enumerator
H A Dtable.hxx335 CELLTYPE_NONE; in GetCellType()
/aoo41x/main/sc/source/core/inc/
H A Dinterpre.hxx223 { return pCell ? pCell->GetCellType() : CELLTYPE_NONE; } in GetCellType()
/aoo41x/main/sc/source/ui/docshell/
H A Dimpex.cxx1483 case CELLTYPE_NONE: in Doc2Text()
1810 CellType eType = (pCell ? pCell->GetCellType() : CELLTYPE_NONE); in Doc2Sylk()
H A Ddocsh.cxx1833 eType = CELLTYPE_NONE; // hide in AsciiSave()
1839 case CELLTYPE_NONE: in AsciiSave()
/aoo41x/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx454 case CELLTYPE_NONE: in WriteCell()
/aoo41x/main/sc/source/filter/excel/
H A Dxetable.cxx2411 CellType eCellType = pScCell ? pScCell->GetCellType() : CELLTYPE_NONE; in XclExpCellTable()
2476 case CELLTYPE_NONE: in XclExpCellTable()
/aoo41x/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2600 case CELLTYPE_NONE: in BuildDataCache()

Completed in 362 milliseconds