Home
last modified time | relevance | path

Searched refs:rCopy (Results 1 – 25 of 71) sorted by relevance

123

/trunk/main/framework/inc/classes/
H A Dfiltercachedata.hxx196 inline FileType ( const FileType& rCopy ) { impl_copy( rCopy ); } in FileType()
198 inline FileType& operator= ( const FileType& rCopy ) { return impl_copy( rCopy ); } in operator =()
221 sName = rCopy.sName ; in impl_copy()
260 inline Filter ( const Filter& rCopy ) { impl_copy( rCopy ); } in Filter()
262 inline Filter& operator= ( const Filter& rCopy ) { return impl_copy( rCopy ); } in operator =()
288 sName = rCopy.sName ; in impl_copy()
332 inline Detector ( const Detector& rCopy ) { impl_copy( rCopy ); } in Detector()
334 inline Detector& operator= ( const Detector& rCopy ) { return impl_copy( rCopy ); } in operator =()
377 inline Loader ( const Loader& rCopy ) { impl_copy( rCopy ); } in Loader()
379 inline Loader& operator= ( const Loader& rCopy ) { return impl_copy( rCopy ); } in operator =()
[all …]
/trunk/main/svx/source/dialog/
H A Drulritem.cxx524 SfxPoolItem( rCopy ), in SvxColumnItem()
528 nRight ( rCopy.nRight ), in SvxColumnItem()
537 Append( rCopy[i] ); in SvxColumnItem()
551 nLeft = rCopy.nLeft; in operator =()
552 nRight = rCopy.nRight; in operator =()
553 bTable = rCopy.bTable; in operator =()
558 Insert(rCopy[i], i); in operator =()
694 SfxPoolItem( rCopy ), in SvxObjectItem()
697 nEndX ( rCopy.nEndX ), in SvxObjectItem()
699 nEndY ( rCopy.nEndY ), in SvxObjectItem()
[all …]
/trunk/main/editeng/source/items/
H A Dnumitem.cxx848 aLocale = rCopy.aLocale; in SvxNumRule()
852 eNumberingType = rCopy.eNumberingType; in SvxNumRule()
856 if(rCopy.aFmts[i]) in SvxNumRule()
860 aFmtsSet[i] = rCopy.aFmtsSet[i]; in SvxNumRule()
965 if(rCopy.aFmts[i]) in operator =()
969 aFmtsSet[i] = rCopy.aFmtsSet[i]; in operator =()
978 if(nLevelCount != rCopy.nLevelCount || in operator ==()
979 nFeatureFlags != rCopy.nFeatureFlags || in operator ==()
987 (!aFmts[i] && rCopy.aFmts[i]) || in operator ==()
988 (aFmts[i] && !rCopy.aFmts[i]) || in operator ==()
[all …]
/trunk/main/framework/source/jobs/
H A Djobresult.cxx168 JobResult::JobResult( const JobResult& rCopy ) in JobResult() argument
171 m_aPureResult = rCopy.m_aPureResult ; in JobResult()
172 m_eParts = rCopy.m_eParts ; in JobResult()
173 m_lArguments = rCopy.m_lArguments ; in JobResult()
174 m_bDeactivate = rCopy.m_bDeactivate ; in JobResult()
175 m_aDispatchResult = rCopy.m_aDispatchResult ; in JobResult()
200 m_aPureResult = rCopy.m_aPureResult ; in operator =()
201 m_eParts = rCopy.m_eParts ; in operator =()
202 m_lArguments = rCopy.m_lArguments ; in operator =()
203 m_bDeactivate = rCopy.m_bDeactivate ; in operator =()
[all …]
H A Djobdata.cxx114 JobData::JobData( const JobData& rCopy ) in JobData() argument
118 *this = rCopy; in JobData()
130 void JobData::operator=( const JobData& rCopy ) in operator =() argument
136 m_eMode = rCopy.m_eMode ; in operator =()
137 m_eEnvironment = rCopy.m_eEnvironment ; in operator =()
138 m_sAlias = rCopy.m_sAlias ; in operator =()
139 m_sService = rCopy.m_sService ; in operator =()
140 m_sContext = rCopy.m_sContext ; in operator =()
141 m_sEvent = rCopy.m_sEvent ; in operator =()
142 m_lArguments = rCopy.m_lArguments ; in operator =()
[all …]
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx261 aFont( rCopy.aFont ), in ScAutoFormatDataField()
262 aHeight( rCopy.aHeight ), in ScAutoFormatDataField()
263 aWeight( rCopy.aWeight ), in ScAutoFormatDataField()
264 aPosture( rCopy.aPosture ), in ScAutoFormatDataField()
265 aCJKFont( rCopy.aCJKFont ), in ScAutoFormatDataField()
278 aColor( rCopy.aColor ), in ScAutoFormatDataField()
279 aBox( rCopy.aBox ), in ScAutoFormatDataField()
280 aTLBR( rCopy.aTLBR ), in ScAutoFormatDataField()
281 aBLTR( rCopy.aBLTR ), in ScAutoFormatDataField()
283 aAdjust( rCopy.aAdjust ), in ScAutoFormatDataField()
[all …]
/trunk/main/svl/source/items/
H A Dpoolitem.cxx318 SfxVoidItem::SfxVoidItem( const SfxVoidItem& rCopy): in SfxVoidItem() argument
319 SfxPoolItem(rCopy) in SfxVoidItem()
368 SfxInvalidItem::SfxInvalidItem( const SfxInvalidItem& rCopy):
369 SfxPoolItem(rCopy),
370 pDefaultItem(rCopy.pDefaultItem)
438 SfxItemHandle::SfxItemHandle(const SfxItemHandle &rCopy): in SfxItemHandle() argument
439 pRef(rCopy.pRef), in SfxItemHandle()
440 pItem(rCopy.pItem) in SfxItemHandle()
450 if(&rCopy == this || pItem == rCopy.pItem) in operator =()
458 pRef = rCopy.pRef; in operator =()
[all …]
H A Daeitem.cxx107 SfxAllEnumItem::SfxAllEnumItem(const SfxAllEnumItem &rCopy): in SfxAllEnumItem() argument
108 SfxEnumItem(rCopy), in SfxAllEnumItem()
113 if ( !rCopy.pValues ) in SfxAllEnumItem()
118 for ( sal_uInt16 nPos = 0; nPos < rCopy.pValues->Count(); ++nPos ) in SfxAllEnumItem()
121 pVal->nValue = rCopy.pValues->GetObject(nPos)->nValue; in SfxAllEnumItem()
122 pVal->aText = rCopy.pValues->GetObject(nPos)->aText; in SfxAllEnumItem()
127 if( rCopy.pDisabledValues ) in SfxAllEnumItem()
130 for ( sal_uInt16 nPos = 0; nPos < rCopy.pDisabledValues->Count(); ++nPos ) in SfxAllEnumItem()
132 pDisabledValues->Insert( rCopy.pDisabledValues->GetObject(nPos), in SfxAllEnumItem()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx1142 m_nLines ( rCopy.m_nLines), in ParagraphProperties()
1143 m_w ( rCopy.m_w), in ParagraphProperties()
1144 m_h ( rCopy.m_h), in ParagraphProperties()
1145 m_nWrap ( rCopy.m_nWrap), in ParagraphProperties()
1148 m_x ( rCopy.m_x), in ParagraphProperties()
1150 m_y ( rCopy.m_y), in ParagraphProperties()
1152 m_hSpace ( rCopy.m_hSpace), in ParagraphProperties()
1153 m_vSpace ( rCopy.m_vSpace), in ParagraphProperties()
1154 m_hRule ( rCopy.m_hRule), in ParagraphProperties()
1155 m_xAlign ( rCopy.m_xAlign), in ParagraphProperties()
[all …]
/trunk/main/sw/source/ui/config/
H A Duinums.cxx134 void SwBaseNumRules::ApplyNumRules(const SwNumRulesWithName &rCopy, sal_uInt16 nIdx) in ApplyNumRules() argument
138 pNumRules[nIdx] = new SwNumRulesWithName( rCopy ); in ApplyNumRules()
140 *pNumRules[nIdx] = rCopy; in ApplyNumRules()
228 SwBaseNumRules::ApplyNumRules(rCopy, nIdx); in ApplyNumRules()
233 SwNumRulesWithName::SwNumRulesWithName( const SwNumRule &rCopy, in SwNumRulesWithName() argument
239 const SwNumFmt* pFmt = rCopy.GetNumFmt( n ); in SwNumRulesWithName()
250 SwNumRulesWithName::SwNumRulesWithName( const SwNumRulesWithName& rCopy ) in SwNumRulesWithName() argument
253 *this = rCopy; in SwNumRulesWithName()
271 if( this != &rCopy ) in operator =()
273 aName = rCopy.aName; in operator =()
[all …]
/trunk/main/sc/source/ui/undo/
H A Dareasave.cxx52 ScAreaLinkSaver::ScAreaLinkSaver( const ScAreaLinkSaver& rCopy ) : in ScAreaLinkSaver() argument
54 aFileName ( rCopy.aFileName ), in ScAreaLinkSaver()
55 aFilterName ( rCopy.aFilterName ), in ScAreaLinkSaver()
56 aOptions ( rCopy.aOptions ), in ScAreaLinkSaver()
57 aSourceArea ( rCopy.aSourceArea ), in ScAreaLinkSaver()
58 aDestArea ( rCopy.aDestArea ), in ScAreaLinkSaver()
59 nRefresh ( rCopy.nRefresh ) in ScAreaLinkSaver()
117 ScAreaLinkSaveCollection::ScAreaLinkSaveCollection( const ScAreaLinkSaveCollection& rCopy ) : in ScAreaLinkSaveCollection() argument
118 ScCollection( rCopy ) in ScAreaLinkSaveCollection()
/trunk/main/framework/inc/services/
H A Dpathsettings.hxx89 PathInfo(const PathInfo& rCopy) in PathInfo()
91 takeOver(rCopy); in PathInfo()
94 void takeOver(const PathInfo& rCopy) in takeOver()
96 sPathName = rCopy.sPathName; in takeOver()
97 lInternalPaths = rCopy.lInternalPaths; in takeOver()
98 lUserPaths = rCopy.lUserPaths; in takeOver()
99 sWritePath = rCopy.sWritePath; in takeOver()
100 bIsSinglePath = rCopy.bIsSinglePath; in takeOver()
101 bIsReadonly = rCopy.bIsReadonly; in takeOver()
/trunk/main/framework/source/accelerators/
H A Dpresethandler.cxx160 m_xSMGR = rCopy.m_xSMGR; in PresetHandler()
161 m_eConfigType = rCopy.m_eConfigType; in PresetHandler()
162 m_sResourceType = rCopy.m_sResourceType; in PresetHandler()
163 m_sModule = rCopy.m_sModule; in PresetHandler()
164 m_aSharedStorages = rCopy.m_aSharedStorages; in PresetHandler()
168 m_lPresets = rCopy.m_lPresets; in PresetHandler()
169 m_lTargets = rCopy.m_lTargets; in PresetHandler()
170 m_aLocale = rCopy.m_aLocale; in PresetHandler()
172 m_sRelPathShare = rCopy.m_sRelPathShare; in PresetHandler()
173 m_sRelPathNoLang = rCopy.m_sRelPathNoLang; in PresetHandler()
[all …]
H A Dacceleratorcache.cxx62 AcceleratorCache::AcceleratorCache(const AcceleratorCache& rCopy) in AcceleratorCache() argument
65 m_lCommand2Keys = rCopy.m_lCommand2Keys; in AcceleratorCache()
66 m_lKey2Commands = rCopy.m_lKey2Commands; in AcceleratorCache()
77 void AcceleratorCache::takeOver(const AcceleratorCache& rCopy) in takeOver() argument
82 m_lCommand2Keys = rCopy.m_lCommand2Keys; in takeOver()
83 m_lKey2Commands = rCopy.m_lKey2Commands; in takeOver()
90 AcceleratorCache& AcceleratorCache::operator=(const AcceleratorCache& rCopy) in operator =() argument
92 takeOver(rCopy); in operator =()
/trunk/main/sfx2/source/control/
H A Dminfitem.cxx57 SfxMacroInfoItem::SfxMacroInfoItem(const SfxMacroInfoItem& rCopy): in SfxMacroInfoItem() argument
58 SfxPoolItem(rCopy), in SfxMacroInfoItem()
59 pBasicManager(rCopy.pBasicManager), in SfxMacroInfoItem()
60 aLibName(rCopy.aLibName), in SfxMacroInfoItem()
61 aModuleName(rCopy.aModuleName), in SfxMacroInfoItem()
62 aMethodName(rCopy.aMethodName), in SfxMacroInfoItem()
63 aCommentText(rCopy.aCommentText) in SfxMacroInfoItem()
/trunk/main/sw/source/core/tox/
H A Dtox.cxx182 SwTOXMark::SwTOXMark( const SwTOXMark& rCopy ) in SwTOXMark() argument
184 , SwModify(rCopy.GetRegisteredInNonConst()) in SwTOXMark()
186 aPrimaryKey( rCopy.aPrimaryKey ), aSecondaryKey( rCopy.aSecondaryKey ), in SwTOXMark()
187 aTextReading( rCopy.aTextReading ), in SwTOXMark()
190 pTxtAttr( 0 ), nLevel( rCopy.nLevel ), in SwTOXMark()
191 bAutoGenerated( rCopy.bAutoGenerated), in SwTOXMark()
192 bMainEntry(rCopy.bMainEntry) in SwTOXMark()
195 aAltText = rCopy.aAltText; in SwTOXMark()
280 SwTOXType::SwTOXType(const SwTOXType& rCopy) in SwTOXType() argument
282 aName(rCopy.aName), in SwTOXType()
[all …]
/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx395 nBufSize( rCopy.nBufSize ), in XclExpChTrTabIdBuffer()
396 nLastId( rCopy.nLastId ) in XclExpChTrTabIdBuffer()
510 ExcRecord( rCopy ), in XclExpChTrAction()
511 sUsername( rCopy.sUsername ), in XclExpChTrAction()
512 aDateTime( rCopy.aDateTime ), in XclExpChTrAction()
515 bAccepted( rCopy.bAccepted ), in XclExpChTrAction()
516 rTabInfo( rCopy.rTabInfo ), in XclExpChTrAction()
517 rIdBuffer( rCopy.rIdBuffer ), in XclExpChTrAction()
518 nLength( rCopy.nLength ), in XclExpChTrAction()
519 nOpCode( rCopy.nOpCode ), in XclExpChTrAction()
[all …]
/trunk/main/svx/inc/svx/
H A Drulritem.hxx152 SvxColumnDescription(const SvxColumnDescription &rCopy) : in SvxColumnDescription()
153 nStart(rCopy.nStart), nEnd(rCopy.nEnd), in SvxColumnDescription()
154 bVisible(rCopy.bVisible), in SvxColumnDescription()
155 nEndMin(rCopy.nEndMin), nEndMax(rCopy.nEndMax) in SvxColumnDescription()
/trunk/main/cui/source/inc/
H A Dcfgutil.hxx64 SfxStyleInfo_Impl(const SfxStyleInfo_Impl& rCopy) in SfxStyleInfo_Impl()
66 sFamily = rCopy.sFamily; in SfxStyleInfo_Impl()
67 sStyle = rCopy.sStyle; in SfxStyleInfo_Impl()
68 sCommand = rCopy.sCommand; in SfxStyleInfo_Impl()
69 sLabel = rCopy.sLabel; in SfxStyleInfo_Impl()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx2833 nOrigDay( rCopy.nOrigDay ), in ScaDate()
2834 nDay( rCopy.nDay ), in ScaDate()
2835 nMonth( rCopy.nMonth ), in ScaDate()
2836 nYear( rCopy.nYear ), in ScaDate()
2838 bLastDay( rCopy.bLastDay ), in ScaDate()
2839 b30Days( rCopy.b30Days ), in ScaDate()
2840 bUSMode( rCopy.bUSMode ) in ScaDate()
2846 if( this != &rCopy ) in operator =()
2849 nDay = rCopy.nDay; in operator =()
2850 nMonth = rCopy.nMonth; in operator =()
[all …]
/trunk/main/sw/source/core/doc/
H A Dfmtcol.cxx515 SwCollCondition::SwCollCondition( const SwCollCondition& rCopy ) in SwCollCondition() argument
516 : SwClient( (SwModify*)rCopy.GetRegisteredIn() ), nCondition( rCopy.nCondition ) in SwCollCondition()
518 if( USRFLD_EXPRESSION & rCopy.nCondition ) in SwCollCondition()
519 aSubCondition.pFldExpression = new String( *rCopy.GetFldExpression() ); in SwCollCondition()
521 aSubCondition.nSubCondition = rCopy.aSubCondition.nSubCondition; in SwCollCondition()
/trunk/main/sc/source/filter/inc/
H A DXclExpChangeTrack.hxx282 XclExpChTrTabIdBuffer( const XclExpChTrTabIdBuffer& rCopy );
357 XclExpChTrAction( const XclExpChTrAction& rCopy );
490 XclExpChTrInsert( const XclExpChTrInsert& rCopy ) : in XclExpChTrInsert() argument
491 XclExpChTrAction( rCopy ), aRange( rCopy.aRange ) {} in XclExpChTrInsert()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx7615 : pObj( rCopy.pObj ), in SvxMSDffImportRec()
7616 nXAlign( rCopy.nXAlign ), in SvxMSDffImportRec()
7617 nXRelTo( rCopy.nXRelTo ), in SvxMSDffImportRec()
7618 nYAlign( rCopy.nYAlign ), in SvxMSDffImportRec()
7619 nYRelTo( rCopy.nYRelTo ), in SvxMSDffImportRec()
7634 aTextId( rCopy.aTextId ), in SvxMSDffImportRec()
7647 bVFlip = rCopy.bVFlip; in SvxMSDffImportRec()
7648 bHFlip = rCopy.bHFlip; in SvxMSDffImportRec()
7650 if( rCopy.nClientAnchorLen ) in SvxMSDffImportRec()
7661 if( rCopy.nClientDataLen ) in SvxMSDffImportRec()
[all …]
/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx907 SbxItem::SbxItem(const SbxItem& rCopy) in SbxItem() argument
908 :SfxPoolItem( rCopy ) in SbxItem()
909 ,m_aDocument( rCopy.m_aDocument ) in SbxItem()
911 m_aLibName = rCopy.m_aLibName; in SbxItem()
912 m_aName = rCopy.m_aName; in SbxItem()
913 m_aMethodName = rCopy.m_aMethodName; in SbxItem()
914 m_nType = rCopy.m_nType; in SbxItem()
/trunk/main/framework/source/inc/accelerators/
H A Dacceleratorcache.hxx111 AcceleratorCache(const AcceleratorCache& rCopy);
124 virtual void takeOver(const AcceleratorCache& rCopy);
128 virtual AcceleratorCache& operator=(const AcceleratorCache& rCopy);

Completed in 178 milliseconds

123