| /aoo4110/main/sc/source/core/data/ | 
| H A D | sortparam.cxx | 127 		&& (nCol1			== rOther.nCol1)  in operator ==()128 		&& (nRow1			== rOther.nRow1)  in operator ==()
 129 		&& (nCol2			== rOther.nCol2)  in operator ==()
 130 		&& (nRow2			== rOther.nRow2)  in operator ==()
 132 		&& (bByRow			== rOther.bByRow)  in operator ==()
 134 		&& (bUserDef		== rOther.bUserDef)  in operator ==()
 137 		&& (bInplace		== rOther.bInplace)  in operator ==()
 138 		&& (nDestTab		== rOther.nDestTab)  in operator ==()
 139 		&& (nDestCol		== rOther.nDestCol)  in operator ==()
 140 		&& (nDestRow		== rOther.nDestRow)  in operator ==()
 [all …]
 
 | 
| H A D | global2.cxx | 121 	return(	nCol1		== rOther.nCol1 &&  in operator ==()122 			nRow1		== rOther.nRow1 &&  in operator ==()
 123 			nCol2		== rOther.nCol2 &&  in operator ==()
 124 			nRow2		== rOther.nRow2 &&  in operator ==()
 125 			bImport		== rOther.bImport &&  in operator ==()
 126 			aDBName		== rOther.aDBName &&  in operator ==()
 128 			bNative		== rOther.bNative &&  in operator ==()
 129 			bSql		== rOther.bSql &&  in operator ==()
 130 			nType		== rOther.nType );  in operator ==()
 369 				 && (nRow1			== rOther.nRow1)  in operator ==()
 [all …]
 
 | 
| H A D | dpgroup.cxx | 747     nGroupDim( rOther.nGroupDim ),  in ScDPGroupDimension()750    aItems( rOther.aItems )   in ScDPGroupDimension()
 752     if ( rOther.pDateHelper )  in ScDPGroupDimension()
 758     nSourceDim = rOther.nSourceDim;  in operator =()
 759     nGroupDim  = rOther.nGroupDim;  in operator =()
 760     aGroupName = rOther.aGroupName;  in operator =()
 761     aItems     = rOther.aItems;  in operator =()
 764     if ( rOther.pDateHelper )  in operator =()
 877     if ( rOther.pDateHelper )  in ScDPNumGroupDimension()
 883     aGroupInfo = rOther.aGroupInfo;  in operator =()
 [all …]
 
 | 
| H A D | sheetevents.cxx | 111 ScSheetEvents::ScSheetEvents(const ScSheetEvents& rOther) :  in ScSheetEvents()  argument114     *this = rOther;  in ScSheetEvents()
 117 const ScSheetEvents& ScSheetEvents::operator=(const ScSheetEvents& rOther)  in operator =()  argument
 120     if (rOther.mpScriptNames)  in operator =()
 124             if (rOther.mpScriptNames[nEvent])  in operator =()
 125                 mpScriptNames[nEvent] = new rtl::OUString(*rOther.mpScriptNames[nEvent]);  in operator =()
 
 | 
| /aoo4110/main/svx/source/xoutdev/ | 
| H A D | xtable.cxx | 53 :   XPropertyEntry(rOther),   in XColorEntry()54 aColor(rOther.aColor)   in XColorEntry()
 68 :   XPropertyEntry(rOther),   in XLineEndEntry()
 69     aB2DPolyPolygon(rOther.aB2DPolyPolygon)  in XLineEndEntry()
 83 :   XPropertyEntry(rOther),   in XDashEntry()
 84 aDash(rOther.aDash)   in XDashEntry()
 98 :   XPropertyEntry(rOther),   in XHatchEntry()
 99     aHatch(rOther.aHatch)   in XHatchEntry()
 113 :   XPropertyEntry(rOther),   in XGradientEntry()
 114     aGradient(rOther.aGradient)   in XGradientEntry()
 [all …]
 
 | 
| /aoo4110/main/sc/source/core/tool/ | 
| H A D | queryparam.cxx | 270         && (nCol1       == rOther.nCol1)  in operator ==()271         && (nRow1       == rOther.nRow1)  in operator ==()
 272         && (nCol2       == rOther.nCol2)  in operator ==()
 273         && (nRow2       == rOther.nRow2)  in operator ==()
 274         && (nTab        == rOther.nTab)  in operator ==()
 276         && (bByRow      == rOther.bByRow)  in operator ==()
 277         && (bInplace    == rOther.bInplace)  in operator ==()
 278         && (bCaseSens   == rOther.bCaseSens)  in operator ==()
 279         && (bRegExp     == rOther.bRegExp)  in operator ==()
 283         && (nDestTab    == rOther.nDestTab)  in operator ==()
 [all …]
 
 | 
| /aoo4110/main/sfx2/source/sidebar/ | 
| H A D | PanelDescriptor.cxx | 48 PanelDescriptor::PanelDescriptor (const PanelDescriptor& rOther)  in PanelDescriptor()  argument49     : msTitle(rOther.msTitle),  in PanelDescriptor()
 50       mbIsTitleBarOptional(rOther.mbIsTitleBarOptional),  in PanelDescriptor()
 51       msId(rOther.msId),  in PanelDescriptor()
 52       msDeckId(rOther.msDeckId),  in PanelDescriptor()
 53       msTitleBarIconURL(rOther.msTitleBarIconURL),  in PanelDescriptor()
 55       msHelpURL(rOther.msHelpURL),  in PanelDescriptor()
 56       maContextList(rOther.maContextList),  in PanelDescriptor()
 57       msImplementationURL(rOther.msImplementationURL),  in PanelDescriptor()
 58       mnOrderIndex(rOther.mnOrderIndex),  in PanelDescriptor()
 [all …]
 
 | 
| H A D | DeckDescriptor.cxx | 46 DeckDescriptor::DeckDescriptor (const DeckDescriptor& rOther)  in DeckDescriptor()  argument47     : msTitle(rOther.msTitle),  in DeckDescriptor()
 48       msId(rOther.msId),  in DeckDescriptor()
 49       msIconURL(rOther.msIconURL),  in DeckDescriptor()
 50       msHighContrastIconURL(rOther.msHighContrastIconURL),  in DeckDescriptor()
 51       msTitleBarIconURL(rOther.msTitleBarIconURL),  in DeckDescriptor()
 53       msHelpURL(rOther.msHelpURL),  in DeckDescriptor()
 54       msHelpText(rOther.msHelpText),  in DeckDescriptor()
 55       maContextList(rOther.maContextList),  in DeckDescriptor()
 56           mbIsEnabled(rOther.mbIsEnabled),  in DeckDescriptor()
 [all …]
 
 | 
| H A D | Context.cxx | 59     const Context& rOther) const  in EvaluateMatch()61     const bool bApplicationNameIsAny (rOther.msApplication.equalsAscii(AnyApplicationName));  in EvaluateMatch()
 62     if (rOther.msApplication.equals(msApplication) || bApplicationNameIsAny)  in EvaluateMatch()
 65         const bool bContextNameIsAny (rOther.msContext.equalsAscii(AnyContextName));  in EvaluateMatch()
 66         if (rOther.msContext.equals(msContext) || bContextNameIsAny)  in EvaluateMatch()
 106 bool Context::operator== (const Context& rOther) const  in operator ==()
 108     return msApplication.equals(rOther.msApplication)  in operator ==()
 109         && msContext.equals(rOther.msContext);  in operator ==()
 115 bool Context::operator!= (const Context& rOther) const  in operator !=()
 117     return ( ! msApplication.equals(rOther.msApplication))  in operator !=()
 [all …]
 
 | 
| /aoo4110/main/svl/inc/svl/ | 
| H A D | httpcook.hxx | 69 	sal_Bool replaces (const CntHTTPCookie& rOther) const  in replaces()71 		return ((m_aDomain == rOther.m_aDomain) &&  in replaces()
 72 				(m_aPath   == rOther.m_aPath  ) &&  in replaces()
 73 				(m_aName   == rOther.m_aName  )    );  in replaces()
 78 		return ((m_aName    == rOther.m_aName   ) &&  in operator ==()
 79 				(m_aValue   == rOther.m_aValue  ) &&  in operator ==()
 80 				(m_aDomain  == rOther.m_aDomain ) &&  in operator ==()
 81 				(m_aPath    == rOther.m_aPath   ) &&  in operator ==()
 82 				(m_aExpires == rOther.m_aExpires) &&  in operator ==()
 83 				(m_nFlags   == rOther.m_nFlags  ) &&  in operator ==()
 [all …]
 
 | 
| /aoo4110/main/sw/source/core/docnode/ | 
| H A D | section.cxx | 147     : m_eType(rOther.m_eType)  in SwSectionData()149     , m_sCondition(rOther.m_sCondition)  in SwSectionData()
 152     , m_Password(rOther.m_Password)  in SwSectionData()
 153     , m_bHiddenFlag(rOther.m_bHiddenFlag)  in SwSectionData()
 158     , m_bHidden(rOther.m_bHidden)  in SwSectionData()
 167     m_eType = rOther.m_eType;  in operator =()
 169     m_sCondition = rOther.m_sCondition;  in operator =()
 173     m_Password = rOther.m_Password;  in operator =()
 178     m_bHidden = rOther.m_bHidden;  in operator =()
 189     return (m_eType == rOther.m_eType)  in operator ==()
 [all …]
 
 | 
| /aoo4110/main/basegfx/source/tools/ | 
| H A D | b2dclipstate.cxx | 157             if( rOther.mePendingOps == mePendingOps  in addClipState()158                 && !rOther.maClipPoly.count()  in addClipState()
 159                 && !rOther.maPendingPolygons.count() )  in addClipState()
 167                 rOther.commitPendingRanges();  in addClipState()
 168                 rOther.commitPendingPolygons();  in addClipState()
 170                 maPendingPolygons = rOther.maClipPoly;  in addClipState()
 204             addClipState(rOther, UNION);  in unionClipState()
 236             addClipState(rOther, INTERSECT);  in intersectClipState()
 268             addClipState(rOther, SUBTRACT);  in subtractClipState()
 286         void xorClipState(const ImplB2DClipState& rOther)  in xorClipState()
 [all …]
 
 | 
| /aoo4110/main/vcl/source/gdi/ | 
| H A D | font.cxx | 118     if( (meWeight   != rOther.meWeight)  in operator ==()119     ||  (meItalic   != rOther.meItalic)  in operator ==()
 120     ||  (meFamily   != rOther.meFamily)  in operator ==()
 121     ||  (mePitch    != rOther.mePitch) )  in operator ==()
 124     if( (meCharSet     != rOther.meCharSet)  in operator ==()
 125     ||  (meLanguage    != rOther.meLanguage)  in operator ==()
 127     ||  (meAlign       != rOther.meAlign) )  in operator ==()
 130     if( (maSize         != rOther.maSize)  in operator ==()
 139     if( (maColor        != rOther.maColor)  in operator ==()
 146     ||  (meRelief       != rOther.meRelief)  in operator ==()
 [all …]
 
 | 
| /aoo4110/main/chart2/source/tools/ | 
| H A D | RegressionCurveModel.cxx | 145     m_xContext( rOther.m_xContext ),  in RegressionCurveModel()303     const MeanValueRegressionCurve & rOther ) :  in MeanValueRegressionCurve()  argument
 304         RegressionCurveModel( rOther )  in MeanValueRegressionCurve()
 331     const LinearRegressionCurve & rOther ) :  in LinearRegressionCurve()  argument
 332         RegressionCurveModel( rOther )  in LinearRegressionCurve()
 359     const LogarithmicRegressionCurve & rOther ) :  in LogarithmicRegressionCurve()  argument
 360         RegressionCurveModel( rOther )  in LogarithmicRegressionCurve()
 387     const ExponentialRegressionCurve & rOther ) :  in ExponentialRegressionCurve()  argument
 388         RegressionCurveModel( rOther )  in ExponentialRegressionCurve()
 415     const PotentialRegressionCurve & rOther ) :  in PotentialRegressionCurve()  argument
 [all …]
 
 | 
| /aoo4110/main/cppu/inc/cppu/ | 
| H A D | FreeReference.hxx | 73         FreeReference(FreeReference<T> const & rOther)  in FreeReference()  argument74 			: m_env    (rOther.m_env),  in FreeReference()
 75 			  m_pObject(rOther.m_pObject)   in FreeReference()
 123         FreeReference<T> & operator = (FreeReference<T> const & rOther)  in operator =()  argument
 127 			m_pObject = rOther.m_pObject;  in operator =()
 130 				m_env     = rOther.m_env;  in operator =()
 150         bool operator == (FreeReference const & rOther) const  in operator ==()
 152             return get() == rOther.get();  in operator ==()
 155         bool operator != (FreeReference const & rOther) const  in operator !=()
 157             return !operator==(rOther);  in operator !=()
 
 | 
| /aoo4110/main/vos/source/ | 
| H A D | process.cxx | 83 OArgumentList::OArgumentList( const OArgumentList& rOther ) : n_Args( rOther.n_Args )  in OArgumentList()  argument90 		m_aVec[i] = rOther.m_aVec[i];  in OArgumentList()
 97 	if ( this != &rOther )  in operator =()
 108 		n_Args = rOther.n_Args;  in operator =()
 112 			m_aVec[i] = rOther.m_aVec[i];  in operator =()
 169 OEnvironment::OEnvironment( const OEnvironment& rOther ) : n_Vars( rOther.n_Vars )  in OEnvironment()  argument
 176 		m_aVec[i] = rOther.m_aVec[i];  in OEnvironment()
 181 OEnvironment& OEnvironment::operator=( const OEnvironment& rOther )  in operator =()  argument
 183 	if ( this != &rOther )  in operator =()
 191 		n_Vars = rOther.n_Vars;  in operator =()
 [all …]
 
 | 
| /aoo4110/main/sc/source/ui/undo/ | 
| H A D | undostyl.cxx | 58 ScStyleSaveData::ScStyleSaveData( const ScStyleSaveData& rOther ) :  in ScStyleSaveData()  argument59 	aName( rOther.aName ),  in ScStyleSaveData()
 60 	aParent( rOther.aParent )  in ScStyleSaveData()
 62 	if (rOther.pItems)  in ScStyleSaveData()
 63 		pItems = new SfxItemSet( *rOther.pItems );  in ScStyleSaveData()
 73 ScStyleSaveData& ScStyleSaveData::operator=( const ScStyleSaveData& rOther )  in operator =()  argument
 75 	aName   = rOther.aName;  in operator =()
 76 	aParent = rOther.aParent;  in operator =()
 79 	if (rOther.pItems)  in operator =()
 80 		pItems = new SfxItemSet( *rOther.pItems );  in operator =()
 
 | 
| /aoo4110/main/svx/source/items/ | 
| H A D | numinf.cxx | 148 	SvxNumberInfoItem& rOther = (SvxNumberInfoItem&)rItem;  in operator ==()  local152 	if ( nDelCount == rOther.nDelCount )  in operator ==()
 156 			if ( pDelFormatArr != NULL && rOther.pDelFormatArr != NULL )  in operator ==()
 161 					bEqual = ( pDelFormatArr[i] == rOther.pDelFormatArr[i] );  in operator ==()
 165 			bEqual = ( pDelFormatArr == NULL && rOther.pDelFormatArr == NULL );  in operator ==()
 168 				 pFormatter == rOther.pFormatter &&  in operator ==()
 169 				 eValueType == rOther.eValueType &&  in operator ==()
 170 				 nDoubleVal == rOther.nDoubleVal &&  in operator ==()
 171 				 aStringVal == rOther.aStringVal;  in operator ==()
 
 | 
| /aoo4110/main/ucb/source/inc/ | 
| H A D | regexpmap.tpt | 80 	bool operator ==(RegexpMapIterImpl const & rOther) const;165 	return m_pMap == rOther.m_pMap
 166 		   && m_nList == rOther.m_nList
 167 		   && m_aIndex == rOther.m_aIndex;
 226 											      rOther):
 227 	m_pImpl(new RegexpMapIterImpl< Val >(*rOther.m_pImpl))
 242 	*m_pImpl = *rOther.m_pImpl;
 282 	return *m_pImpl == *rOther.m_pImpl;
 370 RegexpMap< Val >::RegexpMap(RegexpMap const & rOther):
 371 	m_pImpl(new RegexpMapImpl< Val >(*rOther.m_pImpl))
 [all …]
 
 | 
| /aoo4110/main/editeng/source/items/ | 
| H A D | flditem.cxx | 226 int SvxDateField::operator==( const SvxFieldData& rOther ) const  in operator ==()228 	if ( rOther.Type() != Type() )  in operator ==()
 231 	const SvxDateField& rOtherFld = (const SvxDateField&) rOther;  in operator ==()
 362 int SvxURLField::operator==( const SvxFieldData& rOther ) const  in operator ==()
 364 	if ( rOther.Type() != Type() )  in operator ==()
 367 	const SvxURLField& rOtherFld = (const SvxURLField&) rOther;  in operator ==()
 577 	if ( rOther.Type() != Type() )  in operator ==()
 716 	if ( rOther.Type() != Type() )  in operator ==()
 866 int SvxAuthorField::operator==( const SvxFieldData& rOther ) const  in operator ==()
 868 	if ( rOther.Type() != Type() )  in operator ==()
 [all …]
 
 | 
| /aoo4110/main/sd/source/ui/slidesorter/inc/controller/ | 
| H A D | SlsTransferableData.hxx | 51         Representative (const Representative& rOther)  in Representative()  argument52             : maBitmap(rOther.maBitmap), mbIsExcluded(rOther.mbIsExcluded) {}  in Representative()
 53         Representative operator=( const Representative& rOther)  in operator =()  argument
 54         {   if (&rOther != this) {maBitmap = rOther.maBitmap; mbIsExcluded = rOther.mbIsExcluded; }  in operator =()
 
 | 
| /aoo4110/main/ucb/source/ucp/webdav/ | 
| H A D | DAVResourceAccess.cxx | 152 : m_aURL( rOther.m_aURL ),  in DAVResourceAccess()153   m_aPath( rOther.m_aPath ),  in DAVResourceAccess()
 154   m_xSession( rOther.m_xSession ),  in DAVResourceAccess()
 156   m_xSMgr( rOther.m_xSMgr ),  in DAVResourceAccess()
 157   m_aRedirectURIs( rOther.m_aRedirectURIs )  in DAVResourceAccess()
 163     const DAVResourceAccess & rOther )  in operator =()  argument
 165     m_aURL            = rOther.m_aURL;  in operator =()
 166     m_aPath           = rOther.m_aPath;  in operator =()
 167     m_xSession        = rOther.m_xSession;  in operator =()
 169     m_xSMgr           = rOther.m_xSMgr;  in operator =()
 [all …]
 
 | 
| /aoo4110/main/sw/source/filter/ww8/ | 
| H A D | writerhelper.hxx | 192         bool RefersToSameFrameAs(const Frame &rOther) const  in RefersToSameFrameAs()194 		if (mbForBullet && rOther.mbForBullet)  in RefersToSameFrameAs()
 195 			return (maGrf == rOther.maGrf);  in RefersToSameFrameAs()
 196 		else if ((!mbForBullet) && (!rOther.mbForBullet))  in RefersToSameFrameAs()
 197 			return (mpFlyFrm == rOther.mpFlyFrm);  in RefersToSameFrameAs()
 804             void Swap(SetLayer &rOther) throw();
 829             SetLayer(const SetLayer &rOther) throw();
 830             SetLayer& operator=(const SetLayer &rOther) throw();
 
 | 
| /aoo4110/main/cppuhelper/source/ | 
| H A D | unourl.cxx | 159 UnoUrlDescriptor::UnoUrlDescriptor(UnoUrlDescriptor const & rOther):  in UnoUrlDescriptor()  argument160     m_xImpl(rOther.m_xImpl->clone())  in UnoUrlDescriptor()
 166 UnoUrlDescriptor & UnoUrlDescriptor::operator =(UnoUrlDescriptor const & rOther)  in operator =()  argument
 168     m_xImpl.reset(rOther.m_xImpl->clone());  in operator =()
 269 UnoUrl::UnoUrl(UnoUrl const & rOther): m_xImpl(rOther.m_xImpl->clone())  in UnoUrl()  argument
 275 UnoUrl & UnoUrl::operator =(UnoUrl const & rOther)  in operator =()  argument
 277     m_xImpl.reset(rOther.m_xImpl->clone());  in operator =()
 
 | 
| /aoo4110/main/xmloff/source/chart/ | 
| H A D | transporttypes.hxx | 51     SchXMLCell( const SchXMLCell& rOther )  in SchXMLCell()52         : aString( rOther.aString )  in SchXMLCell()
 53 …, pComplexString( rOther.pComplexString ? new ::com::sun::star::uno::Sequence< rtl::OUString >( *r…  in SchXMLCell()
 54         , fValue( rOther.fValue )  in SchXMLCell()
 55         , eType( rOther.eType )  in SchXMLCell()
 56         , aRangeId( rOther.aRangeId )  in SchXMLCell()
 
 |