Home
last modified time | relevance | path

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

/AOO41X/main/package/qa/storages/
H A DTestHelper.java338 String sStreamPath, in WriteBytesToStreamH() argument
356 …Object oSubStream = xHStorage.openStreamElementByHierarchicalName( sStreamPath, ElementModes.WRITE… in WriteBytesToStreamH()
360 Error( "Can't create substream '" + sStreamPath + "'!" ); in WriteBytesToStreamH()
366 Error( "Can't create substream '" + sStreamPath + "', exception : " + e + "!" ); in WriteBytesToStreamH()
370 if ( !WriteBytesToStream( xSubStream, sStreamPath, sMediaType, bCompressed, pBytes ) ) in WriteBytesToStreamH()
377 … Error( "Substream '" + sStreamPath + "', stream opened for writing must be transacted!" ); in WriteBytesToStreamH()
387 …Error( "Can't commit storage after substream '" + sStreamPath + "' change, exception : " + e + "!"… in WriteBytesToStreamH()
393 if ( !disposeStream( xSubStream, sStreamPath ) ) in WriteBytesToStreamH()
400 String sStreamPath, in WriteBytesToEncrStreamH() argument
419 Object oSubStream = xHStorage.openEncryptedStreamElementByHierarchicalName( sStreamPath, in WriteBytesToEncrStreamH()
[all …]
/AOO41X/main/offapi/com/sun/star/embed/
H A DXHierarchicalStorageAccess.idl108 @param sStreamPath
131 [in] string sStreamPath,
154 @param sStreamPath
H A DXHierarchicalStorageAccess2.idl58 @param sStreamPath
/AOO41X/main/svl/source/fsstor/
H A Dfsstorage.cxx1435 …FSStorage::openStreamElementByHierarchicalName( const ::rtl::OUString& sStreamPath, ::sal_Int32 nO… in openStreamElementByHierarchicalName() argument
1448 if ( sStreamPath.toChar() == '/' ) in openStreamElementByHierarchicalName()
1460 sStreamPath ); in openStreamElementByHierarchicalName()
1573 void SAL_CALL FSStorage::removeStreamElementByHierarchicalName( const ::rtl::OUString& sStreamPath ) in removeStreamElementByHierarchicalName() argument
1596 sStreamPath ); in removeStreamElementByHierarchicalName()
H A Dfsstorage.hxx306 …> SAL_CALL openStreamElementByHierarchicalName( const ::rtl::OUString& sStreamPath, ::sal_Int32 nO…
/AOO41X/main/package/source/xstor/
H A Dxstorage.hxx815 …> SAL_CALL openStreamElementByHierarchicalName( const ::rtl::OUString& sStreamPath, ::sal_Int32 nO…