/trunk/main/cppu/source/uno/ |
H A D | eq.hxx | 72 void * pDest, void *pSource, 78 void * pDest, void *pSource, in _equalStruct() argument 120 if (pDest == pSource) in _equalSequence() 122 sal_Int32 nElements = pDest->nElements; in _equalSequence() 298 void * pDest, in _equalData() argument 310 pDest = ((uno_Any *)pDest)->pData; in _equalData() 346 return (*(sal_Int8 *)pDest >= 0 && in _equalData() 526 if (::floor( *(float *)pDest ) != *(float *)pDest || *(float *)pDest < 0) in _equalData() 552 if (::floor( *(double *)pDest ) != *(double *)pDest || *(double *)pDest < 0) in _equalData() 581 pDest, pSource, in _equalData() [all …]
|
H A D | assign.hxx | 68 void * pDest, void * pSource, 74 void * pDest, void * pSource, in _assignStruct() argument 107 void * pDest, void * pSource, in _assignArray() argument 230 void * pDest, in _assignData() argument 237 if (pDest == pSource) in _assignData() 251 if (pDest == pSource) in _assignData() 404 *(float *)pDest = *(sal_Int8 *)pSource; in _assignData() 407 *(float *)pDest = *(sal_Int16 *)pSource; in _assignData() 413 *(float *)pDest = *(float *)pSource; in _assignData() 437 *(double *)pDest = *(float *)pSource; in _assignData() [all …]
|
H A D | copy.hxx | 59 void * pDest, void * pSource, 65 void * pDest, void * pSource, in _copyConstructStruct() argument 104 void * pDest, void * pSource, in _copyConstructArray() argument 138 void * pDest, void * pSource, in _copyConstructUnion() argument 548 uno_Sequence * pDest; in icopyConstructSequence() local 728 pDest = 0; in icopyConstructSequence() 737 return pDest; in icopyConstructSequence() 799 pDest, pSource, in _copyConstructData() 807 pDest, pSource, in _copyConstructData() 817 pDest, pSource, in _copyConstructData() [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() 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() 66 CONSTRUCT_EMPTY_ANY( pDest ); in uno_any_assign() 71 uno_Any * pDest, void * pSource, in uno_type_any_construct() argument 82 CONSTRUCT_EMPTY_ANY( pDest ); in uno_type_any_construct() 98 CONSTRUCT_EMPTY_ANY( pDest ); in uno_any_construct() 114 CONSTRUCT_EMPTY_ANY( pDest ); in uno_type_any_constructAndConvert() [all …]
|
H A D | data.cxx | 133 void * pDest, void * pSource, in copyConstructStruct() argument 151 void * pDest, void *pSource, in equalStruct() argument 160 void * pDest, void * pSource, in assignStruct() argument 189 uno_Sequence * pDest, uno_Sequence * pSource, in equalSequence() argument 232 void * pDest, void * pSource, in uno_type_copyData() argument 241 void * pDest, void * pSource, in uno_copyData() argument 250 void * pDest, void * pSource, in uno_type_copyAndConvertData() argument 259 void * pDest, void * pSource, in uno_copyAndConvertData() argument 298 pDest, pDestType, 0, in uno_type_assignData() 304 void * pDest, typelib_TypeDescription * pDestTD, in uno_assignData() argument [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()
|
/trunk/main/filter/source/graphicfilter/ieps/ |
H A D | ieps.cxx | 440 if ( pDest ) in MakePreview() 442 pDest += 8; in MakePreview() 444 pDest++; in MakePreview() 446 sal_uInt8 aOldValue(pDest[ nLen ]); pDest[ nLen ] = 0; in MakePreview() 456 if ( pDest ) in MakePreview() 460 pDest++; in MakePreview() 462 sal_uInt8 aOldValue(pDest[ nLen ]); pDest[ nLen ] = 0; in MakePreview() 469 if ( pDest ) in MakePreview() 473 pDest++; in MakePreview() 475 sal_uInt8 aOldValue(pDest[ nLen ]); pDest[ nLen ] = 0; in MakePreview() [all …]
|
/trunk/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() 540 if ( nXIndex & 1 ) pDest++; in ImplGetFilter() 565 *pDest++ = rColor.GetRed(); in ImplGetFilter() 578 *pDest++ = rColor.GetRed(); in ImplGetFilter() 583 *pDest++ = 0; in ImplGetFilter() 585 *pDest++ = 0xff; in ImplGetFilter() 594 *pDest++ = rColor.GetRed(); in ImplGetFilter() 596 *pDest++ = rColor.GetBlue(); in ImplGetFilter() [all …]
|
/trunk/main/sot/source/sdstor/ |
H A D | stg.cxx | 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() 746 if( !Validate() || !pDest || !pDest->Validate( sal_True ) ) in CopyTo() 823 if( !Validate() || !pDest || !pDest->Validate( sal_True ) || Equals( *pDest ) ) in CopyTo() 837 pDest->SetDirty(); in CopyTo() 870 Storage *pDest = p; in MoveTo() local 882 pDest->pIo->MoveError( *pDest ); in MoveTo() 885 nErr = pDest->GetError(); in MoveTo() [all …]
|
/trunk/main/extensions/source/ole/ |
H A D | unoobjw.cxx | 588 CComVariant varDest( *pDest); in writeBackOutParameter2() 664 if ((V_VT(pDest) & VT_BYREF) != 0 ) in writeBackOutParameter() 686 if( *V_ARRAYREF(pDest) != NULL) in writeBackOutParameter() 701 *V_I2REF(pDest) = V_I2(pSource); in writeBackOutParameter() 706 *V_I4REF(pDest) = V_I4(pSource); in writeBackOutParameter() 710 *V_R4REF(pDest) = V_R4(pSource); in writeBackOutParameter() 714 *V_R8REF(pDest) = V_R8(pSource); in writeBackOutParameter() 718 *V_CYREF(pDest) = V_CY(pSource); in writeBackOutParameter() 726 SysFreeString( *pDest->pbstrVal); in writeBackOutParameter() 762 *V_I1REF(pDest) = V_I1(pSource); in writeBackOutParameter() [all …]
|
/trunk/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 1440 if( pOtherDoc && pDest && pDest->GetpSwpHints() in lcl_CopyHint() 1452 if( pDest && pDest->GetpSwpHints() in lcl_CopyHint() 1470 if( pOtherDoc && pDest && pDest->GetpSwpHints() in lcl_CopyHint() 1504 OSL_ENSURE( pDest in lcl_CopyHint() 1566 if( this != pDest ) in CopyAttr() 1590 SwIndex aIdx( pDest, pDest->m_Text.Len() ); in CopyText() 1969 if(pDest) in CutText() 1971 SwIndex aDestStt( pDest, pDest->GetTxt().Len() ); in CutText() 1986 if(!pDest) in CutImpl() 2017 if( pDest == this ) in CutImpl() [all …]
|
/trunk/main/vcl/unx/generic/printer/ |
H A D | cupsmgr.cxx | 517 cups_dest_t* pDest = ((cups_dest_t*)m_pDests); in initialize() local 544 pDest = ((cups_dest_t*)m_pDests)+nPrinter; in initialize() 546 if( pDest->instance && *pDest->instance ) in initialize() 561 if( pDest->is_default ) in initialize() 712 … /*int nConflicts =*/ m_pCUPSWrapper->cupsMarkOptions( pPPD, pDest->num_options, pDest->options ); in createCUPSParser() 715 pDest->name, pDest->instance ); in createCUPSParser() 718 pDest->options[k].name, in createCUPSParser() 938 pDest->name, in endSpool() 1106 m_pCUPSWrapper->cupsFreeOptions( pDest->num_options, pDest->options ); in writePrinterConfig() 1107 pDest->num_options = nNewOptions; in writePrinterConfig() [all …]
|
/trunk/main/svtools/source/filter/ixpm/ |
H A D | xpmread.cxx | 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() 458 *pDest++ = (sal_uInt8)nHex; in ImplGetRGBHex() [all …]
|
/trunk/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 185 void * pDest, typelib_TypeDescriptionReference * pType, 188 void * pDest, typelib_TypeDescriptionReference * pType, 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() 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() 362 return coerce_assign( pDest, pType, pSource, pExc ); in coerce_construct() 366 static void handleInvokExc( uno_Any * pDest, uno_Any * pSource ) in handleInvokExc() argument 380 pDest, target_exc->pData, target_exc->pType, 0 ); in handleInvokExc() [all …]
|
/trunk/main/sw/source/core/layout/ |
H A D | flylay.cxx | 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() 871 pToMove->SetPageFrm( pDest ); in MoveFly() 872 pToMove->InvalidatePage( pDest ); in MoveFly() [all …]
|
/trunk/main/sw/source/core/doc/ |
H A D | doclay.cxx | 421 SwFrmFmt* pDest = GetDfltFrmFmt(); in CopyLayoutFmt() local 433 pDest = pFormat; in CopyLayoutFmt() 438 pDest = MakeDrawFrmFmt( aEmptyStr, pDest ); in CopyLayoutFmt() 441 pDest->CopyAttrs( rSource ); in CopyLayoutFmt() 460 pDest->SetFmtAttr( aAttr ); in CopyLayoutFmt() 466 pDest->SetName( aEmptyStr ); in CopyLayoutFmt() 474 pDest->SetName( aEmptyStr ); in CopyLayoutFmt() 483 pDest->SetName( sOld ); in CopyLayoutFmt() 537 SwFmtFlyCnt aFmt( pDest ); in CopyLayoutFmt() 543 pDest->MakeFrms(); in CopyLayoutFmt() [all …]
|
/trunk/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,
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleSpreadsheet.cxx | 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() 182 if(!pDest->In(cell)) in CalcScRangeDifferenceMax() 197 if(!pDest->In(cell)) in CalcScRangeDifferenceMax() 210 if (pSrc == NULL || pDest == NULL) in CalcScRangeListDifferenceMax() [all …]
|
/trunk/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()
|
/trunk/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()
|
/trunk/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 …]
|
/trunk/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()
|