Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx2298 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()
[all …]

Completed in 31 milliseconds