Home
last modified time | relevance | path

Searched refs:CELLTYPE_NOTE (Results 1 – 25 of 29) sorted by relevance

12

/aoo41x/main/sc/source/core/data/
H A Dcolumn3.cxx148 if ( !(pDocument->IsCalcingAfterLoad() && eCellType == CELLTYPE_NOTE) ) in Insert()
458 case CELLTYPE_NOTE: in DeleteRange()
470 if (eCellType != CELLTYPE_NOTE) in DeleteRange()
684 if ( rColumn.pItems[nStartIndex].pCell->GetCellType() != CELLTYPE_NOTE ) in CopyFromClip()
694 rColumn.pItems[nEndIndex+1].pCell->GetCellType() != CELLTYPE_NOTE ) in CopyFromClip()
839 case CELLTYPE_NOTE: in CloneCell()
1323 case CELLTYPE_NOTE : // durch =Formel referenziert in SetString()
1720 if (pCell->GetCellType() != CELLTYPE_NOTE) in GetString()
1805 if (pCell->GetCellType() != CELLTYPE_NOTE) in GetInputString()
1946 if( (pCell->GetCellType() == CELLTYPE_NOTE) && !pCell->GetBroadcaster() ) in ReleaseNote()
[all …]
H A Dcell.cxx118 case CELLTYPE_NOTE: in lclCloneCell()
172 case CELLTYPE_NOTE: in Delete()
183 return (eCellType == CELLTYPE_NOTE) && (bIgnoreNotes || !mpNote); in IsBlank()
419 case CELLTYPE_NOTE : in HasEmptyData()
485 else if (eType1 == CELLTYPE_NOTE) in CellEqual()
493 else if (eType2 == CELLTYPE_NOTE) in CellEqual()
557 ScBaseCell( CELLTYPE_NOTE ) in ScNoteCell()
563 ScBaseCell( CELLTYPE_NOTE ) in ScNoteCell()
H A Ddocumen4.cxx77 if (eFType == CELLTYPE_FORMULA && (eVType == CELLTYPE_VALUE || eVType == CELLTYPE_NOTE) && in Solver()
786 if ( ( pThisCell && pThisCell->GetCellType()!=CELLTYPE_NOTE ) || in RowDifferences()
787 ( pOtherCell && pOtherCell->GetCellType()!=CELLTYPE_NOTE ) ) in RowDifferences()
827 if ( ( pThisCell && pThisCell->GetCellType()!=CELLTYPE_NOTE ) || in ColDifferences()
828 ( pOtherCell && pOtherCell->GetCellType()!=CELLTYPE_NOTE ) ) in ColDifferences()
H A Dcolumn2.cxx1244 if ( pCell->GetCellType() != CELLTYPE_NOTE || (bNotes && pCell->HasNote()) ) in IsEmptyVisData()
1261 pItems[nIndex].pCell->GetCellType() != CELLTYPE_NOTE ) in VisibleCount()
1281 if ( pCell->GetCellType() != CELLTYPE_NOTE || (bNotes && pCell->HasNote()) ) in GetLastVisDataPos()
1301 if ( pCell->GetCellType() != CELLTYPE_NOTE || (bNotes && pCell->HasNote()) ) in GetFirstVisDataPos()
1759 case CELLTYPE_NOTE: in lcl_UpdateSubTotal()
H A Dautonamecache.cxx88 case CELLTYPE_NOTE: in GetNameOccurences()
H A Dtable3.cxx248 if (eType1 == CELLTYPE_NOTE) in CompareCell()
254 if (eType2 == CELLTYPE_NOTE) in CompareCell()
1060 if (pCell->GetCellType() != CELLTYPE_NOTE) in ValidQuery()
1310 … ppInfo[nValidCount-1]->pCell->GetCellType() == CELLTYPE_NOTE ) ) in TopTenQuery()
H A Dtable1.cxx1163 if ( pCell && pCell->GetCellType() != CELLTYPE_NOTE ) in GetNextMarkedCell()
1540 if (pNextCell && pNextCell->GetCellType() != CELLTYPE_NOTE) in MaybeAddExtraColumn()
H A Ddociter.cxx1188 if ( pCell->GetCellType() == CELLTYPE_NOTE ) in GetThis()
1497 while (i <= nHi && pItems[i].pCell->GetCellType() == CELLTYPE_NOTE) in BinarySearch()
H A Dfillinfo.cxx404 if (pInfo->pCell->GetCellType() != CELLTYPE_NOTE) in FillInfo()
H A Dtable4.cxx1396 else if (eCellType != CELLTYPE_NOTE) in FillSeries()
/aoo41x/main/sc/source/filter/rtf/
H A Drtfexp.cxx223 case CELLTYPE_NOTE : in WriteCell()
/aoo41x/main/sc/source/filter/lotus/
H A Dexpop.cxx393 case CELLTYPE_NOTE: in Write()
/aoo41x/main/sc/source/filter/dif/
H A Ddifexp.cxx173 case CELLTYPE_NOTE: in ScExportDif()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh8.cxx889 if ( pCell && pCell->GetCellType() != CELLTYPE_NOTE ) in DBaseExport()
1006 if ( pCell->GetCellType() != CELLTYPE_NOTE ) in DBaseExport()
H A Dimpex.cxx1482 case CELLTYPE_NOTE: in Doc2Text()
H A Ddocsh.cxx1838 case CELLTYPE_NOTE: in AsciiSave()
/aoo41x/main/sc/inc/
H A Dcell.hxx524 if (pCell->GetCellType() != CELLTYPE_NOTE) in GetStringFromCell()
H A Dglobal.hxx307 CELLTYPE_NOTE, enumerator
/aoo41x/main/sc/source/core/tool/
H A Dinterpr1.cxx1779 if((eCellType == CELLTYPE_NONE) || (eCellType == CELLTYPE_NOTE)) in ScIsEmpty()
1941 case CELLTYPE_NOTE : in ScType()
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()
4510 && eCellType != CELLTYPE_NOTE) in ScCountEmptyCells()
6303 if ( GetCellType( pCell ) == CELLTYPE_NOTE ) in FillEntry()
H A Dcompiler.cxx3094 case CELLTYPE_NOTE: in IsColRowName()
3223 case CELLTYPE_NOTE: in IsColRowName()
H A Dinterpr2.cxx1612 sal_Bool bTempCell = (!pVCell || pVCell->GetCellType() == CELLTYPE_NOTE); in ScBackSolver()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlexp.cxx1105 case CELLTYPE_NOTE : in WriteCell()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlcelli.cxx756 return ( !pCell || pCell->GetCellType() == CELLTYPE_NOTE ); in lcl_IsEmptyOrNote()
/aoo41x/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx1295 if ( pCell && pCell->GetCellType() != CELLTYPE_NOTE ) in lcl_GetInputString()
3651 if (pCmpCell->GetCellType() != CELLTYPE_NOTE) in QueryDifferences_Impl()
6199 if ( pCell && pCell->GetCellType() != CELLTYPE_NOTE ) in GetOutputString_Impl()
9273 if ( pCell && pCell->GetCellType() != CELLTYPE_NOTE ) in CheckPos_Impl()
/aoo41x/main/sc/source/filter/excel/
H A Dxetable.cxx2477 case CELLTYPE_NOTE: in XclExpCellTable()

Completed in 255 milliseconds

12