Lines Matching refs:pAs
2298 ScAddInAsync* pAs = ScAddInAsync::Get( nHandle ); in ScExternal() local
2299 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()
2320 PushString( pAs->GetString() ); in ScExternal()