Searched refs:pDestData (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 432 ScDBData* pDestData = NULL; in Sort() local 452 if (pDestData) in Sort() 453 pDestData->GetArea(aOldDest); in Sort() 516 if (pDestData) in Sort() 549 if (pDestData) in Sort() 592 if (pDestData) in Sort() 628 if (pDestData) in Sort() 721 if (pDestData) in Query() 782 if (pDestData) in Query() 916 if (pDestData) in Query() [all …]
|
H A D | docsh5.cxx | 586 ScDBData* pDestData = aDocument.GetDBAtCursor( rParam.nCol, rParam.nRow, rParam.nTab, sal_True ); in DoConsolidate() local 587 if (pDestData) in DoConsolidate() 588 pDestData->GetArea(aOldDest); in DoConsolidate() 611 ScDBData* pUndoData = pDestData ? new ScDBData(*pDestData) : NULL; in DoConsolidate() 645 if (pDestData) in DoConsolidate() 662 if (pDestData) in DoConsolidate() 671 if (pDestData) // Zielbereich loeschen / anpassen in DoConsolidate() 674 pDestData->SetArea( rParam.nTab, rParam.nCol, rParam.nRow, in DoConsolidate() 676 pDestData->SetHeader( rParam.bByRow ); in DoConsolidate() 697 if (pDestData) in DoConsolidate()
|
/trunk/main/sfx2/source/appl/ |
H A D | shutdowniconunx.cxx | 116 guchar *pDestData = pPixbufData; in ResIdToPixbuf() local 124 pDestData[0] = aPix.GetRed(); in ResIdToPixbuf() 125 pDestData[1] = aPix.GetGreen(); in ResIdToPixbuf() 126 pDestData[2] = aPix.GetBlue(); in ResIdToPixbuf() 130 pDestData[3] = 255 - aPix.GetIndex(); in ResIdToPixbuf() 133 pDestData[3] = 255; in ResIdToPixbuf() 134 pDestData += 4; in ResIdToPixbuf()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salbmp.cxx | 486 …16 nDestBits, sal_uInt32 nDestBytesPerRow, const BitmapPalette& rDestPalette, sal_uInt8* pDestData, in ConvertBitmapData() argument 493 memcpy( pDestData, pSrcData, nHeight * nDestBytesPerRow ); in ConvertBitmapData() 510 aDstBuf.mpBits = pDestData; in ConvertBitmapData() 537 pD->StartLine( pDestData ); in ConvertBitmapData() 545 pDestData += nDestBytesPerRow; in ConvertBitmapData()
|
/trunk/main/sw/source/ui/misc/ |
H A D | glossary.cxx | 1109 GroupUserData* pDestData = (GroupUserData*)pDestParent->GetUserData(); in NotifyMoving() local 1110 String sDestName = pDestData->sGroupName; in NotifyMoving() 1112 sDestName += String::CreateFromInt32(pDestData->nPathIdx); in NotifyMoving() 1158 GroupUserData* pDestData = (GroupUserData*)pDestParent->GetUserData(); in NotifyCopying() local 1159 String sDestName = pDestData->sGroupName; in NotifyCopying() 1161 sDestName += String::CreateFromInt32(pDestData->nPathIdx); in NotifyCopying()
|
/trunk/main/sc/source/ui/view/ |
H A D | dbfunc.cxx | 307 ScDBData* pDestData = pDoc->GetDBAtCursor( in Query() local 310 if (pDestData) in Query() 313 pDestData->GetArea(aDestRange); in Query()
|
/trunk/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 1068 guchar *pDestData = pPixbufData; in bitmapToPixbuf() local 1079 pDestData[2] = *pData++; in bitmapToPixbuf() 1080 pDestData[1] = *pData++; in bitmapToPixbuf() 1081 pDestData[0] = *pData++; in bitmapToPixbuf() 1085 pDestData[0] = *pData++; in bitmapToPixbuf() 1086 pDestData[1] = *pData++; in bitmapToPixbuf() 1087 pDestData[2] = *pData++; in bitmapToPixbuf() 1089 pDestData += 3; in bitmapToPixbuf() 1090 *pDestData++ = 255 - *pAlphaData++; in bitmapToPixbuf()
|
/trunk/main/vcl/inc/aqua/ |
H A D | salbmp.h | 96 …16 nDestBits, sal_uInt32 nDestBytesPerRow, const BitmapPalette& rDestPalette, sal_uInt8* pDestData,
|
/trunk/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 2192 sal_Int8* pDestData = aData.getArray(); in implGetDialogData() local 2194 rtl_copyMemory( pDestData, pSrcData, nLen ); in implGetDialogData()
|
Completed in 146 milliseconds