Lines Matching refs:ScFormulaCell
263 if ( eType1 == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell1)->IsValue() ) in CompareCell()
266 if ( eType2 == CELLTYPE_FORMULA && ((ScFormulaCell*)pCell2)->IsValue() ) in CompareCell()
312 nVal1 = ((ScFormulaCell*)pCell1)->GetValue(); in CompareCell()
318 nVal2 = ((ScFormulaCell*)pCell2)->GetValue(); in CompareCell()
590 if (((ScFormulaCell*)pCell)->IsSubTotal()) in TestRemoveSubTotals()
622 if (((ScFormulaCell*)pCell)->IsSubTotal()) in RemoveSubTotals()
893 ScBaseCell* pCell = new ScFormulaCell( pDocument, ScAddress( in DoSubTotals()
976 nCellVal = ((ScFormulaCell*)pCell)->GetValue(); in ValidQuery()
1374 rEntry.nVal = ((ScFormulaCell*)pCell)->GetValue(); in TopTenQuery()
1517 if (((ScFormulaCell*)pCell)->IsSubTotal()) in Query()
1518 if (RefVisible((ScFormulaCell*)pCell)) in Query()