Home
last modified time | relevance | path

Searched refs:rCopy (Results 26 – 50 of 71) sorted by relevance

123

/trunk/main/svl/source/items/
H A Dsitem.cxx63 SfxSetItem::SfxSetItem( const SfxSetItem& rCopy, SfxItemPool *pPool ) : in SfxSetItem() argument
64 SfxPoolItem(rCopy.Which()), in SfxSetItem()
65 pSet(rCopy.pSet->Clone(sal_True, pPool)) in SfxSetItem()
H A Ditemset.cxx1817 SfxAllItemSet::SfxAllItemSet(const SfxItemSet &rCopy) in SfxAllItemSet() argument
1818 : SfxItemSet(rCopy), in SfxAllItemSet()
1828 SfxAllItemSet::SfxAllItemSet(const SfxAllItemSet &rCopy) in SfxAllItemSet() argument
1829 : SfxItemSet(rCopy), in SfxAllItemSet()
/trunk/main/sfx2/source/dialog/
H A Dtplpitem.cxx57 SfxTemplateItem::SfxTemplateItem( const SfxTemplateItem& rCopy ) : in SfxTemplateItem() argument
59 SfxFlagItem( rCopy ), in SfxTemplateItem()
61 aStyle( rCopy.aStyle ) in SfxTemplateItem()
/trunk/main/o3tl/inc/o3tl/
H A Dvector_pool.hxx50 std::ptrdiff_t store(const ValueType& rCopy) in store() argument
56 this->at(nIdx).value = rCopy; in store()
63 this->push_back(value_type(rCopy)); in store()
/trunk/main/sw/source/core/text/
H A Dwrong.cxx95 void SwWrongList::CopyFrom( const SwWrongList& rCopy ) in CopyFrom() argument
97 maList = rCopy.maList; in CopyFrom()
98 meType = rCopy.meType; in CopyFrom()
99 nBeginInvalid = rCopy.nBeginInvalid; in CopyFrom()
100 nEndInvalid = rCopy.nEndInvalid; in CopyFrom()
H A DSwGrammarMarkUp.cxx40 void SwGrammarMarkUp::CopyFrom( const SwWrongList& rCopy ) in CopyFrom() argument
42 maSentence = ((const SwGrammarMarkUp&)rCopy).maSentence; in CopyFrom()
43 SwWrongList::CopyFrom( rCopy ); in CopyFrom()
/trunk/main/comphelper/source/misc/
H A Dlocale.cxx656 void Locale::operator=(const Locale& rCopy) in operator =() argument
661 m_sLanguage = rCopy.m_sLanguage; in operator =()
662 m_sCountry = rCopy.m_sCountry; in operator =()
663 m_sVariant = rCopy.m_sVariant; in operator =()
/trunk/main/framework/source/accelerators/
H A Dstorageholder.cxx502 void StorageHolder::operator=(const StorageHolder& rCopy) in operator =() argument
507 m_xSMGR = rCopy.m_xSMGR; // ??? in operator =()
508 m_xRoot = rCopy.m_xRoot; in operator =()
509 m_lStorages = rCopy.m_lStorages; in operator =()
H A Dacceleratorexecute.hxx221 AcceleratorExecute(const AcceleratorExecute& rCopy);
222 void operator=(const AcceleratorExecute& rCopy) {}; in operator =() argument
/trunk/main/sw/inc/
H A Dtox.hxx101 SwTOXMark( const SwTOXMark& rCopy );
102 SwTOXMark& operator=( const SwTOXMark& rCopy );
166 SwTOXType(const SwTOXType& rCopy);
512 SwTOXBase( const SwTOXBase& rCopy, SwDoc* pDoc = 0 );
H A Dgrfatr.hxx220 inline SwGammaGrf& operator=( const SwGammaGrf& rCopy ) in operator =() argument
222 SetValue( rCopy.GetValue() ); in operator =()
/trunk/main/framework/inc/threadhelp/
H A Dinoncopyable.h66 INonCopyable ( const INonCopyable& rCopy );
67 INonCopyable& operator= ( const INonCopyable& rCopy );
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx197 MSDffTxId(const MSDffTxId& rCopy) in MSDffTxId()
198 : nTxBxS( rCopy.nTxBxS ), in MSDffTxId()
199 nSequence( rCopy.nSequence ){} in MSDffTxId()
244 SvxMSDffImportRec(const SvxMSDffImportRec& rCopy);
/trunk/main/framework/inc/jobs/
H A Djobresult.hxx131 JobResult( const JobResult& rCopy );
134 void operator=( const JobResult& rCopy );
H A Djobdata.hxx249 JobData( const JobData& rCopy );
252 void operator=( const JobData& rCopy );
/trunk/main/sc/source/ui/inc/
H A Dareasave.hxx47 ScAreaLinkSaver( const ScAreaLinkSaver& rCopy );
64 ScAreaLinkSaveCollection( const ScAreaLinkSaveCollection& rCopy );
/trunk/main/sc/source/filter/inc/
H A Droot.hxx86 inline ExcRoot( const ExcRoot& rCopy ) : pExcRoot( rCopy.pExcRoot ) {} in ExcRoot() argument
/trunk/main/sw/source/ui/inc/
H A Duinums.hxx106 const SwNumRulesWithName &rCopy,
121 virtual void ApplyNumRules( const SwNumRulesWithName &rCopy,
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx191 BitmapID& operator=( const BitmapID& rCopy ) in operator =()
193 m_aPixelSize = rCopy.m_aPixelSize; in operator =()
194 m_nSize = rCopy.m_nSize; in operator =()
195 m_nChecksum = rCopy.m_nChecksum; in operator =()
196 m_nMaskChecksum = rCopy.m_nMaskChecksum; in operator =()
/trunk/main/framework/source/services/
H A Dautorecovery.cxx476 DispatchParams::DispatchParams(const DispatchParams& rCopy) in DispatchParams() argument
478 m_xProgress = rCopy.m_xProgress; in DispatchParams()
479 m_sSavePath = rCopy.m_sSavePath; in DispatchParams()
480 m_nWorkingEntryID = rCopy.m_nWorkingEntryID; in DispatchParams()
481 m_xHoldRefForAsyncOpAlive = rCopy.m_xHoldRefForAsyncOpAlive; in DispatchParams()
489 DispatchParams& DispatchParams::operator=(const DispatchParams& rCopy) in operator =() argument
491 m_xProgress = rCopy.m_xProgress; in operator =()
492 m_sSavePath = rCopy.m_sSavePath; in operator =()
493 m_nWorkingEntryID = rCopy.m_nWorkingEntryID; in operator =()
494 m_xHoldRefForAsyncOpAlive = rCopy.m_xHoldRefForAsyncOpAlive; in operator =()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx286 SvxNumRule(const SvxNumRule& rCopy);
329 SvxNumBulletItem(const SvxNumBulletItem& rCopy);
/trunk/main/framework/inc/services/
H A Dautorecovery.hxx86 DispatchParams(const DispatchParams& rCopy);
89 DispatchParams& operator=(const DispatchParams& rCopy);
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx394 ImpPath_Impl( const ImpPath_Impl& rCopy );
405 ImpPath_Impl::ImpPath_Impl( const ImpPath_Impl& rCopy ) : in ImpPath_Impl() argument
407 aUS ( (sal_uInt8)rCopy.aUS.Count() ), in ImpPath_Impl()
411 const sal_uInt16 nCount = rCopy.aUS.Count(); in ImpPath_Impl()
414 aUS.Insert( rCopy.aUS[i], i ); in ImpPath_Impl()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx820 SwPaM& rCopy = *pCurr->first; in Paste() local
823 rCopy.GetPoint()->nNode != rCopy.GetMark()->nNode ) in Paste()
832 pClpDoc->CopyRange( rCopy, rInsPos, false ); in Paste()
/trunk/main/sw/source/ui/config/
H A Dusrpref.cxx50 void SwMasterUsrPref::SetUsrPref(const SwViewOption &rCopy) in SetUsrPref() argument
52 *((SwViewOption*)this) = rCopy; in SetUsrPref()

Completed in 485 milliseconds

123