Home
last modified time | relevance | path

Searched refs:UcbLockBytes (Results 1 – 3 of 3) sorted by relevance

/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx89 UcbDataSink_Impl( UcbLockBytes* pLockBytes ) in UcbDataSink_Impl()
1274 UcbLockBytes::UcbLockBytes( UcbLockBytesHandler* pHandler ) in UcbLockBytes() function in utl::UcbLockBytes
1287 UcbLockBytes::~UcbLockBytes() in ~UcbLockBytes()
1324 Reference < XStream > UcbLockBytes::getStream() in getStream()
1397 void UcbLockBytes::SetStreamValid_Impl() in SetStreamValid_Impl()
1405 void UcbLockBytes::terminate_Impl() in terminate_Impl()
1432 UcbLockBytes* pThis = const_cast < UcbLockBytes* >( this ); in ReadAt()
1532 ErrCode UcbLockBytes::Flush() const in Flush()
1551 ErrCode UcbLockBytes::SetSize (sal_uLong nNewSize) in SetSize()
1589 UcbLockBytes* pThis = const_cast < UcbLockBytes* >( this ); in Stat()
[all …]
H A Ducbstreamhelper.cxx124 … xLockBytes = UcbLockBytes::CreateLockBytes( aContent.get(), Sequence < PropertyValue >(), in lcl_CreateStream()
175 UcbLockBytesRef xLockBytes = UcbLockBytes::CreateInputLockBytes( xStream ); in CreateStream()
191 UcbLockBytesRef xLockBytes = UcbLockBytes::CreateLockBytes( xStream ); in CreateStream()
208 UcbLockBytesRef xLockBytes = UcbLockBytes::CreateInputLockBytes( xStream ); in CreateStream()
227 UcbLockBytesRef xLockBytes = UcbLockBytes::CreateLockBytes( xStream ); in CreateStream()
/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx71 SV_DECL_REF( UcbLockBytes )
101 class UNOTOOLS_DLLPUBLIC UcbLockBytes : public virtual SvLockBytes class
127 UcbLockBytes( UcbLockBytesHandler* pHandler=NULL );
129 virtual ~UcbLockBytes (void);
182 vos::OGuard aGuard( SAL_CONST_CAST(UcbLockBytes*, this)->m_aMutex ); in getInputStream_Impl()
188 vos::OGuard aGuard( SAL_CONST_CAST(UcbLockBytes*, this)->m_aMutex ); in getOutputStream_Impl()
194 vos::OGuard aGuard( SAL_CONST_CAST(UcbLockBytes*, this)->m_aMutex ); in getSeekable_Impl()
200 vos::OGuard aGuard( SAL_CONST_CAST(UcbLockBytes*, this)->m_aMutex ); in hasInputStream_Impl()
214 SV_IMPL_REF( UcbLockBytes );

Completed in 24 milliseconds