Lines Matching refs:ScFormulaCell

392 sal_Bool ScFormulaCell::IsEmpty()  in IsEmpty()
399 sal_Bool ScFormulaCell::IsEmptyDisplayedAsString() in IsEmptyDisplayedAsString()
406 sal_Bool ScFormulaCell::IsValue() in IsValue()
413 double ScFormulaCell::GetValue() in GetValue()
423 double ScFormulaCell::GetValueAlways() in GetValueAlways()
432 void ScFormulaCell::GetString( String& rString ) in GetString()
443 const ScMatrix* ScFormulaCell::GetMatrix() in GetMatrix()
455 sal_Bool ScFormulaCell::GetMatrixOrigin( ScAddress& rPos ) const in GetMatrixOrigin()
496 sal_uInt16 ScFormulaCell::GetMatrixEdge( ScAddress& rOrgPos ) in GetMatrixEdge()
511 ScFormulaCell* pFCell; in GetMatrixEdge()
513 pFCell = (ScFormulaCell*) pDocument->GetCell( aOrg ); in GetMatrixEdge()
534 && ((ScFormulaCell*)pCell)->cMatrixFlag == MM_REFERENCE in GetMatrixEdge()
550 && ((ScFormulaCell*)pCell)->cMatrixFlag == MM_REFERENCE in GetMatrixEdge()
623 sal_uInt16 ScFormulaCell::GetErrCode() in GetErrCode()
636 sal_uInt16 ScFormulaCell::GetRawError() in GetRawError()
644 sal_Bool ScFormulaCell::HasOneReference( ScRange& r ) const in HasOneReference()
665 ScFormulaCell::HasRefListExpressibleAsOneReference(ScRange& rRange) const in HasRefListExpressibleAsOneReference()
718 sal_Bool ScFormulaCell::HasRelNameReference() const in HasRelNameReference()
732 sal_Bool ScFormulaCell::HasColRowName() const in HasColRowName()
738 void ScFormulaCell::UpdateReference(UpdateRefMode eUpdateRefMode, in UpdateReference()
981 ScFormulaCell* pFCell = new ScFormulaCell( pUndoDoc, aUndoPos, in UpdateReference()
1041 void ScFormulaCell::UpdateInsertTab(SCTAB nTable) in UpdateInsertTab()
1076 sal_Bool ScFormulaCell::UpdateDeleteTab(SCTAB nTable, sal_Bool bIsMove) in UpdateDeleteTab()
1116 void ScFormulaCell::UpdateMoveTab( SCTAB nOldPos, SCTAB nNewPos, SCTAB nTabNo ) in UpdateMoveTab()
1146 void ScFormulaCell::UpdateInsertTabAbs(SCTAB nTable) in UpdateInsertTabAbs()
1168 sal_Bool ScFormulaCell::TestTabRefAbs(SCTAB nTable) in TestTabRefAbs()
1202 void ScFormulaCell::UpdateCompile( sal_Bool bForceIfNameInUse ) in UpdateCompile()
1213 void ScFormulaCell::TransposeReference() in TransposeReference()
1249 void ScFormulaCell::UpdateTranspose( const ScRange& rSource, const ScAddress& rDest, in UpdateTranspose()
1338 ScFormulaCell* pFCell = new ScFormulaCell( pUndoDoc, aPos, pOld, in UpdateTranspose()
1354 void ScFormulaCell::UpdateGrow( const ScRange& rArea, SCCOL nGrowX, SCROW nGrowY ) in UpdateGrow()
1450 sal_Bool ScFormulaCell::IsRangeNameInUse(sal_uInt16 nIndex) const in IsRangeNameInUse()
1471 void ScFormulaCell::FindRangeNamesInUse(std::set<sal_uInt16>& rIndexes) const in FindRangeNamesInUse()
1476 void ScFormulaCell::ReplaceRangeNamesInUse( const ScRangeData::IndexMap& rMap ) in ReplaceRangeNamesInUse()
1496 void ScFormulaCell::CompileDBFormula() in CompileDBFormula()
1511 void ScFormulaCell::CompileDBFormula( sal_Bool bCreateFormulaString ) in CompileDBFormula()
1562 void ScFormulaCell::CompileNameFormula( sal_Bool bCreateFormulaString ) in CompileNameFormula()
1609 void ScFormulaCell::CompileColRowNameFormula() in CompileColRowNameFormula()