Lines Matching refs:ScFormulaCell
388 if (!bSubTotal || !((ScFormulaCell*)pCell)->IsSubTotal()) in GetThis()
390 rErr = ((ScFormulaCell*)pCell)->GetErrCode(); in GetThis()
391 if ( rErr || ((ScFormulaCell*)pCell)->IsValue() ) in GetThis()
393 rValue = ((ScFormulaCell*)pCell)->GetValue(); in GetThis()
456 ((const ScFormulaCell*)pCell)->GetFormatInfo( nNumFmtType, nNumFmtIndex ); in GetCurNumFmtInfo()
618 if (((ScFormulaCell*)pCell)->IsValue()) in getCurrent()
620 rValue.mfValue = ((ScFormulaCell*)pCell)->GetValue(); in getCurrent()
625 rValue.mnError = ((ScFormulaCell*)pCell)->GetErrCode(); in getCurrent()
634 rValue.maString = ((ScFormulaCell*)pCell)->GetStringData(); in getCurrent()
636 rValue.mnError = ((ScFormulaCell*)pCell)->GetErrCode(); in getCurrent()
1082 && ((ScFormulaCell*)pCell)->IsSubTotal() ) in GetThis()
1480 static_cast<ScFormulaCell*>(pCell)->GetValue(); in BinarySearch()
1521 nCellVal = static_cast<ScFormulaCell*>(pCell)->GetValue(); in BinarySearch()
1883 if (!bSubTotal || !((ScFormulaCell*)pCell)->IsSubTotal()) in GetNext()
1885 rErr = ((ScFormulaCell*)pCell)->GetErrCode(); in GetNext()
1886 if ( rErr || ((ScFormulaCell*)pCell)->IsValue() ) in GetNext()
1888 rValue = ((ScFormulaCell*)pCell)->GetValue(); in GetNext()
1938 ((const ScFormulaCell*)pCell)->GetFormatInfo( nNumFmtType, nNumFmtIndex ); in GetCurNumFmtInfo()