Searched refs:DialogModelBytes (Results 1 – 1 of 1) sorted by relevance
836 Sequence< sal_Int8 > DialogModelBytes; in Copy() local837 implCopyStreamToByteSequence( xStream, DialogModelBytes ); in Copy()883 sal_Int32 nDialogDataLen = DialogModelBytes.getLength(); in Copy()900 ::rtl_copyMemory( pCombinedData + 4, DialogModelBytes.getConstArray(), nDialogDataLen ); in Copy()914 aDialogModelBytesAny <<= DialogModelBytes; in Copy()970 Sequence< sal_Int8 > DialogModelBytes; in Paste() local995 DialogModelBytes.realloc( nDialogDataLen ); in Paste()996 ::rtl_copyMemory( DialogModelBytes.getArray(), pCombinedData + 4, nDialogDataLen ); in Paste()1004 aAny >>= DialogModelBytes; in Paste()1013 …logModel( ::xmlscript::createInputStream( *((::rtl::ByteSequence*)(&DialogModelBytes)) ) , xClipDi… in Paste()
Completed in 19 milliseconds