Home
last modified time | relevance | path

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

/aoo42x/main/svl/source/fsstor/
H A Dfsstorage.cxx510 uno::Reference< io::XTruncate > xTrunc( xResult->getOutputStream(), uno::UNO_QUERY_THROW ); in openStreamElement() local
511 xTrunc->truncate(); in openStreamElement()
1509 uno::Reference< io::XTruncate > xTrunc( xResult->getOutputStream(), uno::UNO_QUERY_THROW ); in openStreamElementByHierarchicalName() local
1510 xTrunc->truncate(); in openStreamElementByHierarchicalName()
/aoo42x/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1559 Reference < XTruncate > xTrunc( getOutputStream_Impl(), UNO_QUERY ); in SetSize() local
1560 if ( xTrunc.is() ) in SetSize()
1562 xTrunc->truncate(); in SetSize()
/aoo42x/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()
/aoo42x/main/embeddedobj/source/msole/
H A Dolepersist.cxx1141 uno::Reference< io::XTruncate > xTrunc( xOutStream, uno::UNO_QUERY ); in StoreObjectToStream() local
1142 if ( !xTrunc.is() ) in StoreObjectToStream()
1145 xTrunc->truncate(); in StoreObjectToStream()
/aoo42x/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()

Completed in 111 milliseconds