Home
last modified time | relevance | path

Searched refs:pBaseCell (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx385 ScBaseCell* pBaseCell = const_cast<ScBaseCell*>(pCell); in WriteFormulaCell() local
386 ScFormulaCell* pFormulaCell = static_cast<ScFormulaCell*>(pBaseCell); in WriteFormulaCell()
705 void ScChangeTrackingExportHelper::CollectCellAutoStyles(const ScBaseCell* pBaseCell) in CollectCellAutoStyles() argument
707 if (pBaseCell && (pBaseCell->GetCellType() == CELLTYPE_EDIT)) in CollectCellAutoStyles()
709 const ScEditCell* pEditCell = static_cast<const ScEditCell*>(pBaseCell); in CollectCellAutoStyles()
H A Dxmlexprt.cxx2953 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() local
3541 if (!pBaseCell) in IsMultiLineFormulaCell()
3544 rCell.pBaseCell = pBaseCell; in IsMultiLineFormulaCell()
[all …]
H A DXMLChangeTrackingExportHelper.hxx83 void CollectCellAutoStyles(const ScBaseCell* pBaseCell);
H A DXMLExportIterator.hxx316 ScBaseCell* pBaseCell; member
H A DXMLExportIterator.cxx613 pBaseCell(NULL), in ScMyCell()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx435 ScBaseCell* pBaseCell = mpDoc->GetCell(maCellAddress); in FillPrecedents() local
436 if (pBaseCell && (pBaseCell->GetCellType() == CELLTYPE_FORMULA)) in FillPrecedents()
438 ScFormulaCell* pFCell = (ScFormulaCell*) pBaseCell; in FillPrecedents()
/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx139 ScBaseCell* pBaseCell; in Formula() local
143 pD->GetCell( aScPos.Col(), aScPos.Row(), aScPos.Tab(), pBaseCell ); in Formula()
144 pZelle = ( ScFormulaCell* ) pBaseCell; in Formula()

Completed in 80 milliseconds