Home
last modified time | relevance | path

Searched refs:pDest (Results 76 – 95 of 95) sorted by relevance

1234

/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx2071 void* pDest= (void*)(pArray + (i * nelementSize)); in dispatchExObject2Sequence() local
2080 memcpy( pDest, &p_unoSeq, nelementSize); in dispatchExObject2Sequence()
2089 … uno_type_assignData( pDest, pSeqElemDescRef , &any, pSeqElemDescRef,cpp_queryInterface, in dispatchExObject2Sequence()
2096 …uno_type_assignData( pDest, pSeqElemDescRef,const_cast<void*>( any.getValue()), any.getValueTypeRe… in dispatchExObject2Sequence()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalbmp.cxx801 sal_uInt32* pDest = pMaskBuffer; in CreateColorMask() local
825 *pDest++ = ( pSourcePixels->ReadPixel() == 0 ) ? nColor : 0; in CreateColorMask()
/trunk/main/sw/inc/
H A Dtxtfld.hxx49 void CopyTxtFld( SwTxtFld *pDest ) const;
H A DSwNumberTree.hxx721 void MoveChildren(SwNumberTreeNode * pDest);
/trunk/main/sw/source/core/inc/
H A Dftnboss.hxx117 void MoveFtns( const SwCntntFrm *pSrc, SwCntntFrm *pDest,
H A Dlayfrm.hxx52 void CopySubtree( const SwLayoutFrm *pDest );
H A Dpagefrm.hxx213 void MoveFly( SwFlyFrm *pToMove, SwPageFrm *pDest );//optimiertes Remove/Append
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx2408 void SwFtnBossFrm::MoveFtns( const SwCntntFrm *pSrc, SwCntntFrm *pDest, in MoveFtns() argument
2422 ChangeFtnRef( pSrc, pAttr, pDest ); in MoveFtns()
2423 SwFtnBossFrm *pDestBoss = pDest->FindFtnBossFrm( sal_True ); in MoveFtns()
2428 pDestBoss->_CollectFtns( pDest, pFtn, aFtnArr ); in MoveFtns()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx187 void lcl_mergeBorder( PropertyIds nId, PropertyMapPtr pOrig, PropertyMapPtr pDest ) in lcl_mergeBorder() argument
194 pDest->Insert( nId, false, pOrigIt->second, false ); in lcl_mergeBorder()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx1526 uno::Any* pDest = aRealArgs.getArray(); in ExecuteCall() local
1534 pDest[nDestPos] = aCallerAny; in ExecuteCall()
1536 pDest[nDestPos] = pSource[nSrcPos++]; in ExecuteCall()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1954 …SvStream* pDest = ::utl::UcbStreamHelper::CreateStream( aTmpFile.GetURL(), STREAM_TRUNC | STREAM_W… in ImportOLE() local
1955 if ( pDest ) in ImportOLE()
1956 bSuccess = SdrPowerPointOLEDecompress( *pDest, rStCtrl, nLen ); in ImportOLE()
1957 delete pDest; in ImportOLE()
1961 SvStream* pDest = ::utl::UcbStreamHelper::CreateStream( aTmpFile.GetURL(), STREAM_READ ); in ImportOLE() local
1962 Storage* pObjStor = pDest ? new Storage( *pDest, sal_True ) : NULL; in ImportOLE()
2067 delete pDest; in ImportOLE()
2439 sal_Unicode* pDest = pParaText + nCurrentIndex; in ApplyTextObj() local
2453 pDest[ i ] = nUnicode; in ApplyTextObj()
2457 memcpy( pDest, pSource, nCharacters << 1 ); in ApplyTextObj()
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx686 SwDoc* pDest = rNd.GetDoc(); in _SaveRedlEndPosForRestore() local
687 if( pDest->GetRedlineTbl().Count() ) in _SaveRedlEndPosForRestore()
692 const SwRedline* pRedl = pDest->GetRedline( aSrcPos, &nFndPos ); in _SaveRedlEndPosForRestore()
694 pDest->GetRedlineTbl()[ nFndPos ] )->End() ) == aSrcPos && *pRedl->Start() < aSrcPos ) in _SaveRedlEndPosForRestore()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx799 const ScRange* pDest ) : in ScUndoSort() argument
809 if ( pDest ) in ScUndoSort()
812 aDestRange = *pDest; in ScUndoSort()
/trunk/main/svx/inc/svx/
H A Dsvdedtv.hxx164 void ImpCopyAttributes(const SdrObject* pSource, SdrObject* pDest) const;
/trunk/main/sc/source/ui/inc/
H A Dundodat.hxx244 ScDBCollection* pNewUndoDB, const ScRange* pDest = NULL );
/trunk/main/svtools/source/filter/
H A Dfilter.cxx190 sal_uInt8* ImplSearchEntry( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nComp, sal_uLong nSize ) in ImplSearchEntry() argument
197 if ( ( pSource[i]&~0x20 ) != ( pDest[i]&~0x20 ) ) in ImplSearchEntry()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx130 const sal_Char* pDest[] = { "#ppt_x", "#ppt_y", "#ppt_w", "#ppt_h", NULL }; in ImplTranslateAttribute() local
135 const sal_Char** pd = pDest; in ImplTranslateAttribute()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx144 const sal_Char* pDest[] = { "x", "y", "width", "height", NULL }; in convertMeasure() local
148 const sal_Char** pd = pDest; in convertMeasure()
/trunk/main/vcl/source/window/
H A Dwindow.cxx697 MouseEvent ImplTranslateMouseEvent( const MouseEvent& rE, Window* pSource, Window* pDest ) in ImplTranslateMouseEvent() argument
700 aPos = pDest->ScreenToOutputPixel( aPos ); in ImplTranslateMouseEvent()
706 CommandEvent ImplTranslateCommandEvent( const CommandEvent& rCEvt, Window* pSource, Window* pDest ) in ImplTranslateCommandEvent() argument
712 aPos = pDest->ScreenToOutputPixel( aPos ); in ImplTranslateCommandEvent()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1680 SwFrmFmt* pDest = bNextFrame ? pChain: pFmt; in setPropertyValue() local
1681 pDoc->Chain(*pSource, *pDest); in setPropertyValue()

Completed in 278 milliseconds

1234