Searched refs:pLibrary (Results 1 – 5 of 5) sorted by relevance
111 ::osl::Module* pLibrary = OpenLibrary( mrMedium.GetFilter()->GetUserData() ); in Import()112 if ( pLibrary ) in Import()121 delete pLibrary; in Import()135 ::osl::Module* pLibrary = OpenLibrary( mrMedium.GetFilter()->GetUserData() ); in Export()138 if( pLibrary ) in Export()143 …ExportPPT PPTExport = reinterpret_cast<ExportPPT>(pLibrary->getFunctionSymbol( ::rtl::OUString::c… in Export()183 delete pLibrary; in Export()193 ::osl::Module* pLibrary = OpenLibrary( mrMedium.GetFilter()->GetUserData() ); in PreSaveBasic()194 if( pLibrary ) in PreSaveBasic()196 …SaveVBA pSaveVBA= reinterpret_cast<SaveVBA>(pLibrary->getFunctionSymbol( ::rtl::OUString::createFr… in PreSaveBasic()[all …]
88 ::osl::Module* pLibrary = OpenLibrary( mrMedium.GetFilter()->GetUserData() ); in Import()91 if( pLibrary && mxModel.is() ) in Import()93 …ImportCGM FncImportCGM = reinterpret_cast< ImportCGM >( pLibrary->getFunctionSymbol( ::rtl::OUStr… in Import()123 delete pLibrary; in Import()132 ::osl::Module* pLibrary = OpenLibrary( mrMedium.GetFilter()->GetUserData() ); in Export()135 if( pLibrary && mxModel.is() ) in Export()137 …ExportCGM FncCGMExport = reinterpret_cast< ExportCGM >( pLibrary->getFunctionSymbol( ::rtl::OUStri… in Export()152 delete pLibrary; in Export()
111 void* pLibrary = NULL; in CreateDtIntegrator() local118 if( nDtAtom && ( pLibrary = dlopen( "/usr/dt/lib/libDtSvc.so", DLOPEN_MODE ) ) ) in CreateDtIntegrator()120 dlclose( pLibrary ); in CreateDtIntegrator()
235 void* pLibrary = NULL; in is_cde_desktop() local238 …if( nDtAtom && ( pLibrary = osl_loadAsciiModule( "file:///usr/dt/lib/libDtSvc.so", SAL_LOADMODULE_… in is_cde_desktop()240 osl_unloadModule( (oslModule)pLibrary ); in is_cde_desktop()
90 HRESULT WriteLibraryToRegistry( char* pLibrary, DWORD nLen ) in WriteLibraryToRegistry() argument93 if ( pLibrary && nLen ) in WriteLibraryToRegistry()109 … if ( ERROR_SUCCESS == RegSetValueEx( hKey, "", 0, REG_SZ, (const BYTE*)pLibrary, nLen ) ) in WriteLibraryToRegistry()
Completed in 45 milliseconds