Lines Matching refs:ScFormulaCell
68 const sal_uInt16 nMemPoolFormulaCell = (0x8000 - 64) / sizeof(ScFormulaCell);
72 IMPL_FIXEDMEMPOOL_NEWDEL( ScFormulaCell, nMemPoolFormulaCell, nMemPoolFormulaCell ) in IMPL_FIXEDMEMPOOL_NEWDEL()
117 …return new ScFormulaCell( static_cast< const ScFormulaCell& >( rSrcCell ), rDestDoc, rDestPos, nCl… in lclCloneCell()
133 aDestPos = static_cast< const ScFormulaCell* >( this )->aPos; in CloneWithoutNote()
170 delete (ScFormulaCell*) this; in Delete()
234 && !((ScFormulaCell*)this)->IsInChangeTrack() in StartListeningTo()
239 ScFormulaCell* pFormCell = (ScFormulaCell*)this; in StartListeningTo()
320 && !((ScFormulaCell*)this)->IsInChangeTrack() in EndListeningTo()
325 ScFormulaCell* pFormCell = (ScFormulaCell*)this; in EndListeningTo()
408 return ((ScFormulaCell*)this)->GetErrCode(); in GetErrorCode()
422 return ((ScFormulaCell*)this)->IsEmpty(); in HasEmptyData()
436 return ((ScFormulaCell*)this)->IsValue(); in HasValueData()
451 return !((ScFormulaCell*)this)->IsValue(); in HasStringData()
469 ((ScFormulaCell*)this)->GetString( aStr ); // an der Formelzelle nicht-const in GetStringData()
526 ScTokenArray* pCode1 = ((ScFormulaCell*)pCell1)->GetCode(); in CellEqual()
527 ScTokenArray* pCode2 = ((ScFormulaCell*)pCell2)->GetCode(); in CellEqual()
623 ScFormulaCell::ScFormulaCell() : in ScFormulaCell() function in ScFormulaCell
650 ScFormulaCell::ScFormulaCell( ScDocument* pDoc, const ScAddress& rPos, in ScFormulaCell() function in ScFormulaCell
683 ScFormulaCell::ScFormulaCell( ScDocument* pDoc, const ScAddress& rPos, in ScFormulaCell() function in ScFormulaCell
726 ScFormulaCell::ScFormulaCell( const ScFormulaCell& rCell, ScDocument& rDoc, const ScAddress& rPos, … in ScFormulaCell() function in ScFormulaCell
821 ScFormulaCell::~ScFormulaCell() in ~ScFormulaCell()
835 void ScFormulaCell::GetFormula( rtl::OUStringBuffer& rBuffer, in GetFormula()
864 ((ScFormulaCell*)pCell)->GetFormula( rBuffer, eGrammar); in GetFormula()
896 void ScFormulaCell::GetFormula( String& rFormula, const FormulaGrammar::Grammar eGrammar ) const in GetFormula()
903 void ScFormulaCell::GetResultDimensions( SCSIZE& rCols, SCSIZE& rRows ) in GetResultDimensions()
919 void ScFormulaCell::Compile( const String& rFormula, sal_Bool bNoListening, in Compile()
959 void ScFormulaCell::CompileTokenArray( sal_Bool bNoListening ) in CompileTokenArray()
996 void ScFormulaCell::CompileXML( ScProgress& rProgress ) in CompileXML()
1050 void ScFormulaCell::CalcAfterLoad() in CalcAfterLoad()
1112 bool ScFormulaCell::MarkUsedExternalReferences() in MarkUsedExternalReferences()
1138 void ScFormulaCell::Interpret() in Interpret()
1154 static void push( ScFormulaCell* pCell ) in Interpret()
1182 DebugElement( ScFormulaCell* p ) { push(p); } in Interpret()
1309 ScFormulaCell* pIterCell = this; // scope for debug convenience in Interpret()
1452 ScFormulaCell* pCell = (*aIter).pCell; in Interpret()
1479 void ScFormulaCell::InterpretTail( ScInterpretTailParameter eTailParam ) in InterpretTail()
1486 RecursionCounter( ScRecursionHelper& r, ScFormulaCell* p ) : rRec(r) in InterpretTail()
1766 void ScFormulaCell::SetMatColsRows( SCCOL nCols, SCROW nRows ) in SetMatColsRows()
1776 void ScFormulaCell::GetMatColsRows( SCCOL & nCols, SCROW & nRows ) const in GetMatColsRows()
1789 sal_uLong ScFormulaCell::GetStandardFormat( SvNumberFormatter& rFormatter, sal_uLong nFormat ) const in GetStandardFormat()
1801 void __EXPORT ScFormulaCell::Notify( SvtBroadcaster&, const SfxHint& rHint) in Notify()
1840 void ScFormulaCell::SetDirty() in SetDirty()
1865 void ScFormulaCell::SetDirtyAfterLoad() in SetDirtyAfterLoad()
1872 void ScFormulaCell::SetTableOpDirty() in SetTableOpDirty()
1895 sal_Bool ScFormulaCell::IsDirtyOrInTableOpDirty() const in IsDirtyOrInTableOpDirty()
1901 void ScFormulaCell::SetErrCode( sal_uInt16 n ) in SetErrCode()
1913 void ScFormulaCell::AddRecalcMode( ScRecalcMode nBits ) in AddRecalcMode()
1925 void ScFormulaCell::GetURLResult( String& rURL, String& rCellText ) in GetURLResult()
1975 bool ScFormulaCell::IsMultilineResult() in IsMultilineResult()
1982 EditTextObject* ScFormulaCell::CreateURLObject() in CreateURLObject()
1998 ScDetectiveRefIter::ScDetectiveRefIter( ScFormulaCell* pCell ) in ScDetectiveRefIter()