Lines Matching refs:pPixmap
1479 PixmapHolder* pPixmap = getPixmapHolder( selection ); in sendData() local
1480 if( ! pPixmap ) return false; in sendData()
1485 nValue = (XID)pPixmap->getColormap(); in sendData()
1487 nValue = (XID)pPixmap->getVisualID(); in sendData()
1490 nValue = (XID)pPixmap->getPixmap(); in sendData()
1503 pPixmap = getPixmapHolder( selection ); in sendData()
1505 if( pPixmap->needsConversion( (const sal_uInt8*)aData.getConstArray() ) in sendData()
1515 aArgs.getArray()[1] = makeAny( (sal_uInt16)pPixmap->getDepth() ); in sendData()
1535 pPixmap = getPixmapHolder( selection ); in sendData()
1536 nValue = (XID)pPixmap->setBitmapData( (const sal_uInt8*)aData.getConstArray() ); in sendData()
1542 nValue = (XID)pPixmap->getBitmap(); in sendData()