Home
last modified time | relevance | path

Searched refs:SotStorageStream (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sot/source/sdstor/
H A Dstorage.cxx68 SO2_IMPL_BASIC_CLASS1_DLL(SotStorageStream,SotStorageStreamFactory,SotObject,
71 SO2_IMPL_INVARIANT(SotStorageStream) in SO2_IMPL_INVARIANT() argument
74 void SotStorageStream::TestMemberObjRef( sal_Bool /*bFree*/ ) in SO2_IMPL_INVARIANT()
79 void SotStorageStream::TestMemberInvariant( sal_Bool /*bPrint*/ ) in TestMemberInvariant()
105 SotStorageStream::SotStorageStream( const String & rName, StreamMode nMode, in SotStorageStream() function in SotStorageStream
122 SotStorageStream::SotStorageStream( BaseStorageStream * pStm ) in SotStorageStream() function in SotStorageStream
143 SotStorageStream::SotStorageStream() in SotStorageStream() function in SotStorageStream
155 SotStorageStream::~SotStorageStream() in ~SotStorageStream()
167 void SotStorageStream::SyncSvStream() in SyncSvStream()
184 void SotStorageStream::ResetError() in ResetError()
[all …]
/trunk/main/sot/inc/sot/
H A Dstorage.hxx64 class SOT_DLLPUBLIC SotStorageStream : virtual public SotObject, public SvStream class
74 ~SotStorageStream();
76 SotStorageStream( const String &,
79 SotStorageStream( BaseStorageStream *pStm );
80 SotStorageStream();
81 SO2_DECL_BASIC_CLASS_DLL(SotStorageStream,SOTDATA())
92 sal_Bool CopyTo( SotStorageStream * pDestStm );
103 SO2_DECL_REF(SotStorageStream)
105 SO2_IMPL_REF(SotStorageStream)
117 friend class SotStorageStream;
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx181 sal_Bool Read(SotStorageStream *pS);
228 sal_Bool FullRead(SotStorageStream *pS) in FullRead()
232 virtual sal_Bool Read(SotStorageStream *pS);
233 virtual sal_Bool ReadFontData(SotStorageStream *pS);
260 sal_Bool ReadAndImport(SotStorageStream *pS, in ReadAndImport()
332 sal_Bool Read(SotStorageStream *pS);
419 virtual sal_Bool ReadFontData(SotStorageStream *pS);
420 virtual sal_Bool Read(SotStorageStream *pS);
460 sal_Bool Read(SotStorageStream *pS);
1126 sal_Bool Read(SotStorageStream *pS);
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DTableCopyHelper.cxx332 SvStream* pStream = (SvStream*)(SotStorageStream*)_rDesc.aHtmlRtfStorage; in copyTagTable()
377 SotStorageStreamRef aNew = new SotStorageStream( aTmp.GetFileName() ); in copyTagTable()
/trunk/main/svx/source/gallery2/
H A Dgalmisc.cxx502 mxModelStream = new SotStorageStream( String() ); in InitData()
624 *rxOStm << *static_cast< SotStorageStream* >( pUserObject ); in WriteObject()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx503 …void Store( SotStorageStream& rSStream, const String& rBasMgrStorageName, sal_B…
504 static BasicLibInfo* Create( SotStorageStream& rSStream );
540 void BasicLibInfo::Store( SotStorageStream& rSStream, const String& rBasMgrStorageName, sal_Bool bU… in Store()
608 BasicLibInfo* BasicLibInfo::Create( SotStorageStream& rSStream ) in Create()
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx1055 SotStorageStreamRef xStm( new SotStorageStream( String() ) ); in SetObject()
2348 rxStream = new SotStorageStream( String() ); in GetSotStorageStream()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx5179 sal_Bool OCX_TabStrip::Read(SotStorageStream *pS) in Read()
5195 sal_Bool OCX_TabStrip::ReadFontData(SotStorageStream *pS) in ReadFontData()
5208 sal_Bool OCX_Image::Read(SotStorageStream *pS) in Read()