Lines Matching refs:xToUseSFI
1389 const ::rtl::OUString& aTargetURL, Reference< XSimpleFileAccess > xToUseSFI, in implStoreLibrary()
1467 if( xToUseSFI.is() ) in implStoreLibrary()
1468 xSFI = xToUseSFI; in implStoreLibrary()
1551 const ::rtl::OUString& aTargetURL, Reference< XSimpleFileAccess > xToUseSFI ) in implStoreLibraryIndexFile()
1606 if( xToUseSFI.is() ) in implStoreLibraryIndexFile()
1607 xSFI = xToUseSFI; in implStoreLibraryIndexFile()
2750 Reference< XSimpleFileAccess > xToUseSFI; in exportLibrary() local
2753 xToUseSFI = Reference< XSimpleFileAccess >( mxMSF->createInstance in exportLibrary()
2755 if( xToUseSFI.is() ) in exportLibrary()
2756 xToUseSFI->setInteractionHandler( Handler ); in exportLibrary()
2764 implStorePasswordLibrary( pImplLib, Name, xDummyStor, URL, xToUseSFI, Handler ); in exportLibrary()
2766 implStoreLibrary( pImplLib, Name, xDummyStor, URL, xToUseSFI, Handler ); in exportLibrary()
2776 implStoreLibraryIndexFile( pImplLib, aLibDesc, xDummyStor, URL, xToUseSFI ); in exportLibrary()