Searched refs:pBaseCell (Results 1 – 7 of 7) sorted by relevance
385 ScBaseCell* pBaseCell = const_cast<ScBaseCell*>(pCell); in WriteFormulaCell() local386 ScFormulaCell* pFormulaCell = static_cast<ScFormulaCell*>(pBaseCell); in WriteFormulaCell()705 void ScChangeTrackingExportHelper::CollectCellAutoStyles(const ScBaseCell* pBaseCell) in CollectCellAutoStyles() argument707 if (pBaseCell && (pBaseCell->GetCellType() == CELLTYPE_EDIT)) in CollectCellAutoStyles()709 const ScEditCell* pEditCell = static_cast<const ScEditCell*>(pBaseCell); in CollectCellAutoStyles()
2953 if (pBaseCell && pBaseCell->GetCellType() == CELLTYPE_FORMULA) in WriteCell()2956 ScFormulaCell* pFormulaCell((ScFormulaCell*) pBaseCell); in WriteCell()3500 pMyCell->pBaseCell = pBaseCell; in IsEditCell()3502 if (pBaseCell) in IsEditCell()3503 return (pBaseCell->GetCellType() == CELLTYPE_EDIT); in IsEditCell()3529 if (rCell.pBaseCell) in IsMultiLineFormulaCell()3531 if (rCell.pBaseCell->GetCellType() != CELLTYPE_FORMULA) in IsMultiLineFormulaCell()3540 ScBaseCell* pBaseCell = pDoc ? pDoc->GetCell(aAddr) : NULL; in IsMultiLineFormulaCell() local3541 if (!pBaseCell) in IsMultiLineFormulaCell()3544 rCell.pBaseCell = pBaseCell; in IsMultiLineFormulaCell()[all …]
83 void CollectCellAutoStyles(const ScBaseCell* pBaseCell);
316 ScBaseCell* pBaseCell; member
613 pBaseCell(NULL), in ScMyCell()
435 ScBaseCell* pBaseCell = mpDoc->GetCell(maCellAddress); in FillPrecedents() local436 if (pBaseCell && (pBaseCell->GetCellType() == CELLTYPE_FORMULA)) in FillPrecedents()438 ScFormulaCell* pFCell = (ScFormulaCell*) pBaseCell; in FillPrecedents()
139 ScBaseCell* pBaseCell; in Formula() local143 pD->GetCell( aScPos.Col(), aScPos.Row(), aScPos.Tab(), pBaseCell ); in Formula()144 pZelle = ( ScFormulaCell* ) pBaseCell; in Formula()
Completed in 166 milliseconds