Home
last modified time | relevance | path

Searched refs:mpStrm (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sd/source/filter/eppt/
H A Deppt.cxx135 mpStrm ( NULL ), in PPTWriter()
198 mpStrm = mrStg->OpenSotStream( String( RTL_CONSTASCII_USTRINGPARAM( "PowerPoint Document" ) ) ); in PPTWriter()
199 if ( !mpStrm ) in PPTWriter()
216 mpPptEscherEx = new PptEscherEx( *mpStrm, maBaseURI ); in PPTWriter()
278 delete mpStrm; in ~PPTWriter()
510 *mpStrm << nVal; in ImplCreateHeaderFooters()
511 ImplCreateHeaderFooterStrings( *mpStrm, rXPagePropSet ); in ImplCreateHeaderFooters()
538 *mpStrm << nWidth // Slide Size in Master coordinates X in ImplCreateDocument()
543 mpPptEscherEx->InsertPersistOffset( EPP_MAINNOTESMASTER_PERSIST_KEY, mpStrm->Tell() ); in ImplCreateDocument()
544 *mpStrm << (sal_uInt32)0 // Reference to NotesMaster ( 0 if none ); in ImplCreateDocument()
[all …]
H A Depptso.cxx714 mpPptEscherEx->PtReplaceOrInsert( EPP_Persist_CurrentPos, mpStrm->Tell() ); in ImplCloseDocument()
715 mpStrm->Seek( nOfs ); in ImplCloseDocument()
759 *mpStrm << (sal_uInt16)0xf in ImplCloseDocument()
766 mpPptEscherEx->InsertPersistOffset( EPP_Persist_ExObj, mpStrm->Tell() ); in ImplCloseDocument()
767 mpStrm->Write( mpExEmbed->GetData(), nExEmbedSize ); in ImplCloseDocument()
771 *mpStrm << (sal_uInt16)0xf << (sal_uInt16)EPP_Environment << (sal_uInt32)nEnvironment; in ImplCloseDocument()
774 *mpStrm << (sal_uInt16)0x2f << (sal_uInt16)EPP_SrKinsoku << (sal_uInt32)12; in ImplCloseDocument()
776 *mpStrm << (sal_Int32)0; // SrKinsoku Level 0 in ImplCloseDocument()
779 …*mpStrm << (sal_uInt16)0xf << (sal_uInt16)EPP_FontCollection << (sal_uInt32)maFontCollection.GetCo… in ImplCloseDocument()
793 *mpStrm << nUniCode; in ImplCloseDocument()
[all …]
H A Deppt.hxx728 SvStream* mpStrm; member in PPTWriter
/AOO41X/main/filter/source/msfilter/
H A Deschesdo.cxx842 *mpStrm << (sal_uInt32)EPP_TEXTTYPE_Other; // Text in a Shape in ImplWriteAdditionalText()