Home
last modified time | relevance | path

Searched refs:rDest (Results 1 – 25 of 85) sorted by relevance

1234

/trunk/main/filter/source/graphicfilter/icgm/
H A Dbitmap.cxx338 if ( ( rSource.mnR.Y == rDest.mnQ.Y ) && ( rSource.mnR.X == rDest.mnQ.X ) ) in ImplInsert()
343 rDest.mpBitmap->CopyPixel( Rectangle( Point( 0, rDest.mnY ), Size( rSource.mnX, rSource.mnY ) ), in ImplInsert()
348 rDest.mnQ.X += aFloatPoint.X; in ImplInsert()
349 rDest.mnQ.Y += aFloatPoint.Y; in ImplInsert()
350 rDest.mnP = rSource.mnP; in ImplInsert()
351 rDest.mnR = rSource.mnR; in ImplInsert()
358 rDest.mpBitmap->CopyPixel( Rectangle( Point( 0, rDest.mnY ), Size( rSource.mnX, rSource.mnY ) ), in ImplInsert()
360 rDest.mnP = rSource.mnP; in ImplInsert()
361 rDest.mnR = rSource.mnR; in ImplInsert()
363 rDest.mnY += rSource.mnY; in ImplInsert()
[all …]
H A Delements.cxx340 void CGMElements::CopyAllBundles( List& rSource, List& rDest ) in CopyAllBundles() argument
342 DeleteAllBundles( rDest ); in CopyAllBundles()
343 rDest.Clear(); in CopyAllBundles()
349 rDest.Insert( pTempBundle, LIST_APPEND ); in CopyAllBundles()
/trunk/main/xmloff/source/draw/
H A Dximpcustomshape.cxx93 rDest.push_back( aProp ); in GetBool()
106 rDest.push_back( aProp ); in GetInt32()
119 rDest.push_back( aProp ); in GetDouble()
133 rDest.push_back( aProp ); in GetDistance()
143 rDest.push_back( aProp ); in GetString()
157 rDest.push_back( aProp ); in GetEnum()
175 rDest.push_back( aProp ); in GetDoublePercentage()
190 rDest.push_back( aProp ); in GetB3DVector()
447 rDest.push_back( aProp ); in GetPosition3D()
777 rDest.push_back( aProp ); in GetEnhancedPath()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db3dpolygonclipper.cxx76 void impAppendCopy(B3DPolygon& rDest, const B3DPolygon& rSource, sal_uInt32 nIndex) in impAppendCopy() argument
78 rDest.append(rSource.getB3DPoint(nIndex)); in impAppendCopy()
82 rDest.setBColor(rDest.count() - 1L, rSource.getBColor(nIndex)); in impAppendCopy()
87 rDest.setNormal(rDest.count() - 1L, rSource.getNormal(nIndex)); in impAppendCopy()
92 rDest.setTextureCoordinate(rDest.count() - 1L, rSource.getTextureCoordinate(nIndex)); in impAppendCopy()
96 …void impAppendInterpolate(B3DPolygon& rDest, const B3DPolygon& rSource, sal_uInt32 nIndA, sal_uInt… in impAppendInterpolate() argument
100 rDest.append(interpolate(aCurrPoint, aNextPoint, fCut)); in impAppendInterpolate()
106 rDest.setBColor(rDest.count() - 1L, interpolate(aCurrBColor, aNextBColor, fCut)); in impAppendInterpolate()
113 rDest.setNormal(rDest.count() - 1L, interpolate(aCurrVector, aNextVector, fCut)); in impAppendInterpolate()
120 rDest.setTextureCoordinate(rDest.count() - 1L, interpolate(aCurrTxCo, aNextTxCo, fCut)); in impAppendInterpolate()
/trunk/main/drawinglayer/source/primitive3d/
H A Dbaseprimitive3d.cxx226 …void appendPrimitive3DSequenceToPrimitive3DSequence(Primitive3DSequence& rDest, const Primitive3DS… in appendPrimitive3DSequenceToPrimitive3DSequence() argument
230 if(rDest.hasElements()) in appendPrimitive3DSequenceToPrimitive3DSequence()
233 const sal_Int32 nDestCount(rDest.getLength()); in appendPrimitive3DSequenceToPrimitive3DSequence()
237 rDest.realloc(nTargetCount); in appendPrimitive3DSequenceToPrimitive3DSequence()
243 rDest[nInsertPos++] = rSource[a]; in appendPrimitive3DSequenceToPrimitive3DSequence()
249 rDest.realloc(nInsertPos); in appendPrimitive3DSequenceToPrimitive3DSequence()
254 rDest = rSource; in appendPrimitive3DSequenceToPrimitive3DSequence()
260 …void appendPrimitive3DReferenceToPrimitive3DSequence(Primitive3DSequence& rDest, const Primitive3D… in appendPrimitive3DReferenceToPrimitive3DSequence() argument
264 const sal_Int32 nDestCount(rDest.getLength()); in appendPrimitive3DReferenceToPrimitive3DSequence()
265 rDest.realloc(nDestCount + 1L); in appendPrimitive3DReferenceToPrimitive3DSequence()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dbaseprimitive2d.cxx247 …void appendPrimitive2DSequenceToPrimitive2DSequence(Primitive2DSequence& rDest, const Primitive2DS… in appendPrimitive2DSequenceToPrimitive2DSequence() argument
251 if(rDest.hasElements()) in appendPrimitive2DSequenceToPrimitive2DSequence()
254 const sal_Int32 nDestCount(rDest.getLength()); in appendPrimitive2DSequenceToPrimitive2DSequence()
258 rDest.realloc(nTargetCount); in appendPrimitive2DSequenceToPrimitive2DSequence()
264 rDest[nInsertPos++] = rSource[a]; in appendPrimitive2DSequenceToPrimitive2DSequence()
270 rDest.realloc(nInsertPos); in appendPrimitive2DSequenceToPrimitive2DSequence()
275 rDest = rSource; in appendPrimitive2DSequenceToPrimitive2DSequence()
281 …void appendPrimitive2DReferenceToPrimitive2DSequence(Primitive2DSequence& rDest, const Primitive2D… in appendPrimitive2DReferenceToPrimitive2DSequence() argument
285 const sal_Int32 nDestCount(rDest.getLength()); in appendPrimitive2DReferenceToPrimitive2DSequence()
286 rDest.realloc(nDestCount + 1L); in appendPrimitive2DReferenceToPrimitive2DSequence()
[all …]
/trunk/main/sw/source/core/undo/
H A DSwUndoPageDesc.cxx201 void SwUndoPageDesc::ExchangeContentNodes( SwPageDesc& rSource, SwPageDesc &rDest ) in ExchangeContentNodes() argument
204 const SwFmtHeader& rDestHead = rDest.GetMaster().GetHeader(); in ExchangeContentNodes()
211 rDest.GetMaster().GetAttrSet().GetItemState( RES_HEADER, sal_False, &pItem ); in ExchangeContentNodes()
231 if( !rDest.IsHeaderShared() ) in ExchangeContentNodes()
235 rDest.GetLeft().GetAttrSet().GetItemState( RES_HEADER, sal_False, &pItem ); in ExchangeContentNodes()
241 const SwFmtCntnt& rDestCntnt1 = rDest.GetLeft().GetHeader().GetHeaderFmt()->GetCntnt(); in ExchangeContentNodes()
254 const SwFmtFooter& rDestFoot = rDest.GetMaster().GetFooter(); in ExchangeContentNodes()
259 rDest.GetMaster().GetAttrSet().GetItemState( RES_FOOTER, sal_False, &pItem ); in ExchangeContentNodes()
277 if( !rDest.IsFooterShared() ) in ExchangeContentNodes()
283 rDest.GetLeft().GetFooter().GetFooterFmt()->GetCntnt(); in ExchangeContentNodes()
[all …]
/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx420 PrinterGfx::DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc, in DrawBitmap() argument
423 double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth(); in DrawBitmap()
424 double fScaleY = (double)rDest.GetHeight() / (double)rSrc.GetHeight(); in DrawBitmap()
427 PSTranslate (rDest.BottomLeft()); in DrawBitmap()
469 PrinterGfx::DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc, in DrawBitmap() argument
472 double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth(); in DrawBitmap()
473 double fScaleY = (double)rDest.GetHeight() / (double)rSrc.GetHeight(); in DrawBitmap()
476 PSTranslate (rDest.BottomLeft()); in DrawBitmap()
483 PrinterGfx::DrawMask (const Rectangle& rDest, const Rectangle& rSrc, in DrawMask() argument
486 double fScaleX = (double)rDest.GetWidth() / (double)rSrc.GetWidth(); in DrawMask()
[all …]
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx432 basegfx::BPixel& rDest = mrBuffer.getBPixel(nScanlineIndex); in processLineSpan() local
434 if(rDest.getOpacity()) in processLineSpan()
439rDest.setRed((sal_uInt8)(((rDest.getRed() * nTransparence) + ((sal_uInt16)(255.0 * aNewColor.getRe… in processLineSpan()
440rDest.setGreen((sal_uInt8)(((rDest.getGreen() * nTransparence) + ((sal_uInt16)(255.0 * aNewColor.g… in processLineSpan()
441rDest.setBlue((sal_uInt8)(((rDest.getBlue() * nTransparence) + ((sal_uInt16)(255.0 * aNewColor.get… in processLineSpan()
443 if(0xff != rDest.getOpacity()) in processLineSpan()
447rDest.setOpacity(((sal_uInt8)((nOpacity * (0x0100 - rDest.getOpacity())) >> 8)) + rDest.getOpacity… in processLineSpan()
453 rDest = basegfx::BPixel(aNewColor, (sal_uInt8)nOpacity); in processLineSpan()
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx172 rDest.nVersion = rSource.nVersion; in copyZipEntry()
173 rDest.nFlag = rSource.nFlag; in copyZipEntry()
174 rDest.nMethod = rSource.nMethod; in copyZipEntry()
175 rDest.nTime = rSource.nTime; in copyZipEntry()
176 rDest.nCrc = rSource.nCrc; in copyZipEntry()
177 rDest.nCompressedSize = rSource.nCompressedSize; in copyZipEntry()
178 rDest.nSize = rSource.nSize; in copyZipEntry()
179 rDest.nOffset = rSource.nOffset; in copyZipEntry()
180 rDest.sPath = rSource.sPath; in copyZipEntry()
181 rDest.nPathLen = rSource.nPathLen; in copyZipEntry()
[all …]
/trunk/main/svtools/source/svhtml/
H A Dhtmlout.cxx406 void lcl_ConvertCharToHTML( sal_Unicode c, ByteString& rDest, in lcl_ConvertCharToHTML() argument
451 rDest += *pBuffer++; in lcl_ConvertCharToHTML()
452 ((rDest += '&') += pStr) += ';'; in lcl_ConvertCharToHTML()
465 rDest += *pBuffer++; in lcl_ConvertCharToHTML()
480 rDest += *pBuffer++; in lcl_ConvertCharToHTML()
482 (((rDest += '&') += '#') += in lcl_ConvertCharToHTML()
491 sal_Bool lcl_FlushToAscii( ByteString& rDest, HTMLOutContext& rContext ) in lcl_FlushToAscii() argument
510 rDest += *pBuffer++; in lcl_FlushToAscii()
515 ByteString& rDest, in ConvertStringToHTML() argument
521 lcl_ConvertCharToHTML( rSrc.GetChar( (xub_StrLen)i ), rDest, aContext, in ConvertStringToHTML()
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx501 void StgDirEntry::Copy( StgDirEntry& rDest ) in Copy() argument
504 if( rDest.SetSize( n ) && n ) in Copy()
509 rDest.Seek( 0L ); in Copy()
517 if( rDest.Write( p, nn ) != nn ) in Copy()
524 void StgDirEntry::Copy( BaseStorageStream& rDest ) in Copy() argument
527 if( rDest.SetSize( n ) && n ) in Copy()
529 sal_uLong Pos = rDest.Tell(); in Copy()
533 rDest.Seek( 0L ); in Copy()
541 if( sal::static_int_cast<sal_Int32>(rDest.Write( p, nn )) != nn ) in Copy()
545 rDest.Seek( Pos ); // ?! Seems to be undocumented ! in Copy()
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx916 int SwDoc::Chainable( const SwFrmFmt &rSource, const SwFrmFmt &rDest ) in Chainable() argument
925 const SwFrmFmt *pFmt = &rDest; in Chainable()
934 if( rDest.IsLowerOf( rSource ) || rSource .IsLowerOf( rDest ) ) in Chainable()
938 const SwFmtChain &rChain = rDest.GetChain(); in Chainable()
943 const SwNodeIndex* pCntIdx = rDest.GetCntnt().GetCntntIdx(); in Chainable()
982 &rDstAnchor = rDest.GetAnchor(); in Chainable()
1015 int SwDoc::Chain( SwFrmFmt &rSource, const SwFrmFmt &rDest ) in Chain() argument
1017 int nErr = Chainable( rSource, rDest ); in Chain()
1022 SwFlyFrmFmt& rDestFmt = (SwFlyFrmFmt&)rDest; in Chain()
H A Ddocdesc.cxx145 void lcl_DescSetAttr( const SwFrmFmt &rSource, SwFrmFmt &rDest, in lcl_DescSetAttr() argument
214 rDest.SetFmtAttr(*pItem); in lcl_DescSetAttr()
218 rDest.ResetFmtAttr(nId); in lcl_DescSetAttr()
225 rDest.SetPoolFmtId( rSource.GetPoolFmtId() ); in lcl_DescSetAttr()
226 rDest.SetPoolHelpId( rSource.GetPoolHelpId() ); in lcl_DescSetAttr()
227 rDest.SetPoolHlpFileId( rSource.GetPoolHlpFileId() ); in lcl_DescSetAttr()
/trunk/main/basegfx/source/inc/
H A DPolygonPoint.hxx292 LocalSimpleBezierEntry& rDest = (*mpVectors)[nIndex]; in setBackwardVector() local
293 bool bBezierNeededBefore(rDest.isBezierNeeded()); in setBackwardVector()
295 bool bBezierNeededAfter(rDest.isBezierNeeded()); in setBackwardVector()
330 LocalSimpleBezierEntry& rDest = (*mpVectors)[nIndex]; in setForwardVector() local
331 bool bBezierNeededBefore(rDest.isBezierNeeded()); in setForwardVector()
333 bool bBezierNeededAfter(rDest.isBezierNeeded()); in setForwardVector()
H A Dpolygontemplate.hxx292 LocalImplSimpleBezierEntry& rDest = (*mpVectors)[nIndex]; in setBackwardVector() local
293 bool bBezierNeededBefore(rDest.isBezierNeeded()); in setBackwardVector()
295 bool bBezierNeededAfter(rDest.isBezierNeeded()); in setBackwardVector()
330 LocalImplSimpleBezierEntry& rDest = (*mpVectors)[nIndex]; in setForwardVector() local
331 bool bBezierNeededBefore(rDest.isBezierNeeded()); in setForwardVector()
333 bool bBezierNeededAfter(rDest.isBezierNeeded()); in setForwardVector()
/trunk/main/sw/source/core/txtnode/
H A Datrftn.cxx286 SwTxtFtn & rDest, in CopyFtn() argument
289 if (m_pStartNode && !rDest.GetStartNode()) in CopyFtn()
293 rDest.MakeNewTextSection( rDestNode.GetNodes() ); in CopyFtn()
295 if (m_pStartNode && rDest.GetStartNode()) in CopyFtn()
307 SwNodeIndex aStart( *(rDest.GetStartNode()) ); in CopyFtn()
324 const_cast<SwFmtFtn &>(rDest.GetFtn()).aNumber = GetFtn().aNumber; in CopyFtn()
/trunk/main/autodoc/source/exes/adc_uni/
H A Dadc_msg.cxx148 rDest = o_dest[Location(i_sFile,i_nLine)]; in AddValue() local
151 if (NOT rDest.empty()) in AddValue()
152 slDest() << rDest; in AddValue()
154 rDest = slDest().c_str(); in AddValue()
/trunk/main/sc/source/core/tool/
H A Dappoptio.cxx180 void lcl_GetLastFunctions( Any& rDest, const ScAppOptions& rOpt ) in lcl_GetLastFunctions() argument
190 rDest <<= aSeq; in lcl_GetLastFunctions()
193 rDest <<= Sequence<sal_Int32>(0); // empty in lcl_GetLastFunctions()
226 void lcl_GetSortList( Any& rDest ) in lcl_GetSortList() argument
236 rDest <<= aSeq; in lcl_GetSortList()
239 rDest <<= Sequence<OUString>(0); // empty in lcl_GetSortList()
/trunk/main/sw/source/ui/app/
H A Ddocst.cxx1215 SwPageDesc& rDest = *(SwPageDesc*)pStyle->GetPageDesc(); in MakeByExample() local
1217 sal_uInt16 nPoolId = rDest.GetPoolFmtId(); in MakeByExample()
1218 sal_uInt16 nHId = rDest.GetPoolHelpId(); in MakeByExample()
1219 sal_uInt8 nHFId = rDest.GetPoolHlpFileId(); in MakeByExample()
1221 pCurrWrtShell->GetDoc()->CopyPageDesc( rSrc, rDest ); in MakeByExample()
1224 rDest.SetPoolFmtId( nPoolId ); in MakeByExample()
1225 rDest.SetPoolHelpId( nHId ); in MakeByExample()
1226 rDest.SetPoolHlpFileId( nHFId ); in MakeByExample()
/trunk/main/sfx2/source/inc/
H A Dhelper.hxx40 …static sal_Bool Transfer_Impl( const String& rSource, const String& rDest, sal_Bool bM…
60 static sal_Bool CopyTo( const String& rSource, const String& rDest );
61 …static sal_Bool MoveTo( const String& rSource, const String& rDest, sal_Int32 nNameCla…
/trunk/main/unotools/inc/unotools/
H A Ducbhelper.hxx46 …static sal_Bool Transfer_Impl( const String& rSource, const String& rDest, sal_Bool bM…
61 static sal_Bool CopyTo( const String& rSource, const String& rDest );
62 …static sal_Bool MoveTo( const String& rSource, const String& rDest, sal_Int32 nNameCla…
/trunk/main/stoc/source/corereflection/
H A Dbase.hxx383 Reference< XInterface > & rDest, in extract()
386 rDest.clear(); in extract()
394 &rDest, ((typelib_TypeDescription *)pTo)->pWeakRef, in extract()
402 rDest = pRefl->forType( reinterpret_cast< const Type * >( rObj.getValue() )->getTypeLibType() ); in extract()
403 return rDest.is(); in extract()
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx80 sal_Bool SfxContentHelper::Transfer_Impl( const String& rSource, const String& rDest, sal_Bool bMov… in Transfer_Impl() argument
86 INetURLObject aDestObj( rDest ); in Transfer_Impl()
719 sal_Bool SfxContentHelper::CopyTo( const String& rSource, const String& rDest ) in CopyTo() argument
721 return Transfer_Impl( rSource, rDest, sal_False, ucb::NameClash::ERROR ); in CopyTo()
726 sal_Bool SfxContentHelper::MoveTo( const String& rSource, const String& rDest, sal_Int32 nNameClash… in MoveTo() argument
728 return Transfer_Impl( rSource, rDest, sal_True, nNameClash ); in MoveTo()
/trunk/main/sc/source/ui/app/
H A Ddrwtrans.cxx667 void lcl_InitMarks( SdrMarkView& rDest, const SdrMarkView& rSource, SCTAB nTab ) in lcl_InitMarks() argument
669 rDest.ShowSdrPage(rDest.GetModel()->GetPage(nTab)); in lcl_InitMarks()
670 SdrPageView* pDestPV = rDest.GetSdrPageView(); in lcl_InitMarks()
680 rDest.MarkObj(pObj, pDestPV); in lcl_InitMarks()

Completed in 138 milliseconds

1234