Searched refs:pFormulaRanges (Results 1 – 1 of 1) sorted by relevance
1797 ScCellRangesBase* pFormulaRanges = dynamic_cast< ScCellRangesBase * > ( xRanges.get() ); in HasFormula() local1799 if ( pFormulaRanges->GetRangeList().Count() == 0 ) in HasFormula()1804 if ( ( pFormulaRanges->GetRangeList().Count() > 1 ) in HasFormula()1805 …|| ( pFormulaRanges->GetRangeList().GetObject(0)->aStart != pThisRanges->GetRangeList().GetObject(… in HasFormula()1806 …|| ( pFormulaRanges->GetRangeList().GetObject(0)->aEnd != pThisRanges->GetRangeList().GetObject(0)… in HasFormula()
Completed in 113 milliseconds