Searched refs:nResDataLen (Results 1 – 1 of 1) sorted by relevance
884 sal_Int32 nResDataLen = aResData.getLength(); in Copy() local888 sal_Int32 nTotalLen = 4 + nDialogDataLen + nResDataLen; in Copy()901 ::rtl_copyMemory( pCombinedData + nResOffset, aResData.getConstArray(), nResDataLen ); in Copy()992 sal_Int32 nResDataLen = nTotalLen - nResOffset; in Paste() local993 sal_Int32 nDialogDataLen = nTotalLen - nResDataLen - 4; in Paste()998 aResData.realloc( nResDataLen ); in Paste()999 ::rtl_copyMemory( aResData.getArray(), pCombinedData + nResOffset, nResDataLen ); in Paste()
Completed in 22 milliseconds