Lines Matching refs:aStreamPath

6225 … OStorage::openStreamElementByHierarchicalName( const ::rtl::OUString& aStreamPath, ::sal_Int32 nO…  in openStreamElementByHierarchicalName()  argument
6241 …if ( !aStreamPath.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStreamPa… in openStreamElementByHierarchicalName()
6248 OStringList_Impl aListPath = OHierarchyHolder_Impl::GetListPathFromString( aStreamPath ); in openStreamElementByHierarchicalName()
6257 SotElement_Impl *pElement = OpenStreamElement_Impl( aStreamPath, nOpenMode, sal_False ); in openStreamElementByHierarchicalName()
6284 …::openEncryptedStreamElementByHierarchicalName( const ::rtl::OUString& aStreamPath, ::sal_Int32 nO… in openEncryptedStreamElementByHierarchicalName() argument
6293 …return openEncryptedStreamByHierarchicalName( aStreamPath, nOpenMode, ::comphelper::OStorageHelper… in openEncryptedStreamElementByHierarchicalName()
6297 void SAL_CALL OStorage::removeStreamElementByHierarchicalName( const ::rtl::OUString& aStreamPath ) in removeStreamElementByHierarchicalName() argument
6313 …if ( !aStreamPath.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStreamPa… in removeStreamElementByHierarchicalName()
6319 OStringList_Impl aListPath = OHierarchyHolder_Impl::GetListPathFromString( aStreamPath ); in removeStreamElementByHierarchicalName()
6333 …Storage::openEncryptedStreamByHierarchicalName( const ::rtl::OUString& aStreamPath, ::sal_Int32 nO… in openEncryptedStreamByHierarchicalName() argument
6353 …if ( !aStreamPath.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStreamPa… in openEncryptedStreamByHierarchicalName()
6363 OStringList_Impl aListPath = OHierarchyHolder_Impl::GetListPathFromString( aStreamPath ); in openEncryptedStreamByHierarchicalName()
6372 SotElement_Impl *pElement = OpenStreamElement_Impl( aStreamPath, nOpenMode, sal_True ); in openEncryptedStreamByHierarchicalName()