Searched refs:pZelle (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/filter/lotus/ |
H A D | op.cxx | 104 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 D | lotimpop.cxx | 292 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 D | tool.cxx | 115 ScStringCell* pZelle = new ScStringCell( String( pString, pLotusRoot->eCharsetQ ) ); in PutFormString() local 116 pDoc->PutCell( nCol, nRow, nTab, pZelle, ( sal_Bool ) sal_True ); in PutFormString()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | excform.cxx | 129 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 19 milliseconds