Home
last modified time | relevance | path

Searched refs:pFC (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/lotus/
H A Dexpop.cxx185 void ExportWK1::Formula( const sal_uInt16 nCol, const sal_uInt16 nRow, const ScFormulaCell* pFC, co… in Formula() argument
197 fErgebnis = ( ( ScFormulaCell* ) pFC )->GetValue(); in Formula()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx1744 ScFormulaCell* pFC = (ScFormulaCell*)pCell; in lcl_UpdateSubTotal() local
1745 if ( pFC->GetErrCode() ) in lcl_UpdateSubTotal()
1750 else if (pFC->IsValue()) in lcl_UpdateSubTotal()
1752 nValue = pFC->GetValue(); in lcl_UpdateSubTotal()
H A Dcolumn3.cxx1076 ScFormulaCell* pFC = new ScFormulaCell( pDocument, in MixData() local
1078 pFC->SetErrCode( errNoValue ); in MixData()
1082 pNew = pFC; in MixData()

Completed in 38 milliseconds