Searched refs:mpOutStrm (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/sd/source/filter/eppt/ |
| H A D | escherex.cxx | 154 … *mpOutStrm << (sal_uInt16)( ( nRecInstance << 4 ) | 0xf ) << n_EscherContainer << (sal_uInt32)0; in OpenContainer() 155 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() 216 …*mpOutStrm << mxGlobal->GetDrawingShapeCount( mnCurrentDg ) << mxGlobal->GetLastShapeId( mnCurrent… in CloseContainer() 236 mpOutStrm->Seek( nPos ); in CloseContainer() 258 PtReplaceOrInsert( ESCHER_Persist_Grouping_Snap | mnGroupLevel, mpOutStrm->Tell() ); in EnterGroup() [all …]
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | escherex.cxx | 5073 mpOutStrm ( &rOutStrm ), in EscherEx() 5081 mnStrmStartOfs = mpOutStrm->Tell(); in EscherEx() 5096 PtReplaceOrInsert( ESCHER_Persist_CurrentPosition, mpOutStrm->Tell() ); in Flush() 5102 mxGlobal->WriteDggAtom( *mpOutStrm ); in Flush() 5113 mxGlobal->WriteBlibStoreContainer( *mpOutStrm, pPicStreamMergeBSE ); in Flush() 5122 mpOutStrm->Seek( PtGetOffsetByID( ESCHER_Persist_CurrentPosition ) ); in Flush() 5130 sal_uInt32 nSize, nType, nSource, nBufSize, nToCopy, nCurPos = mpOutStrm->Tell(); in InsertAtCurrentPos() 5142 mpOutStrm->Seek( mnStrmStartOfs ); in InsertAtCurrentPos() 5143 while ( mpOutStrm->Tell() < nCurPos ) in InsertAtCurrentPos() 5145 *mpOutStrm >> nType >> nSize; in InsertAtCurrentPos() [all …]
|
| /AOO41X/main/sc/source/filter/xcl97/ |
| H A D | xcl97esc.cxx | 140 InsertPersistOffset( mnNextKey, mpOutStrm->Tell() ); in InitNextDffFragment() 148 ReplacePersistOffset( mnNextKey, mpOutStrm->Tell() ); in UpdateDffFragmentEnd() 405 mpOutStrm->Seek( 0 ); in EndDocument()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | rtfsdrexport.cxx | 81 delete mpOutStrm, mpOutStrm = NULL; in ~RtfSdrExport()
|
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | escherex.hxx | 1451 SvStream* mpOutStrm; member in EscherEx 1522 SvStream& GetStream() const { return *mpOutStrm; } in GetStream() 1523 sal_uLong GetStreamPos() const { return mpOutStrm->Tell(); } in GetStreamPos()
|
| /AOO41X/main/oox/source/export/ |
| H A D | vmlexport.cxx | 76 delete mpOutStrm, mpOutStrm = NULL; in ~VMLExport()
|