Home
last modified time | relevance | path

Searched refs:pZelle (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sc/source/filter/lotus/
H A Dop.cxx104 ScValueCell* pZelle = new ScValueCell( ( double ) nValue ); in OP_Integer() local
105 …pDoc->PutCell( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), nTab, pZelle, ( sal_Bool ) sa… in OP_Integer()
125 ScValueCell* pZelle = new ScValueCell( fValue ); in OP_Number() local
126 …pDoc->PutCell( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), nTab, pZelle, ( sal_Bool ) sa… in OP_Number()
181 ScFormulaCell* pZelle = new ScFormulaCell( pLotusRoot->pDoc, aAddress, pErg ); in OP_Formula() local
183 pZelle->AddRecalcMode( RECALCMODE_ONLOAD_ONCE ); in OP_Formula()
185 …pDoc->PutCell( static_cast<SCCOL> (nCol), static_cast<SCROW> (nRow), nTab, pZelle, ( sal_Bool ) sa… in OP_Formula()
H A Dlotimpop.cxx292 ScFormulaCell* pZelle = new ScFormulaCell( pD, aAddr, pErg ); in Formulacell() local
294 pZelle->AddRecalcMode( RECALCMODE_ONLOAD_ONCE ); in Formulacell()
296 pD->PutCell( aAddr.Col(), aAddr.Row(), aAddr.Tab(), pZelle, (sal_Bool)sal_True ); in Formulacell()
H A Dtool.cxx115 ScStringCell* pZelle = new ScStringCell( String( pString, pLotusRoot->eCharsetQ ) ); in PutFormString() local
116 pDoc->PutCell( nCol, nRow, nTab, pZelle, ( sal_Bool ) sal_True ); in PutFormString()
/aoo4110/main/sc/source/filter/excel/
H A Dexcform.cxx129 ScFormulaCell* pZelle = NULL; in Formula() local
133 pZelle = new ScFormulaCell( pD, aScPos, pErgebnis ); in Formula()
134 pD->PutCell( aScPos.Col(), aScPos.Row(), aScPos.Tab(), pZelle, (sal_Bool)sal_True ); in Formula()
144 pZelle = ( ScFormulaCell* ) pBaseCell; in Formula()
145 if( pZelle ) in Formula()
146 pZelle->AddRecalcMode( RECALCMODE_ONLOAD_ONCE ); in Formula()
150 if( pZelle ) in Formula()
153 ExcelToSc::SetError( *pZelle, eErr ); in Formula()
156 ExcelToSc::SetCurVal( *pZelle, rCurVal ); in Formula()

Completed in 33 milliseconds