Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/
H A Dsdpptwrp.cxx111 ::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 …]
/trunk/main/sd/source/filter/cgm/
H A Dsdcgmfilter.cxx88 ::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()
/trunk/main/vcl/unx/generic/gdi/
H A Ddtint.cxx111 void* pLibrary = NULL; in CreateDtIntegrator() local
118 if( nDtAtom && ( pLibrary = dlopen( "/usr/dt/lib/libDtSvc.so", DLOPEN_MODE ) ) ) in CreateDtIntegrator()
120 dlclose( pLibrary ); in CreateDtIntegrator()
/trunk/main/vcl/unx/generic/desktopdetect/
H A Ddesktopdetector.cxx235 void* pLibrary = NULL; in is_cde_desktop() local
238 …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()
/trunk/main/embedserv/source/inprocserv/
H A Ddllentry.cxx90 HRESULT WriteLibraryToRegistry( char* pLibrary, DWORD nLen ) in WriteLibraryToRegistry() argument
93 if ( pLibrary && nLen ) in WriteLibraryToRegistry()
109 … if ( ERROR_SUCCESS == RegSetValueEx( hKey, "", 0, REG_SZ, (const BYTE*)pLibrary, nLen ) ) in WriteLibraryToRegistry()

Completed in 16 milliseconds