Home
last modified time | relevance | path

Searched defs:SotStorageStream (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sot/
H A Dstorage.hxx38 class SOT_DLLPUBLIC SotStorageStream final : virtual public SotObject, public SvStream class
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sot/
H A Dstorage.hxx49 class SOT_DLLPUBLIC SotStorageStream final : virtual public SotObject, public SvStream class
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sot/source/sdstor/
H A Dstorage.cxx61 SotStorageStream::SotStorageStream( const OUString & rName, StreamMode nMode ) in SotStorageStream() function in SotStorageStream
71 SotStorageStream::SotStorageStream( BaseStorageStream * pStm ) in SotStorageStream() function in SotStorageStream
/dports/editors/libreoffice/libreoffice-7.2.6.2/sot/source/sdstor/
H A Dstorage.cxx101 SotStorageStream::SotStorageStream( BaseStorageStream * pStm ) in SotStorageStream() function in SotStorageStream
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Dtransfer.cxx906 bool TransferableHelper::WriteObject( tools::SvRef<SotStorageStream>&, void*, sal_uInt32, const Dat… in WriteObject()