LibreOffice Module sc (master) 1
|
Go to the source code of this file.
Classes | |
class | ScAddInAsync |
struct | CompareScAddInAsync |
Typedefs | |
using | ScAddInDocs = std::set< ScDocument * > |
using | ScAddInAsyncs = std::set< std::unique_ptr< ScAddInAsync >, CompareScAddInAsync > |
Functions | |
void CALLTYPE | ScAddInAsyncCallBack (double &nHandle, void *pData) |
Variables | |
ScAddInAsyncs | theAddInAsyncTbl |
using ScAddInAsyncs = std::set<std::unique_ptr<ScAddInAsync>, CompareScAddInAsync> |
Definition at line 73 of file adiasync.hxx.
using ScAddInDocs = std::set<ScDocument*> |
Definition at line 33 of file adiasync.hxx.
void CALLTYPE ScAddInAsyncCallBack | ( | double & | nHandle, |
void * | pData | ||
) |
Definition at line 35 of file adiasync.cxx.
References ScAddInAsync::CallBack(), nHandle, and pData.
Referenced by InitExternalFunc().
|
extern |
Definition at line 32 of file adiasync.cxx.
Referenced by ScAddInAsync::CallBack(), ScGlobal::Clear(), ScAddInAsync::Get(), ScAddInAsync::RemoveDocument(), and ScAddInAsync::ScAddInAsync().