/aoo4110/main/framework/inc/classes/ |
H A D | filtercachedata.hxx | 196 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 …]
|
/aoo4110/main/svx/source/dialog/ |
H A D | rulritem.cxx | 524 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 …]
|
/aoo4110/main/editeng/source/items/ |
H A D | numitem.cxx | 848 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 …]
|
/aoo4110/main/framework/source/jobs/ |
H A D | jobresult.cxx | 168 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 D | jobdata.cxx | 114 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 …]
|
/aoo4110/main/svl/source/items/ |
H A D | poolitem.cxx | 318 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 D | aeitem.cxx | 107 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()
|
H A D | sitem.cxx | 63 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()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | autoform.cxx | 261 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 …]
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | PropertyMap.cxx | 1136 m_nLines ( rCopy.m_nLines), in ParagraphProperties() 1137 m_w ( rCopy.m_w), in ParagraphProperties() 1138 m_h ( rCopy.m_h), in ParagraphProperties() 1139 m_nWrap ( rCopy.m_nWrap), in ParagraphProperties() 1142 m_x ( rCopy.m_x), in ParagraphProperties() 1144 m_y ( rCopy.m_y), in ParagraphProperties() 1146 m_hSpace ( rCopy.m_hSpace), in ParagraphProperties() 1147 m_vSpace ( rCopy.m_vSpace), in ParagraphProperties() 1148 m_hRule ( rCopy.m_hRule), in ParagraphProperties() 1149 m_xAlign ( rCopy.m_xAlign), in ParagraphProperties() [all …]
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | areasave.cxx | 52 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()
|
/aoo4110/main/sw/source/ui/config/ |
H A D | uinums.cxx | 134 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 …]
|
/aoo4110/main/framework/inc/services/ |
H A D | pathsettings.hxx | 89 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()
|
/aoo4110/main/sfx2/source/control/ |
H A D | minfitem.cxx | 57 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()
|
/aoo4110/main/framework/source/accelerators/ |
H A D | acceleratorcache.cxx | 62 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 =()
|
H A D | presethandler.cxx | 160 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 …]
|
/aoo4110/main/sw/source/core/tox/ |
H A D | tox.cxx | 182 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 …]
|
/aoo4110/main/sc/source/filter/xcl97/ |
H A D | XclExpChangeTrack.cxx | 395 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 …]
|
/aoo4110/main/svx/inc/svx/ |
H A D | rulritem.hxx | 152 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()
|
/aoo4110/main/cui/source/inc/ |
H A D | cfgutil.hxx | 64 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()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | fmtcol.cxx | 515 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()
|
/aoo4110/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 2833 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 …]
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | XclExpChangeTrack.hxx | 282 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()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 7569 : pObj( rCopy.pObj ), in SvxMSDffImportRec() 7570 nXAlign( rCopy.nXAlign ), in SvxMSDffImportRec() 7571 nXRelTo( rCopy.nXRelTo ), in SvxMSDffImportRec() 7572 nYAlign( rCopy.nYAlign ), in SvxMSDffImportRec() 7573 nYRelTo( rCopy.nYRelTo ), in SvxMSDffImportRec() 7588 aTextId( rCopy.aTextId ), in SvxMSDffImportRec() 7601 bVFlip = rCopy.bVFlip; in SvxMSDffImportRec() 7602 bHFlip = rCopy.bHFlip; in SvxMSDffImportRec() 7604 if( rCopy.nClientAnchorLen ) in SvxMSDffImportRec() 7615 if( rCopy.nClientDataLen ) in SvxMSDffImportRec() [all …]
|
/aoo4110/main/framework/source/inc/accelerators/ |
H A D | acceleratorcache.hxx | 111 AcceleratorCache(const AcceleratorCache& rCopy); 124 virtual void takeOver(const AcceleratorCache& rCopy); 128 virtual AcceleratorCache& operator=(const AcceleratorCache& rCopy);
|