LibreOffice Module sc (master) 1
|
#include <sal/config.h>
#include <algorithm>
#include <sfx2/objsh.hxx>
#include <adiasync.hxx>
#include <brdcst.hxx>
#include <document.hxx>
#include <osl/diagnose.h>
#include <osl/thread.h>
Go to the source code of this file.
Functions | |
void CALLTYPE | ScAddInAsyncCallBack (double &nHandle, void *pData) |
Variables | |
ScAddInAsyncs | theAddInAsyncTbl |
void CALLTYPE ScAddInAsyncCallBack | ( | double & | nHandle, |
void * | pData | ||
) |
Definition at line 35 of file adiasync.cxx.
References ScAddInAsync::CallBack(), nHandle, and pData.
Referenced by InitExternalFunc().
ScAddInAsyncs theAddInAsyncTbl |
Definition at line 32 of file adiasync.cxx.
Referenced by ScAddInAsync::CallBack(), ScGlobal::Clear(), ScAddInAsync::Get(), ScAddInAsync::RemoveDocument(), and ScAddInAsync::ScAddInAsync().