| /AOO42X/main/cppu/source/uno/ |
| H A D | eq.hxx | 72 void * pDest, void *pSource, 78 void * pDest, void *pSource, in _equalStruct() argument 84 !equalStruct( pDest, pSource, pTypeDescr->pBaseTypeDescription, queryInterface, release )) in _equalStruct() 96 if (! ::uno_type_equalData( (char *)pDest + nOffset, in _equalStruct() 109 uno_Sequence * pDest, uno_Sequence * pSource, 115 uno_Sequence * pDest, uno_Sequence * pSource, in _equalSequence() argument 120 if (pDest == pSource) in _equalSequence() 122 sal_Int32 nElements = pDest->nElements; in _equalSequence() 128 void * pDestElements = pDest->elements; in _equalSequence() 298 void * pDest, in _equalData() argument [all …]
|
| H A D | assign.hxx | 68 void * pDest, void * pSource, 74 void * pDest, void * pSource, in _assignStruct() argument 82 if (! assignStruct( pDest, pSource, pTypeDescr->pBaseTypeDescription, in _assignStruct() 94 if (! ::uno_type_assignData( (char *)pDest + pMemberOffsets[nDescr], in _assignStruct() 107 void * pDest, void * pSource, in _assignArray() argument 135 ::rtl_copyMemory((sal_Char *)pDest + i * nElementSize, in _assignArray() 144 ::rtl_uString_assign( (rtl_uString **)pDest + i, in _assignArray() 152 typelib_TypeDescriptionReference ** pp = (typelib_TypeDescriptionReference **)pDest + i; in _assignArray() 162 _destructAny( (uno_Any *)pDest + i, release ); in _assignArray() 163 _copyConstructAny( (uno_Any *)pDest + i, (uno_Any *)pSource + i, in _assignArray() [all …]
|
| H A D | copy.hxx | 59 void * pDest, void * pSource, 65 void * pDest, void * pSource, in _copyConstructStruct() argument 73 copyConstructStruct( pDest, pSource, pTypeDescr->pBaseTypeDescription, acquire, mapping ); in _copyConstructStruct() 86 (char *)pDest + pMemberOffsets[nDescr], in _copyConstructStruct() 96 (char *)pDest + pMemberOffsets[nDescr], in _copyConstructStruct() 104 void * pDest, void * pSource, in _copyConstructArray() argument 120 (sal_Char *)pDest + i * nElementSize, in _copyConstructArray() 130 (sal_Char *)pDest + (i * nElementSize), in _copyConstructArray() 138 void * pDest, void * pSource, in _copyConstructUnion() argument 147 (char *)pDest + ((typelib_UnionTypeDescription *)pTypeDescr)->nValueOffset, in _copyConstructUnion() [all …]
|
| H A D | any.cxx | 37 uno_Any * pDest, void * pSource, in uno_type_any_assign() argument 42 _destructAny( pDest, release ); in uno_type_any_assign() 45 _copyConstructAny( pDest, pSource, pType, 0, acquire, 0 ); in uno_type_any_assign() 49 CONSTRUCT_EMPTY_ANY( pDest ); in uno_type_any_assign() 54 uno_Any * pDest, void * pSource, in uno_any_assign() argument 59 _destructAny( pDest, release ); in uno_any_assign() 62 _copyConstructAny( pDest, pSource, pTypeDescr->pWeakRef, pTypeDescr, acquire, 0 ); in uno_any_assign() 66 CONSTRUCT_EMPTY_ANY( pDest ); in uno_any_assign() 71 uno_Any * pDest, void * pSource, in uno_type_any_construct() argument 78 _copyConstructAny( pDest, pSource, pType, 0, acquire, 0 ); in uno_type_any_construct() [all …]
|
| H A D | data.cxx | 133 void * pDest, void * pSource, in copyConstructStruct() argument 138 _copyConstructStruct( pDest, pSource, pTypeDescr, acquire, mapping ); in copyConstructStruct() 151 void * pDest, void *pSource, in equalStruct() argument 156 return _equalStruct( pDest, pSource, pTypeDescr, queryInterface, release ); in equalStruct() 160 void * pDest, void * pSource, in assignStruct() argument 165 return _assignStruct( pDest, pSource, pTypeDescr, queryInterface, acquire, release ); in assignStruct() 189 uno_Sequence * pDest, uno_Sequence * pSource, in equalSequence() argument 194 return _equalSequence( pDest, pSource, pElementType, queryInterface, release ); in equalSequence() 232 void * pDest, void * pSource, in uno_type_copyData() argument 237 _copyConstructData( pDest, pSource, pType, 0, acquire, 0 ); in uno_type_copyData() [all …]
|
| H A D | destr.hxx | 220 rtl_uString ** pDest = (rtl_uString **)pElements; in idestructElements() local 223 ::rtl_uString_release( pDest[nPos] ); in idestructElements() 229 typelib_TypeDescriptionReference ** pDest = (typelib_TypeDescriptionReference **)pElements; in idestructElements() local 232 ::typelib_typedescriptionreference_release( pDest[nPos] ); in idestructElements() 238 uno_Any * pDest = (uno_Any *)pElements; in idestructElements() local 241 _destructAny( &pDest[nPos], release ); in idestructElements() 284 uno_Sequence ** pDest = (uno_Sequence **)pElements; in idestructElements() local 288 pDest[nPos], in idestructElements()
|
| /AOO42X/main/filter/source/graphicfilter/ieps/ |
| H A D | ieps.cxx | 65 static sal_uInt8* ImplSearchEntry( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nComp, sal_uLong… in ImplSearchEntry() argument 72 if ( ( pSource[i]&~0x20 ) != ( pDest[i]&~0x20 ) ) in ImplSearchEntry() 439 sal_uInt8* pDest = ImplSearchEntry( pBuf, (sal_uInt8*)"%%Title:", nBytesRead - 32, 8 ); in MakePreview() local 440 if ( pDest ) in MakePreview() 442 pDest += 8; in MakePreview() 443 if ( *pDest == ' ' ) in MakePreview() 444 pDest++; in MakePreview() 445 nLen = ImplGetLen( pDest, 32 ); in MakePreview() 446 sal_uInt8 aOldValue(pDest[ nLen ]); pDest[ nLen ] = 0; in MakePreview() 447 if ( strcmp( (const char*)pDest, "none" ) != 0 ) in MakePreview() [all …]
|
| /AOO42X/main/vcl/source/gdi/ |
| H A D | pngwrite.cxx | 498 sal_uInt8* pDest; in ImplGetFilter() local 501 pDest = mpCurrentScan; in ImplGetFilter() 503 pDest = mpDeflateInBuf; in ImplGetFilter() 507 *pDest++ = mnFilterType; // in this version the filter type is either 0 or 4 in ImplGetFilter() 520 *pDest = mpAccess->GetPixelIndex( nY, nX ) << nShift; in ImplGetFilter() 522 *pDest++ |= mpAccess->GetPixelIndex( nY, nX ) << nShift; in ImplGetFilter() 524 *pDest |= mpAccess->GetPixelIndex( nY, nX ) << nShift; in ImplGetFilter() 526 if ( ( nXIndex & 7 ) != 0 ) pDest++; // byte is not completely used, so the in ImplGetFilter() 536 *pDest++ |= mpAccess->GetPixelIndex( nY, nX ); in ImplGetFilter() 538 *pDest = mpAccess->GetPixelIndex( nY, nX ) << 4; in ImplGetFilter() [all …]
|
| /AOO42X/main/sot/source/sdstor/ |
| H A D | stg.cxx | 297 sal_Bool StorageStream::CopyTo( BaseStorageStream* pDest ) in CopyTo() argument 299 if( !Validate() || !pDest || !pDest->Validate( sal_True ) || Equals( *pDest ) ) in CopyTo() 301 pEntry->Copy( *pDest ); in CopyTo() 302 pDest->Commit(); in CopyTo() 304 SetError( pDest->GetError() ); in CopyTo() 305 return sal_Bool( Good() && pDest->Good() ); in CopyTo() 744 sal_Bool Storage::CopyTo( const String& rElem, BaseStorage* pDest, const String& rNew ) in CopyTo() argument 746 if( !Validate() || !pDest || !pDest->Validate( sal_True ) ) in CopyTo() 763 …BaseStorage* p2 = pDest->OpenOLEStorage( rNew, STREAM_WRITE | STREAM_SHARE_DENYALL, pEntry->bDirec… in CopyTo() 778 pDest->SetError( nTmpErr ); in CopyTo() [all …]
|
| /AOO42X/main/extensions/source/ole/ |
| H A D | unoobjw.cxx | 86 static sal_Bool writeBackOutParameter(VARIANTARG* pDest, VARIANT* pSource); 87 static sal_Bool writeBackOutParameter2( VARIANTARG* pDest, VARIANT* pSource); 582 static sal_Bool writeBackOutParameter2( VARIANTARG* pDest, VARIANT* pSource) in writeBackOutParameter2() argument 588 CComVariant varDest( *pDest); in writeBackOutParameter2() 612 else if (pDest->vt == VT_DISPATCH)// VT_DISPATCH -> JScript out param in writeBackOutParameter2() 647 ret= writeBackOutParameter( pDest, pSource); in writeBackOutParameter2() 651 ret= writeBackOutParameter( pDest, pSource); in writeBackOutParameter2() 659 static sal_Bool writeBackOutParameter(VARIANTARG* pDest, VARIANT* pSource) in writeBackOutParameter() argument 664 if ((V_VT(pDest) & VT_BYREF) != 0 ) in writeBackOutParameter() 669 if (V_VT(pDest) == (VT_VARIANT | VT_BYREF)) in writeBackOutParameter() [all …]
|
| /AOO42X/main/sw/source/core/txtnode/ |
| H A D | ndtxt.cxx | 1390 SwTxtNode *const pDest ) in lcl_CopyHint() argument 1397 ASSERT(pDest, "lcl_CopyHint: no destination text node?"); in lcl_CopyHint() 1398 static_cast<const SwTxtFtn*>(pHt)->CopyFtn( *static_cast<SwTxtFtn*>(pNewHt), *pDest); in lcl_CopyHint() 1440 if( pOtherDoc && pDest && pDest->GetpSwpHints() in lcl_CopyHint() 1441 && USHRT_MAX != pDest->GetpSwpHints()->GetPos( pNewHt ) ) in lcl_CopyHint() 1452 if( pDest && pDest->GetpSwpHints() in lcl_CopyHint() 1453 && USHRT_MAX != pDest->GetpSwpHints()->GetPos( pNewHt ) ) in lcl_CopyHint() 1470 if( pOtherDoc && pDest && pDest->GetpSwpHints() in lcl_CopyHint() 1471 && USHRT_MAX != pDest->GetpSwpHints()->GetPos( pNewHt ) ) in lcl_CopyHint() 1494 pINetHt->ChgTxtNode( pDest ); in lcl_CopyHint() [all …]
|
| /AOO42X/main/vcl/unx/generic/printer/ |
| H A D | cupsmgr.cxx | 517 cups_dest_t* pDest = ((cups_dest_t*)m_pDests); in initialize() local 519 pDest->num_options, in initialize() 520 pDest->options ); in initialize() 544 pDest = ((cups_dest_t*)m_pDests)+nPrinter; in initialize() 545 OUString aPrinterName = OStringToOUString( pDest->name, aEncoding ); in initialize() 546 if( pDest->instance && *pDest->instance ) in initialize() 551 aBuf.append( OStringToOUString( pDest->instance, aEncoding ) ); in initialize() 561 if( pDest->is_default ) in initialize() 564 for( int k = 0; k < pDest->num_options; k++ ) in initialize() 566 if(!strcmp(pDest->options[k].name, "printer-info")) in initialize() [all …]
|
| /AOO42X/main/svtools/source/filter/ixpm/ |
| H A D | xpmread.cxx | 325 sal_Bool XPMReader::ImplGetColSub( sal_uInt8* pDest ) in ImplGetColSub() argument 336 *pDest++ = 0; in ImplGetColSub() 341 ImplGetRGBHex ( pDest, 6 ); in ImplGetColSub() 344 ImplGetRGBHex ( pDest, 2 ); in ImplGetColSub() 347 ImplGetRGBHex ( pDest, 0 ); in ImplGetColSub() 357 *pDest++ = 0xff; in ImplGetColSub() 375 *pDest++ = 0; in ImplGetColSub() 376 *pDest++ = pRGBTable[ i ].red; in ImplGetColSub() 377 *pDest++ = pRGBTable[ i ].green; in ImplGetColSub() 378 *pDest++ = pRGBTable[ i ].blue; in ImplGetColSub() [all …]
|
| /AOO42X/main/stoc/source/invocation_adapterfactory/ |
| H A D | iafactory.cxx | 185 void * pDest, typelib_TypeDescriptionReference * pType, 188 void * pDest, typelib_TypeDescriptionReference * pType, 274 void * pDest, typelib_TypeDescriptionReference * pType, uno_Any * pSource, in coerce_assign() argument 280 (uno_Any *)pDest, pSource->pData, pSource->pType, 0, 0 ); in coerce_assign() 284 pDest, pType, pSource->pData, pSource->pType, 0, 0, 0 )) in coerce_assign() 330 pDest, pType, ret.pData, ret.pType, 0, 0, 0 )); in coerce_assign() 348 void * pDest, typelib_TypeDescriptionReference * pType, uno_Any * pSource, in coerce_construct() argument 353 ::uno_type_copyData( pDest, pSource, pType, 0 ); in coerce_construct() 358 ::uno_type_copyData( pDest, pSource->pData, pType, 0 ); in coerce_construct() 361 ::uno_type_constructData( pDest, pType ); in coerce_construct() [all …]
|
| /AOO42X/main/sw/source/core/layout/ |
| H A D | flylay.cxx | 815 void SwPageFrm::MoveFly( SwFlyFrm *pToMove, SwPageFrm *pDest ) in MoveFly() argument 821 if ( !pToMove->IsFlyInCntFrm() && pDest->GetPhyPageNum() < GetPhyPageNum() ) in MoveFly() 825 pDest->InvalidateSpelling(); in MoveFly() 826 pDest->InvalidateSmartTags(); // SMARTTAGS in MoveFly() 827 pDest->InvalidateAutoCompleteWords(); in MoveFly() 828 pDest->InvalidateWordCount(); in MoveFly() 832 pDest->InvalidateFlyInCnt(); in MoveFly() 858 if ( !pDest->GetSortedObjs() ) in MoveFly() 859 pDest->pSortedObjs = new SwSortedObjs(); in MoveFly() 864 pDest->GetSortedObjs()->Insert( *pToMove ); in MoveFly() [all …]
|
| /AOO42X/main/sw/source/core/doc/ |
| H A D | doclay.cxx | 421 SwFrmFmt* pDest = GetDfltFrmFmt(); in CopyLayoutFmt() local 423 pDest = CopyFrmFmt( *(SwFrmFmt*)rSource.GetRegisteredIn() ); in CopyLayoutFmt() 432 SwFlyFrmFmt *pFormat = MakeFlyFrmFmt( rSource.GetName(), pDest ); in CopyLayoutFmt() 433 pDest = pFormat; in CopyLayoutFmt() 438 pDest = MakeDrawFrmFmt( aEmptyStr, pDest ); in CopyLayoutFmt() 441 pDest->CopyAttrs( rSource ); in CopyLayoutFmt() 444 pDest->ResetFmtAttr( RES_CHAIN ); in CopyLayoutFmt() 460 pDest->SetFmtAttr( aAttr ); in CopyLayoutFmt() 461 pDest->SetFmtAttr( rNewAnchor ); in CopyLayoutFmt() 466 pDest->SetName( aEmptyStr ); in CopyLayoutFmt() [all …]
|
| /AOO42X/main/cppu/inc/uno/ |
| H A D | any2.h | 77 uno_Any * pDest, void * pSource, 93 uno_Any * pDest, void * pSource, 107 uno_Any * pDest, void * pSource, 120 uno_Any * pDest, void * pSource, 133 uno_Any * pDest, void * pSource, 145 uno_Any * pDest, void * pSource,
|
| H A D | data.h | 102 void * pDest, void * pSource, 115 void * pDest, void * pSource, 128 void * pDest, void * pSource, 140 void * pDest, void * pSource, 201 void * pDest, struct _typelib_TypeDescription * pDestTypeDescr, 224 void * pDest, struct _typelib_TypeDescriptionReference * pDestType,
|
| /AOO42X/main/sal/qa/OStringBuffer/ |
| H A D | rtl_String_Utils.cxx | 520 sal_Bool AStringToUStringCopy( sal_Unicode *pDest, in AStringToUStringCopy() argument 528 if ( ( pDest != NULL ) in AStringToUStringCopy() 535 *pDest = (unsigned char)*pSrc; in AStringToUStringCopy() 537 pDest++; in AStringToUStringCopy() 565 sal_Bool AStringToUStringNCopy( sal_Unicode *pDest, in AStringToUStringNCopy() argument 574 if ( ( pDest != NULL ) in AStringToUStringNCopy() 581 *pDest = (unsigned char)*pSrc; in AStringToUStringNCopy() 583 pDest++; in AStringToUStringNCopy()
|
| /AOO42X/main/sal/qa/rtl_strings/ |
| H A D | rtl_String_Utils.cxx | 498 sal_Bool AStringToUStringCopy( sal_Unicode *pDest, in AStringToUStringCopy() argument 506 if ( ( pDest != NULL ) in AStringToUStringCopy() 513 *pDest = (unsigned char)*pSrc; in AStringToUStringCopy() 515 pDest++; in AStringToUStringCopy() 543 sal_Bool AStringToUStringNCopy( sal_Unicode *pDest, in AStringToUStringNCopy() argument 552 if ( ( pDest != NULL ) in AStringToUStringNCopy() 559 *pDest = (unsigned char)*pSrc; in AStringToUStringNCopy() 561 pDest++; in AStringToUStringNCopy()
|
| /AOO42X/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleSpreadsheet.cxx | 142 sal_Bool ScAccessibleSpreadsheet::CalcScRangeDifferenceMax(ScRange *pSrc,ScRange *pDest,int nMax,VE… in CalcScRangeDifferenceMax() argument 145 if (pDest->In(*pSrc)) in CalcScRangeDifferenceMax() 149 if (!pDest->Intersects(*pSrc)) in CalcScRangeDifferenceMax() 151 int nCellCount = sal_uInt32(pDest->aEnd.Col() - pDest->aStart.Col() + 1) in CalcScRangeDifferenceMax() 152 * sal_uInt32(pDest->aEnd.Row() - pDest->aStart.Row() + 1) in CalcScRangeDifferenceMax() 153 * sal_uInt32(pDest->aEnd.Tab() - pDest->aStart.Tab() + 1); in CalcScRangeDifferenceMax() 161 for (sal_Int32 row = pDest->aStart.Row(); row <= pDest->aEnd.Row();++row) in CalcScRangeDifferenceMax() 163 for (sal_uInt16 col = pDest->aStart.Col(); col <= pDest->aEnd.Col();++col) in CalcScRangeDifferenceMax() 165 vecRet.push_back(ScMyAddress(col,row,pDest->aStart.Tab())); in CalcScRangeDifferenceMax() 182 if(!pDest->In(cell)) in CalcScRangeDifferenceMax() [all …]
|
| /AOO42X/main/vcl/os2/source/gdi/ |
| H A D | salgdi.cxx | 724 static PM_BYTE* ImplSearchEntry( PM_BYTE* pSource, PM_BYTE* pDest, ULONG nComp, ULONG nSize ) in ImplSearchEntry() argument 731 if ( ( pSource[i]&~0x20 ) != ( pDest[i]&~0x20 ) ) in ImplSearchEntry() 745 PM_BYTE* pDest = ImplSearchEntry( pSource, (PM_BYTE*)"%%BoundingBox:", nSize, 14 ); in ImplGetBoundingBox() local 746 if ( pDest ) in ImplGetBoundingBox() 749 pDest += 14; in ImplGetBoundingBox() 751 int nSizeLeft = nSize - ( pDest - pSource ); in ImplGetBoundingBox() 763 while ( ( --nSizeLeft ) && ( *pDest == ' ' ) || ( *pDest == 0x9 ) ) pDest++; in ImplGetBoundingBox() 764 PM_BYTE nPM_BYTE = *pDest; in ImplGetBoundingBox() 791 nPM_BYTE = *(++pDest); in ImplGetBoundingBox()
|
| /AOO42X/main/sw/inc/ |
| H A D | ndtxt.hxx | 136 … SW_DLLPRIVATE void CopyAttr( SwTxtNode *pDest, const xub_StrLen nStart, const xub_StrLen nOldPos); 142 SwTxtNode * const pDest, const SwIndex & rDestStart, 336 void CopyText( SwTxtNode * const pDest, 340 void CopyText( SwTxtNode * const pDest, 346 void CutText(SwTxtNode * const pDest, 348 inline void CutText(SwTxtNode * const pDest, const SwIndex &rDestStart, 887 SwTxtNode::CutText(SwTxtNode * const pDest, const SwIndex & rDestStart, in CutText() argument 890 CutImpl( pDest, rDestStart, rStart, nLen, true ); in CutText()
|
| /AOO42X/main/sw/source/core/text/ |
| H A D | txtftn.cxx | 535 SwCntntFrm *pDest = GetFollow(); in RemoveFtn() local 536 while( pDest->GetFollow() && ((SwTxtFrm*)pDest-> in RemoveFtn() 538 pDest = pDest->GetFollow(); in RemoveFtn() 539 ASSERT( !pDest->FindFtnBossFrm( !bEndn )->FindFtn( in RemoveFtn() 540 pDest,pFtn),"SwTxtFrm::RemoveFtn: footnote exists"); in RemoveFtn() 545 !pFtnFrm->FindFtnBossFrm()->IsBefore( pDest->FindFtnBossFrm( !bEndn ) ) in RemoveFtn() 554 pFtnFrm->SetRef( pDest ); in RemoveFtn() 561 pEndBoss->MoveFtns( this, pDest, pFtn ); in RemoveFtn() 563 pFtnBoss->MoveFtns( this, pDest, pFtn ); in RemoveFtn() 566 ((SwTxtFrm*)pDest)->SetFtn( sal_True ); in RemoveFtn() [all …]
|
| /AOO42X/main/stoc/source/corereflection/ |
| H A D | base.hxx | 410 void * pDest, typelib_TypeDescription * pTD, const Any & rSource, in coerce_assign() argument 418 if (*(XInterface **)pDest) in coerce_assign() 419 (*(XInterface **)pDest)->release(); in coerce_assign() 420 *(XInterface **)pDest = xVal.get(); in coerce_assign() 421 if (*(XInterface **)pDest) in coerce_assign() 422 (*(XInterface **)pDest)->acquire(); in coerce_assign() 430 pDest, pTD, in coerce_assign() 439 pDest, pTD->pWeakRef, in coerce_assign()
|