Home
last modified time | relevance | path

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

/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx72 static oslModule driverLib = NULL; variable
102 if( ! driverLib ) in getPaLib()
104driverLib = osl_loadAsciiModuleRelative( (oslGenericFunction)getPaLib, _XSALSET_LIBNAME, SAL_LOADM… in getPaLib()
105 if ( !driverLib ) in getPaLib()
110 … pSetupFunction = (setupFunction)osl_getAsciiFunctionSymbol( driverLib, "Sal_SetupPrinterDriver" ); in getPaLib()
114 pFaxNrFunction = (faxFunction)osl_getAsciiFunctionSymbol( driverLib, "Sal_queryFaxNumber" ); in getPaLib()

Completed in 24 milliseconds