Home
last modified time | relevance | path

Searched refs:BinaryInputStreamRef (Results 1 – 12 of 12) sorted by relevance

/trunk/main/oox/inc/oox/dump/
H A Doledumper.hxx108 …explicit OleStreamObject( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm…
116 …explicit OleCompObjObject( const ObjectBase& rParent, const BinaryInputStreamRef& rxStr…
128 … OlePropertyStreamObject( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, co…
324 const BinaryInputStreamRef& rxStrm,
330 const BinaryInputStreamRef& rxStrm,
580 const BinaryInputStreamRef& rxStrm,
585 const BinaryInputStreamRef& rxStrm,
668 const BinaryInputStreamRef& rxStrm,
694 const BinaryInputStreamRef& rxStrm,
738 const BinaryInputStreamRef& rxStrm,
[all …]
H A Ddumperbase.hxx148 class BinaryInputStreamRef : public ::oox::BinaryInputStreamRef class
151 inline BinaryInputStreamRef() {} in BinaryInputStreamRef() function in oox::dump::BinaryInputStreamRef
153 inline /*implicit*/ BinaryInputStreamRef( BinaryInputStream* pInStrm ) : in BinaryInputStreamRef() function in oox::dump::BinaryInputStreamRef
154 ::oox::BinaryInputStreamRef( pInStrm ) {} in BinaryInputStreamRef()
156 …inline /*implicit*/ BinaryInputStreamRef( const ::com::sun::star::uno::Reference< ::com::sun::star… in BinaryInputStreamRef() function in oox::dump::BinaryInputStreamRef
157 … ::oox::BinaryInputStreamRef( new BinaryXInputStream( rxInStrm, true ) ) {} in BinaryInputStreamRef()
160 inline /*implicit*/ BinaryInputStreamRef( const ::boost::shared_ptr< StreamType >& rxInStrm ) : in BinaryInputStreamRef() function in oox::dump::BinaryInputStreamRef
161 ::oox::BinaryInputStreamRef( rxInStrm ) {} in BinaryInputStreamRef()
1332 const BinaryInputStreamRef& rxStrm,
1575 …void construct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, cons…
[all …]
H A Dbiffdumper.hxx56 const BinaryInputStreamRef& rxStrm );
67 … BiffCtlsStreamObject( const OutputObjectBase& rParent, const BinaryInputStreamRef& rxStrm );
144 …void construct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, ::oo…
402 …void construct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, ::oo…
418 …explicit WorkbookStreamObject( const ObjectBase& rParent, const BinaryInputStreamRef& r…
511 const BinaryInputStreamRef& rxStrm,
540 const BinaryInputStreamRef& rxStrm,
H A Ddffdumper.hxx47 …void construct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, cons…
48 …void construct( const OutputObjectBase& rParent, const BinaryInputStreamRef& rxStrm…
H A Dxlsbdumper.hxx51 …void construct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, cons…
199 …explicit RecordStreamObject( ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, c…
/trunk/main/oox/source/dump/
H A Doledumper.cxx258 OleStreamObject::OleStreamObject( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, co… in OleStreamObject()
265 OleCompObjObject::OleCompObjObject( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, … in OleCompObjObject()
339 …Object::OlePropertyStreamObject( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, co… in OlePropertyStreamObject()
1042 …const BinaryInputStreamRef& rxStrm, const OUString& rSysFileName, const String& rPropNameList, boo… in construct()
1049 const BinaryInputStreamRef& rxStrm, const String& rPropNameList, bool b64BitPropFlags ) in construct()
1635 …Object::FormControlStreamObject( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, co… in FormControlStreamObject()
1641 …::FormControlStreamObject( const OutputObjectBase& rParent, const BinaryInputStreamRef& rxStrm, co… in FormControlStreamObject()
1830 VbaFStreamObject::VbaFStreamObject( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, … in VbaFStreamObject()
1955 … const BinaryInputStreamRef& rxStrm, const OUString& rSysFileName, VbaFormSharedData& rFormData ) : in VbaOStreamObject()
1971 BinaryInputStreamRef xRelStrm( new RelativeInputStream( *mxStrm, aIt->mnLength ) ); in implDump()
[all …]
H A Ddumperbase.cxx2214 BinaryInputStreamRef xInStrm( new BinaryXInputStream( xBaseStrm, false ) ); in implDump()
2229 void StorageObjectBase::implDumpBaseStream( const BinaryInputStreamRef&, const OUString& ) in implDumpBaseStream() argument
2503 void InputObjectBase::construct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, con… in construct()
2509 void InputObjectBase::construct( const OutputObjectBase& rParent, const BinaryInputStreamRef& rxStr… in construct()
2831 BinaryStreamObject::BinaryStreamObject( const ObjectBase& rParent, const BinaryInputStreamRef& rxSt… in BinaryStreamObject()
2836 BinaryStreamObject::BinaryStreamObject( const OutputObjectBase& rParent, const BinaryInputStreamRef in BinaryStreamObject()
2857 … const BinaryInputStreamRef& rxStrm, rtl_TextEncoding eTextEnc, const OUString& rSysFileName ) in construct()
2864 const BinaryInputStreamRef& rxStrm, rtl_TextEncoding eTextEnc ) in construct()
2895 … const BinaryInputStreamRef& rxStrm, rtl_TextEncoding eTextEnc, const OUString& rSysFileName ) in TextLineStreamObject()
2901 const BinaryInputStreamRef& rxStrm, rtl_TextEncoding eTextEnc ) in TextLineStreamObject()
[all …]
H A Dbiffdumper.cxx98 void lclDumpDffClientPos( const OutputRef& rxOut, const BinaryInputStreamRef& rxStrm, const String&… in lclDumpDffClientPos()
116 void lclDumpDffClientRect( const OutputRef& rxOut, const BinaryInputStreamRef& rxStrm ) in lclDumpDffClientRect()
129 …mObject::BiffDffStreamObject( const OutputObjectBase& rParent, const BinaryInputStreamRef& rxStrm ) in BiffDffStreamObject()
142 …Object::BiffCtlsStreamObject( const OutputObjectBase& rParent, const BinaryInputStreamRef& rxStrm ) in BiffCtlsStreamObject()
165 BinaryInputStreamRef xRelStrm( new RelativeInputStream( *mxStrm, mnLength ) ); in implDump()
272 void BiffObjectBase::construct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, Biff… in construct()
285BinaryInputStreamRef xCtlsStrm( new BinaryXInputStream( pRootStrg->openInputStream( CREATE_OUSTRIN… in construct()
1553 void RecordStreamObject::construct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, … in construct()
1567 WorkbookStreamObject::WorkbookStreamObject( const ObjectBase& rParent, const BinaryInputStreamRef& … in WorkbookStreamObject()
4447 …mObject::PivotCacheStreamObject( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, Bi… in PivotCacheStreamObject()
[all …]
H A Ddffdumper.cxx61 void DffStreamObject::construct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, con… in construct()
67 void DffStreamObject::construct( const OutputObjectBase& rParent, const BinaryInputStreamRef& rxStr… in construct()
H A Dxlsbdumper.cxx77 void RecordObjectBase::construct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, co… in construct()
987 RecordStreamObject::RecordStreamObject( ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, co… in RecordStreamObject()
/trunk/main/oox/inc/oox/core/
H A Drecordparser.hxx44 BinaryInputStreamRef mxInStream;
/trunk/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx239 typedef ::boost::shared_ptr< BinaryInputStream > BinaryInputStreamRef; typedef