Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dadiasync.cxx43 ScAddInAsyncs theAddInAsyncTbl; variable
78 theAddInAsyncTbl.Insert( this ); in ScAddInAsync()
103 if ( theAddInAsyncTbl.Seek_Entry( &aSeekObj, &nPos ) ) in Get()
104 pRet = theAddInAsyncTbl[ nPos ]; in Get()
120 theAddInAsyncTbl.Remove( p ); in CallBack()
157 sal_uInt16 nPos = theAddInAsyncTbl.Count(); in RemoveDocument()
161 (const ScAddInAsync**) theAddInAsyncTbl.GetData() + nPos - 1; in RemoveDocument()
172 theAddInAsyncTbl.Remove( nPos ); in RemoveDocument()
174 ppAsync = (const ScAddInAsync**) theAddInAsyncTbl.GetData() in RemoveDocument()
/trunk/main/sc/source/core/inc/
H A Dadiasync.hxx40 extern ScAddInAsyncs theAddInAsyncTbl; // in adiasync.cxx
/trunk/main/sc/source/core/data/
H A Dglobal.cxx634 theAddInAsyncTbl.DeleteAndDestroy( 0, theAddInAsyncTbl.Count() ); in Clear()

Completed in 40 milliseconds