Home
last modified time | relevance | path

Searched refs:xTrunc (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svl/source/fsstor/
H A Dfsstorage.cxx496 … uno::Reference< io::XTruncate > xTrunc( xResult->getOutputStream(), uno::UNO_QUERY_THROW ); in openStreamElement() local
497 xTrunc->truncate(); in openStreamElement()
1388 … uno::Reference< io::XTruncate > xTrunc( xResult->getOutputStream(), uno::UNO_QUERY_THROW ); in openStreamElementByHierarchicalName() local
1389 xTrunc->truncate(); in openStreamElementByHierarchicalName()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1523 Reference < XTruncate > xTrunc( getOutputStream_Impl(), UNO_QUERY ); in SetSize() local
1524 if ( xTrunc.is() ) in SetSize()
1526 xTrunc->truncate(); in SetSize()
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx116 uno::Reference< io::XTruncate > xTrunc( xOutputStream, uno::UNO_QUERY_THROW ); in UpdateOriginal_Impl() local
117 xTrunc->truncate(); in UpdateOriginal_Impl()
/trunk/main/embeddedobj/source/msole/
H A Dolepersist.cxx1133 uno::Reference< io::XTruncate > xTrunc( xOutStream, uno::UNO_QUERY ); in StoreObjectToStream() local
1134 if ( !xTrunc.is() ) in StoreObjectToStream()
1137 xTrunc->truncate(); in StoreObjectToStream()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx257 uno::Reference< io::XTruncate > xTrunc( xOutStream, uno::UNO_QUERY ); in PutURLContentsToVersionStream_Impl() local
259 … DBG_ASSERT( xTrunc.is(), "The output stream must exist and implement XTruncate interface!\n" ); in PutURLContentsToVersionStream_Impl()
260 if ( !xTrunc.is() ) in PutURLContentsToVersionStream_Impl()
269 xTrunc->truncate(); in PutURLContentsToVersionStream_Impl()