Home
last modified time | relevance | path

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

/aoo4110/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx189 struct ObjectFunction struct
198 ~ObjectFunction() throw ();
201 inline void * ObjectFunction::operator new ( size_t nSize ) in operator new()
216 inline void ObjectFunction::operator delete ( void * pMem ) in operator delete()
222 ObjectFunction::ObjectFunction( typelib_TypeDescription * pTypeDescr, void * fpFunc ) throw () in ObjectFunction() function in CPPU_CURRENT_NAMESPACE::ObjectFunction
240 ObjectFunction::~ObjectFunction() throw () in ~ObjectFunction()
253 static void * __cdecl __destruct( void * pExcThis, ObjectFunction * pThis ) in __destruct()
294 ObjectFunction * _pCopyCtor;
303 , _pCopyCtor( new ObjectFunction( pTypeDescr, copyConstruct ) ) in ExceptionType()
313 ObjectFunction * _pDtor;
[all …]

Completed in 19 milliseconds