Home
last modified time | relevance | path

Searched refs:SvOutputStream (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Doutstrm.hxx32 class SVL_DLLPUBLIC SvOutputStream final : public SvStream class
47 SvOutputStream(css::uno::Reference<css::io::XOutputStream> const& rTheStream);
49 virtual ~SvOutputStream() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Doutstrm.hxx32 class SVL_DLLPUBLIC SvOutputStream final : public SvStream class
47 SvOutputStream(css::uno::Reference< css::io::XOutputStream > const & rTheStream);
49 virtual ~SvOutputStream() override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/misc/
H A Dstrmadpt.cxx341 std::size_t SvOutputStream::GetData(void *, std::size_t) in GetData()
348 std::size_t SvOutputStream::PutData(void const * pData, std::size_t nSize) in PutData()
382 sal_uInt64 SvOutputStream::SeekPos(sal_uInt64) in SeekPos()
389 void SvOutputStream::FlushData() in FlushData()
406 void SvOutputStream::SetSize(sal_uInt64) in SetSize()
411 SvOutputStream::SvOutputStream(uno::Reference< io::XOutputStream > const & in SvOutputStream() function in SvOutputStream
419 SvOutputStream::~SvOutputStream() in ~SvOutputStream()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/misc/
H A Dstrmadpt.cxx341 std::size_t SvOutputStream::GetData(void *, std::size_t) in GetData()
348 std::size_t SvOutputStream::PutData(void const * pData, std::size_t nSize) in PutData()
382 sal_uInt64 SvOutputStream::SeekPos(sal_uInt64) in SeekPos()
389 void SvOutputStream::FlushData() in FlushData()
406 void SvOutputStream::SetSize(sal_uInt64) in SetSize()
411 SvOutputStream::SvOutputStream(uno::Reference< io::XOutputStream > const & in SvOutputStream() function in SvOutputStream
419 SvOutputStream::~SvOutputStream() in ~SvOutputStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/graphic/
H A DGraphicExportFilter.cxx171 SvOutputStream aOutputStream( mxOutputStream ); in filterRenderDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/pdf/
H A Dpdffilter.cxx168 SvOutputStream aOStm( xOStm ); in implExport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphic/
H A DGraphicExportFilter.cxx156 SvOutputStream aOutputStream( mxOutputStream ); in filterRenderDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/pdf/
H A Dpdffilter.cxx164 SvOutputStream aOStm( xOStm ); in implExport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/unodraw/
H A DUnoGraphicExporter.cxx1062 SvOutputStream aOutputStream( aSettings.mxOutputStream ); in filter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/unodraw/
H A DUnoGraphicExporter.cxx1067 SvOutputStream aOutputStream( aSettings.mxOutputStream ); in filter()