Searched refs:pLibInfoInetObj (Results 1 – 1 of 1) sorted by relevance
747 INetURLObject* pLibInfoInetObj = NULL; in init_Impl() local755 pLibInfoInetObj = new INetURLObject( String(maLibraryPath).GetToken(0) ); in init_Impl()757 pLibInfoInetObj = new INetURLObject( String(maLibraryPath).GetToken(1) ); in init_Impl()758 …pLibInfoInetObj->insertName( maInfoFileName, sal_True, INetURLObject::LAST_SEGMENT, sal_True, INet… in init_Impl()759 pLibInfoInetObj->setExtension( OUString( RTL_CONSTASCII_USTRINGPARAM("xlc") ) ); in init_Impl()760 aFileName = pLibInfoInetObj->GetMainURL( INetURLObject::NO_DECODE ); in init_Impl()800 delete pLibInfoInetObj; in init_Impl()
Completed in 33 milliseconds