Home
last modified time | relevance | path

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

/trunk/main/salhelper/source/
H A Ddynload.cxx50 ApiInitFunction initFunc; in newInstance() local
58 initFunc = (ApiInitFunction)osl_getFunctionSymbol( in newInstance()
61 if ( !initFunc ) in newInstance()
69 initFunc(), in newInstance()
/trunk/main/extensions/source/ole/
H A Dolethread.cxx64 ptrCoInit initFunc= (ptrCoInit)GetProcAddress( inst,_T("CoInitialize")); in o2u_attachCurrentThread() local
65 if( initFunc) in o2u_attachCurrentThread()
66 hr= initFunc( NULL); in o2u_attachCurrentThread()
/trunk/main/embedserv/source/embed/
H A Dservprov.cxx107 ptrCoInit initFunc= (ptrCoInit)GetProcAddress( inst,_T("CoInitialize")); in o2u_attachCurrentThread() local
108 if( initFunc) in o2u_attachCurrentThread()
109 hr= initFunc( NULL); in o2u_attachCurrentThread()
/trunk/main/oox/source/xls/
H A Dformulabase.cxx845 void initFunc( const FunctionData& rFuncData, sal_uInt8 nMaxParam );
891 void FunctionProviderImpl::initFunc( const FunctionData& rFuncData, sal_uInt8 nMaxParam ) in initFunc() function in oox::xls::FunctionProviderImpl
948 initFunc( *pIt, nMaxParam ); in initFuncs()

Completed in 37 milliseconds