Home
last modified time | relevance | path

Searched refs:mpOutStrm (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/filter/eppt/
H A Descherex.cxx155 mOffsets.push_back( mpOutStrm->Tell() - 4 ); in OpenContainer()
167 PtReplaceOrInsert( ESCHER_Persist_Dg | mnCurrentDg, mpOutStrm->Tell() ); in OpenContainer()
168 *mpOutStrm << (sal_uInt32)0 // The number of shapes in this drawing in OpenContainer()
203 sal_uInt32 nSize, nPos = mpOutStrm->Tell(); in CloseContainer()
205 mpOutStrm->Seek( mOffsets.back() ); in CloseContainer()
206 *mpOutStrm << nSize; in CloseContainer()
236 mpOutStrm->Seek( nPos ); in CloseContainer()
258 PtReplaceOrInsert( ESCHER_Persist_Grouping_Snap | mnGroupLevel, mpOutStrm->Tell() ); in EnterGroup()
280 *mpOutStrm << (sal_Int32)aRect.Left() in EnterGroup()
292 *mpOutStrm << (sal_uInt32)( ( ESCHER_ClientData << 16 ) | 0xf ) in EnterGroup()
[all …]
/trunk/main/filter/source/msfilter/
H A Descherex.cxx5084 mpOutStrm ( &rOutStrm ), in EscherEx()
5164 mpOutStrm->SeekRel( -4 ); in InsertAtCurrentPos()
5195 mpOutStrm->Seek( nCurPos ); in InsertAtCurrentPos()
5206 mpOutStrm->Seek( nOldPos ); in SeekBehindRecHeader()
5215 mpOutStrm->Seek( nOldPos ); in SeekBehindRecHeader()
5242 mpOutStrm->Seek( nPos ); in DoSeek()
5247 mpOutStrm->Seek( 0 ); in DoSeek()
5267 *mpOutStrm << nValue; in InsertAtPersistOffset()
5338 *mpOutStrm << nSize; in CloseContainer()
5368 mpOutStrm->Seek( nPos ); in CloseContainer()
[all …]
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97esc.cxx140 InsertPersistOffset( mnNextKey, mpOutStrm->Tell() ); in InitNextDffFragment()
148 ReplacePersistOffset( mnNextKey, mpOutStrm->Tell() ); in UpdateDffFragmentEnd()
405 mpOutStrm->Seek( 0 ); in EndDocument()
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1451 SvStream* mpOutStrm; member in EscherEx
1522 SvStream& GetStream() const { return *mpOutStrm; } in GetStream()
1523 sal_uLong GetStreamPos() const { return mpOutStrm->Tell(); } in GetStreamPos()
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx81 delete mpOutStrm, mpOutStrm = NULL; in ~RtfSdrExport()
/trunk/main/oox/source/export/
H A Dvmlexport.cxx76 delete mpOutStrm, mpOutStrm = NULL; in ~VMLExport()

Completed in 58 milliseconds