Lines Matching refs:nItems

1159                     unsigned long nItems = 0;  in getPasteData()  local
1162 …_pDisplay, m_aWindow, XA_PIXMAP, 0, 1, True, XA_PIXMAP, &type, &format, &nItems, &nBytes, &pReturn… in getPasteData()
1171 …splay, m_aWindow, XA_COLORMAP, 0, 1, True, XA_COLORMAP, &type, &format, &nItems, &nBytes, &pReturn… in getPasteData()
1183 …ring( getString( type ), RTL_TEXTENCODING_ISO_8859_1 ).getStr(), format, nItems, nBytes, pReturn ); in getPasteData()
1285 unsigned long nItems, nBytes; in getPasteDataTypes() local
1291 &nType, &nFormat, &nItems, &nBytes, &pBytes ); in getPasteDataTypes()
1293 fprintf( stderr, "have %ld data types in XdndTypeList\n", nItems ); in getPasteDataTypes()
1295 if( nItems == atomcount && nBytes > 0 ) in getPasteDataTypes()
1305 &nType, &nFormat, &nItems, &nBytes, &pBytes ); in getPasteDataTypes()
1307 memcpy( aAtoms.getArray()+atomcount*sizeof(Atom), pBytes, nItems*sizeof(Atom) ); in getPasteDataTypes()
1313 aAtoms.realloc( sizeof(Atom)*nItems ); in getPasteDataTypes()
1314 memcpy( aAtoms.getArray(), pBytes, nItems*sizeof(Atom) ); in getPasteDataTypes()
1704 unsigned long nItems = 0, nBytes = 0; in handleSelectionRequest() local
1715 &nItems, &nBytes, in handleSelectionRequest()
1731 &nItems, &nBytes, in handleSelectionRequest()
1733 if( pData && nItems ) in handleSelectionRequest()
1736 fprintf( stderr, "found %ld atoms in MULTIPLE request\n", nItems ); in handleSelectionRequest()
1742 for( unsigned int i = 0; i < nItems; i += 2 ) in handleSelectionRequest()
1870 unsigned long nItems = 0, nBytes = 0; in handleReceivePropertyNotify() local
1881 &nItems, &nBytes, in handleReceivePropertyNotify()
1887 nFormat, nItems ); in handleReceivePropertyNotify()
1910 &nItems, &nBytes, in handleReceivePropertyNotify()
1914 nItems, in handleReceivePropertyNotify()
1925 it->second->m_aData = Sequence< sal_Int8 >( (sal_Int8*)pData, nItems*nUnitSize ); in handleReceivePropertyNotify()
1931 if( nItems ) in handleReceivePropertyNotify()
1934 … Sequence< sal_Int8 > aData( it->second->m_aData.getLength() + nItems*nUnitSize ); in handleReceivePropertyNotify()
1936 … memcpy( aData.getArray() + it->second->m_aData.getLength(), pData, nItems*nUnitSize ); in handleReceivePropertyNotify()
2095 unsigned long nItems = 0, nBytes = 0; in handleSelectionNotify() local
2106 &nItems, &nBytes, in handleSelectionNotify()
2119 &nItems, &nBytes, in handleSelectionNotify()
2124 it->second->m_aData = Sequence< sal_Int8 >((sal_Int8*)pData, nItems * nUnitSize); in handleSelectionNotify()
2989 unsigned long nItems, nBytes; in getXdndVersion() local
3007 &nType, &nFormat, &nItems, &nBytes, &pBytes ); in getXdndVersion()
3018 &nType, &nFormat, &nItems, &nBytes, &pBytes ); in getXdndVersion()
3036 &nType, &nFormat, &nItems, &nBytes, &pBytes ); in getXdndVersion()