Lines Matching refs:pLib

1351     ( SfxLibrary* pLib, const OUString& aName )  in createAppLibraryFolder()  argument
1353 OUString aLibDirPath = pLib->maStorageURL; in createAppLibraryFolder()
1358 checkStorageURL( aInetObj.GetMainURL( INetURLObject::NO_DECODE ), pLib->maLibInfoFileURL, in createAppLibraryFolder()
1359 pLib->maStorageURL, pLib->maUnexpandedStorageURL ); in createAppLibraryFolder()
1360 aLibDirPath = pLib->maStorageURL; in createAppLibraryFolder()
1377 void SfxLibraryContainer::implStoreLibrary( SfxLibrary* pLib, in implStoreLibrary() argument
1383 implStoreLibrary( pLib, aName, xStorage, aDummyLocation, xDummySFA, xDummyHandler ); in implStoreLibrary()
1387 void SfxLibraryContainer::implStoreLibrary( SfxLibrary* pLib, in implStoreLibrary() argument
1392 sal_Bool bLink = pLib->mbLink; in implStoreLibrary()
1395 Sequence< OUString > aElementNames = pLib->getElementNames(); in implStoreLibrary()
1409 if( !isLibraryElementValid( pLib->getByName( aElementName ) ) ) in implStoreLibrary()
1445 Reference< XNameContainer > xLib( pLib ); in implStoreLibrary()
1458 pLib->storeResourcesToStorage( xStorage ); in implStoreLibrary()
1480 pLib->storeResourcesToURL( aLibDirPath, xHandler ); in implStoreLibrary()
1484 aLibDirPath = createAppLibraryFolder( pLib, aName ); in implStoreLibrary()
1485 pLib->storeResources(); in implStoreLibrary()
1499 if( !isLibraryElementValid( pLib->getByName( aElementName ) ) ) in implStoreLibrary()
1517 Reference< XNameContainer > xLib( pLib ); in implStoreLibrary()
1540 void SfxLibraryContainer::implStoreLibraryIndexFile( SfxLibrary* pLib, in implStoreLibraryIndexFile() argument
1545 implStoreLibraryIndexFile( pLib, rLib, xStorage, aDummyLocation, xDummySFA ); in implStoreLibraryIndexFile()
1549 void SfxLibraryContainer::implStoreLibraryIndexFile( SfxLibrary* pLib, in implStoreLibraryIndexFile() argument
1563 sal_Bool bLink = pLib->mbLink; in implStoreLibraryIndexFile()
1624 createAppLibraryFolder( pLib, rLib.aName ); in implStoreLibraryIndexFile()
1625 aLibInfoPath = pLib->maLibInfoFileURL; in implStoreLibraryIndexFile()
1657 sal_Bool SfxLibraryContainer::implLoadLibraryIndexFile( SfxLibrary* pLib, in implLoadLibraryIndexFile() argument
1670 if( pLib ) in implLoadLibraryIndexFile()
1672 bLink = pLib->mbLink; in implLoadLibraryIndexFile()
1697 if( pLib ) in implLoadLibraryIndexFile()
1699 createAppLibraryFolder( pLib, rLib.aName ); in implLoadLibraryIndexFile()
1700 aLibInfoPath = pLib->maLibInfoFileURL; in implLoadLibraryIndexFile()
1747 if( !pLib ) in implLoadLibraryIndexFile()
1750 pLib = static_cast< SfxLibrary* >( xLib.get() ); in implLoadLibraryIndexFile()
1751 pLib->mbLoaded = sal_False; in implLoadLibraryIndexFile()
1753 checkStorageURL( rLib.aStorageURL, pLib->maLibInfoFileURL, pLib->maStorageURL, in implLoadLibraryIndexFile()
1754 pLib->maUnexpandedStorageURL ); in implLoadLibraryIndexFile()
1756 implImportLibDescriptor( pLib, rLib ); in implLoadLibraryIndexFile()
1763 ( SfxLibrary* pLib, ::xmlscript::LibDescriptor& rLib ) in implImportLibDescriptor() argument
1765 if( !pLib->mbInitialised ) in implImportLibDescriptor()
1772 pLib->maNameContainer.insertByName( pElementNames[i], aDummyElement ); in implImportLibDescriptor()
1774 pLib->mbPasswordProtected = rLib.bPasswordProtected; in implImportLibDescriptor()
1775 pLib->mbReadOnly = rLib.bReadOnly; in implImportLibDescriptor()
1776 pLib->mbPreload = rLib.bPreload; in implImportLibDescriptor()
1777 pLib->implSetModified( sal_False ); in implImportLibDescriptor()
1779 pLib->mbInitialised = sal_True; in implImportLibDescriptor()