Home
last modified time | relevance | path

Searched refs:mpExEmbed (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sd/source/filter/eppt/
H A Depptso.cxx654 *mpExEmbed << (sal_uInt16)0xf in ImplInsertBookmarkURL()
657 sal_uInt32 nHyperSize, nHyperStart = mpExEmbed->Tell(); in ImplInsertBookmarkURL()
658 *mpExEmbed << (sal_uInt16)0 in ImplInsertBookmarkURL()
667 *mpExEmbed << (sal_uInt32)( EPP_CString << 16 ) << (sal_uInt32)( nStringLen * 2 ); in ImplInsertBookmarkURL()
670 *mpExEmbed << rStringVer0.GetChar( i ); in ImplInsertBookmarkURL()
676 … *mpExEmbed << (sal_uInt32)( ( EPP_CString << 16 ) | 0x10 ) << (sal_uInt32)( nStringLen * 2 ); in ImplInsertBookmarkURL()
679 *mpExEmbed << rStringVer1.GetChar( i ); in ImplInsertBookmarkURL()
685 … *mpExEmbed << (sal_uInt32)( ( EPP_CString << 16 ) | 0x20 ) << (sal_uInt32)( nStringLen * 2 ); in ImplInsertBookmarkURL()
688 *mpExEmbed << rStringVer2.GetChar( i ); in ImplInsertBookmarkURL()
694 … *mpExEmbed << (sal_uInt32)( ( EPP_CString << 16 ) | 0x30 ) << (sal_uInt32)( nStringLen * 2 ); in ImplInsertBookmarkURL()
[all …]
H A Deppt.hxx736 SvMemoryStream* mpExEmbed; member in PPTWriter
H A Deppt.cxx141 mpExEmbed ( new SvMemoryStream ), in PPTWriter()
274 delete mpExEmbed; in ~PPTWriter()