Home
last modified time | relevance | path

Searched refs:rOther (Results 1 – 25 of 173) sorted by relevance

1234567

/trunk/main/sc/source/core/data/
H A Dsortparam.cxx127 && (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 Dglobal2.cxx121 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 Ddpgroup.cxx747 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 …]
/trunk/main/svx/source/xoutdev/
H A Dxtable.cxx53 : 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 …]
/trunk/main/sc/source/core/tool/
H A Dqueryparam.cxx270 && (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 …]
H A Dddelink.cxx73 ScDdeLink::ScDdeLink( ScDocument* pD, const ScDdeLink& rOther ) : in ScDdeLink() argument
76 aAppl ( rOther.aAppl ), in ScDdeLink()
77 aTopic ( rOther.aTopic ), in ScDdeLink()
78 aItem ( rOther.aItem ), in ScDdeLink()
79 nMode ( rOther.nMode ), in ScDdeLink()
83 if (rOther.pResult) in ScDdeLink()
84 pResult = rOther.pResult->Clone(); in ScDdeLink()
/trunk/main/sfx2/source/sidebar/
H A DPanelDescriptor.cxx48 PanelDescriptor::PanelDescriptor (const PanelDescriptor& rOther) in PanelDescriptor() argument
49 : 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 DDeckDescriptor.cxx46 DeckDescriptor::DeckDescriptor (const DeckDescriptor& rOther) in DeckDescriptor() argument
47 : 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 DContext.cxx59 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 …]
/trunk/main/sw/source/core/docnode/
H A Dsection.cxx147 : 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 …]
/trunk/main/svl/inc/svl/
H A Dhttpcook.hxx69 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 …]
/trunk/main/vcl/source/gdi/
H A Dfont.cxx118 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 …]
/trunk/main/basegfx/source/tools/
H A Db2dclipstate.cxx157 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 …]
/trunk/main/chart2/source/tools/
H A DRegressionCurveModel.cxx145 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 …]
/trunk/main/vos/source/
H A Dprocess.cxx83 OArgumentList::OArgumentList( const OArgumentList& rOther ) : n_Args( rOther.n_Args ) in OArgumentList() argument
90 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 …]
/trunk/main/cppu/inc/cppu/
H A DFreeReference.hxx73 FreeReference(FreeReference<T> const & rOther) in FreeReference() argument
74 : 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 !=()
/trunk/main/sc/source/ui/undo/
H A Dundostyl.cxx58 ScStyleSaveData::ScStyleSaveData( const ScStyleSaveData& rOther ) : in ScStyleSaveData() argument
59 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 =()
/trunk/main/svx/source/items/
H A Dnuminf.cxx148 SvxNumberInfoItem& rOther = (SvxNumberInfoItem&)rItem; in operator ==() local
152 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 ==()
/trunk/main/ucb/source/inc/
H A Dregexpmap.tpt80 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 …]
/trunk/main/editeng/source/items/
H A Dflditem.cxx226 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 …]
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsTransferableData.hxx51 Representative (const Representative& rOther) in Representative() argument
52 : 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 =()
/trunk/main/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx152 : 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 …]
/trunk/main/cppuhelper/source/
H A Dunourl.cxx159 UnoUrlDescriptor::UnoUrlDescriptor(UnoUrlDescriptor const & rOther): in UnoUrlDescriptor() argument
160 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 =()
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.hxx193 bool RefersToSameFrameAs(const Frame &rOther) const in RefersToSameFrameAs()
195 if (mbForBullet && rOther.mbForBullet) in RefersToSameFrameAs()
196 return (maGrf == rOther.maGrf); in RefersToSameFrameAs()
197 else if ((!mbForBullet) && (!rOther.mbForBullet)) in RefersToSameFrameAs()
198 return (mpFlyFrm == rOther.mpFlyFrm); in RefersToSameFrameAs()
805 void Swap(SetLayer &rOther) throw();
830 SetLayer(const SetLayer &rOther) throw();
831 SetLayer& operator=(const SetLayer &rOther) throw();
/trunk/main/xmloff/source/chart/
H A Dtransporttypes.hxx51 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()

Completed in 118 milliseconds

1234567