Home
last modified time | relevance | path

Searched refs:rDest (Results 1 – 25 of 85) sorted by last modified time

1234

/trunk/main/tools/source/fsys/
H A Ddirent.cxx2717 FSysError DirEntry::CopyTo( const DirEntry& rDest, FSysAction nActions ) const in CopyTo() argument
2727 ByteString aDest(GUI2FSYS(rDest.GetFull()), osl_getThreadTextEncoding()); in CopyTo()
2737 FileCopier fc(*this, rDest); in CopyTo()
H A Dos2.cxx247 FSysError DirEntry::MoveTo( const DirEntry& rDest ) const
251 DirEntry aTmpDest(rDest);
269 if (rDest.IsLongNameOnFAT())
291 FileCopier aMover( *this, rDest );
298 createLongNameEA((const char*)aShortDest, FILE_NORMAL, rDest.GetName());
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1081 void lcl_CopyOneProperty( beans::XPropertySet& rDest, beans::XPropertySet& rSource, const sal_Char*… in lcl_CopyOneProperty() argument
1086 rDest.setPropertyValue( aNameStr, rSource.getPropertyValue( aNameStr ) ); in lcl_CopyOneProperty()
/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx496 void ConvertAndPutItems( SfxItemSet& rDest, const SfxItemSet& rSource, const MapUnit* pSourceUnit, … in ConvertAndPutItems() argument
499 const SfxItemPool* pDestPool = rDest.GetPool(); in ConvertAndPutItems()
523 rDest.Put( *pItem, nWhich ); in ConvertAndPutItems()
528 rDest.Put( rSource.Get( nSourceWhich ), nWhich ); in ConvertAndPutItems()
H A Dimpedit.hxx1228 void ConvertAndPutItems( SfxItemSet& rDest, const SfxItemSet& rSource, const MapUnit* pSourceUnit =…
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx257 void CopyFrom(const SwPageDesc &rFrom, SwPageDesc &rDest);
258 void MoveFrom(SwPageDesc &rFrom, SwPageDesc &rDest);
H A Dswparrtf.cxx758 void rtfSections::CopyFrom(const SwPageDesc &rFrom, SwPageDesc &rDest) in CopyFrom() argument
761 rDest.WriteUseOn(ePage); in CopyFrom()
763 mrReader.pDoc->CopyHeader(rFrom.GetMaster(), rDest.GetMaster()); in CopyFrom()
764 SwFrmFmt &rDestFmt = rDest.GetMaster(); in CopyFrom()
766 mrReader.pDoc->CopyHeader(rFrom.GetLeft(), rDest.GetLeft()); in CopyFrom()
767 mrReader.pDoc->CopyFooter(rFrom.GetMaster(), rDest.GetMaster()); in CopyFrom()
768 mrReader.pDoc->CopyFooter(rFrom.GetLeft(), rDest.GetLeft()); in CopyFrom()
771 void rtfSections::MoveFrom(SwPageDesc &rFrom, SwPageDesc &rDest) in MoveFrom() argument
774 rDest.WriteUseOn(ePage); in MoveFrom()
776 SwFrmFmt &rDestMaster = rDest.GetMaster(); in MoveFrom()
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx6992 const GDIMetaFile * pMtf, const SotStorageRef& rDest ) in ConvertToOle2() argument
6995 …SotStorageStreamRef xOle10Stm = rDest->OpenSotStream( String::CreateFromAscii( RTL_CONSTASCII_STRI… in ConvertToOle2()
7060 rDest->SetClass( SvGlobalName( pIds->nId, 0, 0, 0xc0,0,0,0,0,0,0,0x46 ), nCbFmt, in ConvertToOle2()
7066 rDest->SetClass( SvGlobalName(), nCbFmt, aSvrName ); in ConvertToOle2()
7081 MakeContentStream( rDest, rMtf ); in ConvertToOle2()
7094 MakeContentStream( rDest, *pMtf ); in ConvertToOle2()
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx520 void lcl_CopyGreaterEight(String &rDest, String &rSrc, in lcl_CopyGreaterEight() argument
529 rDest.Append(nChar); in lcl_CopyGreaterEight()
H A Dwriterhelper.hxx988 void DumpStream(const SvStream &rSrc, SvStream &rDest,
H A Dwriterhelper.cxx407 void DumpStream(const SvStream &rSrc, SvStream &rDest, sal_uInt32 nLen) in DumpStream() argument
421 rDest.Write(pDat, nLen); in DumpStream()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx2921 bool HtmlExport::CopyScript( const String& rPath, const String& rSource, const String& rDest, bool … in CopyScript() argument
2974 aDest += rDest; in CopyScript()
2976 meEC.SetContext( STR_HTMLEXP_ERROR_CREATE_FILE, rDest ); in CopyScript()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx489 void lcl_MoveFootnotes( SwTabFrm& rSource, SwTabFrm& rDest, SwLayoutFrm& rRowFrm ) in lcl_MoveFootnotes() argument
494 SwFtnBossFrm* pNewBoss = rDest.FindFtnBossFrm( sal_True ); in lcl_MoveFootnotes()
/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/vcl/source/gdi/
H A Dpdfwriter_impl.cxx4496 const PDFDest& rDest = m_aDests[ nDestID ]; in appendDest() local
4497 const PDFPage& rDestPage = m_aPages[ rDest.m_nPage ]; in appendDest()
4503 switch( rDest.m_eType ) in appendDest()
4508 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
4518 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
4520 appendFixedInt( rDest.m_aRect.Top(), rBuffer ); in appendDest()
4522 appendFixedInt( rDest.m_aRect.Right(), rBuffer ); in appendDest()
4532 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
4543 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
6151 aLocalURL.SetMark( rDest.m_aDestName ); in emitNamedDestinations()
[all …]
H A Dpdfextoutdevdata.cxx215 PDFLinkDestination& rDest = mFutureDestinations[ nDestId ]; in PlayGlobalActions() local
218 rWriter.SetMapMode( rDest.mMapMode ); in PlayGlobalActions()
219 …mParaIds.push_back( rWriter.RegisterDestReference( nDestId, rDest.mRect, rDest.mPageNr, rDest.mAre… in PlayGlobalActions()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dbaseprimitive2d.hxx287 …UBLIC appendPrimitive2DSequenceToPrimitive2DSequence(Primitive2DSequence& rDest, const Primitive2D…
290 …BLIC appendPrimitive2DReferenceToPrimitive2DSequence(Primitive2DSequence& rDest, const Primitive2D…
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dbaseprimitive3d.hxx204 …UBLIC appendPrimitive3DSequenceToPrimitive3DSequence(Primitive3DSequence& rDest, const Primitive3D…
207 …BLIC appendPrimitive3DReferenceToPrimitive3DSequence(Primitive3DSequence& rDest, const Primitive3D…
/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/vcl/inc/
H A Dprintergfx.hxx376 void DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc,
378 void DrawBitmap (const Rectangle& rDest, const Rectangle& rSrc,
381 void DrawMask (const Rectangle& rDest, const Rectangle& rSrc,
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx86 sal_Bool UCBContentHelper::Transfer_Impl( const String& rSource, const String& rDest, sal_Bool bMov… in Transfer_Impl() argument
92 INetURLObject aDestObj( rDest ); in Transfer_Impl()
464 sal_Bool UCBContentHelper::CopyTo( const String& rSource, const String& rDest ) in CopyTo() argument
466 return Transfer_Impl( rSource, rDest, sal_False, NameClash::ERROR ); in CopyTo()
471 sal_Bool UCBContentHelper::MoveTo( const String& rSource, const String& rDest, sal_Int32 nNameClash… in MoveTo() argument
473 return Transfer_Impl( rSource, rDest, sal_True, nNameClash ); in MoveTo()
/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/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/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/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()

Completed in 249 milliseconds

1234