LibreOffice Module sc (master) 1
Classes | Typedefs | Functions | Variables
adiasync.hxx File Reference
#include <svl/broadcast.hxx>
#include <set>
#include <tools/solar.h>
#include <callform.hxx>
Include dependency graph for adiasync.hxx:
This graph shows which files directly or indirectly include this file:

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
 

Typedef Documentation

◆ ScAddInAsyncs

Definition at line 73 of file adiasync.hxx.

◆ ScAddInDocs

Definition at line 33 of file adiasync.hxx.

Function Documentation

◆ ScAddInAsyncCallBack()

void CALLTYPE ScAddInAsyncCallBack ( double &  nHandle,
void *  pData 
)

Definition at line 35 of file adiasync.cxx.

References ScAddInAsync::CallBack(), nHandle, and pData.

Referenced by InitExternalFunc().

Variable Documentation

◆ theAddInAsyncTbl

ScAddInAsyncs theAddInAsyncTbl
extern