Searched refs:pDestData (Results 1 – 9 of 9) sorted by relevance
/aoo4110/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 | 588 ScDBData* pDestData = aDocument.GetDBAtCursor( rParam.nCol, rParam.nRow, rParam.nTab, sal_True ); in DoConsolidate() local 589 if (pDestData) in DoConsolidate() 590 pDestData->GetArea(aOldDest); in DoConsolidate() 613 ScDBData* pUndoData = pDestData ? new ScDBData(*pDestData) : NULL; in DoConsolidate() 647 if (pDestData) in DoConsolidate() 664 if (pDestData) in DoConsolidate() 673 if (pDestData) // Zielbereich loeschen / anpassen in DoConsolidate() 676 pDestData->SetArea( rParam.nTab, rParam.nCol, rParam.nRow, in DoConsolidate() 678 pDestData->SetHeader( rParam.bByRow ); in DoConsolidate() 699 if (pDestData) in DoConsolidate()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | glossary.cxx | 1104 GroupUserData* pDestData = (GroupUserData*)pDestParent->GetUserData(); in NotifyMoving() local 1105 String sDestName = pDestData->sGroupName; in NotifyMoving() 1107 sDestName += String::CreateFromInt32(pDestData->nPathIdx); in NotifyMoving() 1153 GroupUserData* pDestData = (GroupUserData*)pDestParent->GetUserData(); in NotifyCopying() local 1154 String sDestName = pDestData->sGroupName; in NotifyCopying() 1156 sDestName += String::CreateFromInt32(pDestData->nPathIdx); in NotifyCopying()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/vcl/inc/aqua/ |
H A D | salbmp.h | 96 …16 nDestBits, sal_uInt32 nDestBytesPerRow, const BitmapPalette& rDestPalette, sal_uInt8* pDestData,
|
/aoo4110/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 75 milliseconds