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 rtl::ByteSequence DialogModelBytes; in Paste() local995 DialogModelBytes.realloc( nDialogDataLen ); in Paste()996 ::rtl_copyMemory( DialogModelBytes.getArray(), pCombinedData + 4, nDialogDataLen ); in Paste()1006 DialogModelBytes = rtl::ByteSequence( aTmp.getArray(), aTmp.getLength() ); in Paste()1015 …::xmlscript::importDialogModel( ::xmlscript::createInputStream( DialogModelBytes ) , xClipDialogMo… in Paste()
Completed in 18 milliseconds