Searched refs:mpExEmbed (Results 1 – 3 of 3) sorted by relevance
654 *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 …]
736 SvMemoryStream* mpExEmbed; member in PPTWriter
141 mpExEmbed ( new SvMemoryStream ), in PPTWriter()274 delete mpExEmbed; in ~PPTWriter()