Searched refs:pFC (Results 1 – 3 of 3) sorted by relevance
185 void ExportWK1::Formula( const sal_uInt16 nCol, const sal_uInt16 nRow, const ScFormulaCell* pFC, co… in Formula() argument197 fErgebnis = ( ( ScFormulaCell* ) pFC )->GetValue(); in Formula()
1744 ScFormulaCell* pFC = (ScFormulaCell*)pCell; in lcl_UpdateSubTotal() local1745 if ( pFC->GetErrCode() ) in lcl_UpdateSubTotal()1750 else if (pFC->IsValue()) in lcl_UpdateSubTotal()1752 nValue = pFC->GetValue(); in lcl_UpdateSubTotal()
1076 ScFormulaCell* pFC = new ScFormulaCell( pDocument, in MixData() local1078 pFC->SetErrCode( errNoValue ); in MixData()1082 pNew = pFC; in MixData()
Completed in 35 milliseconds