Searched refs:pAs (Results 1 – 1 of 1) sorted by relevance
2298 ScAddInAsync* pAs = ScAddInAsync::Get( nHandle ); in ScExternal() local2299 if ( !pAs ) in ScExternal()2301 pAs = new ScAddInAsync( nHandle, nIndex, pDok ); in ScExternal()2302 pMyFormulaCell->StartListening( *pAs ); in ScExternal()2307 pMyFormulaCell->StartListening( *pAs ); in ScExternal()2309 if ( !pAs->HasDocument( pDok ) ) in ScExternal()2310 pAs->AddDocument( pDok ); in ScExternal()2312 if ( pAs->IsValid() ) in ScExternal()2314 switch ( pAs->GetType() ) in ScExternal()2317 PushDouble( pAs->GetValue() ); in ScExternal()[all …]
Completed in 48 milliseconds