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.cxx116 sal_Bool ScSortParam::operator==( const ScSortParam& rOther ) const in operator ==()
123 while ( rOther.bDoSort[nOtherLast++] && nOtherLast < MAXSORT ) ; in operator ==()
127 && (nCol1 == rOther.nCol1) in operator ==()
128 && (nRow1 == rOther.nRow1) in operator ==()
129 && (nCol2 == rOther.nCol2) in operator ==()
130 && (nRow2 == rOther.nRow2) in operator ==()
131 && (bHasHeader == rOther.bHasHeader) in operator ==()
132 && (bByRow == rOther.bByRow) in operator ==()
133 && (bCaseSens == rOther.bCaseSens) in operator ==()
134 && (bUserDef == rOther.bUserDef) in operator ==()
[all …]
H A Dglobal2.cxx119 sal_Bool ScImportParam::operator==( const ScImportParam& rOther ) const in operator ==()
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 ==()
127 aStatement == rOther.aStatement && in operator ==()
128 bNative == rOther.bNative && in operator ==()
129 bSql == rOther.bSql && in operator ==()
[all …]
H A Ddpgroup.cxx709 bool ScDPGroupItem::HasCommonElement( const ScDPGroupItem& rOther ) const in HasCommonElement()
712 if ( rOther.HasElement( *aIter ) ) in HasCommonElement()
745 ScDPGroupDimension::ScDPGroupDimension( const ScDPGroupDimension& rOther ) : in ScDPGroupDimension() argument
746 nSourceDim( rOther.nSourceDim ), in ScDPGroupDimension()
747 nGroupDim( rOther.nGroupDim ), in ScDPGroupDimension()
748 aGroupName( rOther.aGroupName ), in ScDPGroupDimension()
750 aItems( rOther.aItems ) in ScDPGroupDimension()
752 if ( rOther.pDateHelper ) in ScDPGroupDimension()
753 pDateHelper = new ScDPDateGroupHelper( *rOther.pDateHelper ); in ScDPGroupDimension()
756 ScDPGroupDimension& ScDPGroupDimension::operator=( const ScDPGroupDimension& rOther ) in operator =() argument
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxtable.cxx52 XColorEntry::XColorEntry(const XColorEntry& rOther) in XColorEntry() argument
53 : XPropertyEntry(rOther), in XColorEntry()
54 aColor(rOther.aColor) in XColorEntry()
67 XLineEndEntry::XLineEndEntry(const XLineEndEntry& rOther) in XLineEndEntry() argument
68 : XPropertyEntry(rOther), in XLineEndEntry()
69 aB2DPolyPolygon(rOther.aB2DPolyPolygon) in XLineEndEntry()
82 XDashEntry::XDashEntry(const XDashEntry& rOther) in XDashEntry() argument
83 : XPropertyEntry(rOther), in XDashEntry()
84 aDash(rOther.aDash) in XDashEntry()
97 XHatchEntry::XHatchEntry(const XHatchEntry& rOther) in XHatchEntry() argument
[all …]
/trunk/main/sc/source/core/tool/
H A Dqueryparam.cxx255 sal_Bool ScQueryParam::operator==( const ScQueryParam& rOther ) const in operator ==()
263 SCSIZE nOtherEntryCount = rOther.GetEntryCount(); in operator ==()
266 while ( nOtherUsed<nOtherEntryCount && rOther.maEntries[nOtherUsed].bDoQuery ) in operator ==()
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 ==()
275 && (bHasHeader == rOther.bHasHeader) in operator ==()
276 && (bByRow == rOther.bByRow) in operator ==()
[all …]
H A Dddelink.cxx75 ScDdeLink::ScDdeLink( ScDocument* pD, const ScDdeLink& rOther ) : in ScDdeLink() argument
78 aAppl ( rOther.aAppl ), in ScDdeLink()
79 aTopic ( rOther.aTopic ), in ScDdeLink()
80 aItem ( rOther.aItem ), in ScDdeLink()
81 nMode ( rOther.nMode ), in ScDdeLink()
85 if (rOther.pResult) in ScDdeLink()
86 pResult = rOther.pResult->Clone(); in ScDdeLink()
/trunk/main/sfx2/source/sidebar/
H A DPanelDescriptor.cxx44 PanelDescriptor::PanelDescriptor (const PanelDescriptor& rOther) in PanelDescriptor() argument
45 : msTitle(rOther.msTitle), in PanelDescriptor()
46 mbIsTitleBarOptional(rOther.mbIsTitleBarOptional), in PanelDescriptor()
47 msId(rOther.msId), in PanelDescriptor()
48 msDeckId(rOther.msDeckId), in PanelDescriptor()
49 msTitleBarIconURL(rOther.msTitleBarIconURL), in PanelDescriptor()
50 msHighContrastTitleBarIconURL(rOther.msHighContrastTitleBarIconURL), in PanelDescriptor()
51 msHelpURL(rOther.msHelpURL), in PanelDescriptor()
52 maContextList(rOther.maContextList), in PanelDescriptor()
53 msImplementationURL(rOther.msImplementationURL), in PanelDescriptor()
[all …]
H A DDeckDescriptor.cxx43 DeckDescriptor::DeckDescriptor (const DeckDescriptor& rOther) in DeckDescriptor() argument
44 : msTitle(rOther.msTitle), in DeckDescriptor()
45 msId(rOther.msId), in DeckDescriptor()
46 msIconURL(rOther.msIconURL), in DeckDescriptor()
47 msHighContrastIconURL(rOther.msHighContrastIconURL), in DeckDescriptor()
48 msTitleBarIconURL(rOther.msTitleBarIconURL), in DeckDescriptor()
49 msHighContrastTitleBarIconURL(rOther.msHighContrastTitleBarIconURL), in DeckDescriptor()
50 msHelpURL(rOther.msHelpURL), in DeckDescriptor()
51 msHelpText(rOther.msHelpText), in DeckDescriptor()
52 maContextList(rOther.maContextList), in DeckDescriptor()
[all …]
H A DContext.cxx53 const Context& rOther) const in EvaluateMatch()
55 const bool bApplicationNameIsAny (rOther.msApplication.equalsAscii(AnyApplicationName)); in EvaluateMatch()
56 if (rOther.msApplication.equals(msApplication) || bApplicationNameIsAny) in EvaluateMatch()
59 const bool bContextNameIsAny (rOther.msContext.equalsAscii(AnyContextName)); in EvaluateMatch()
60 if (rOther.msContext.equals(msContext) || bContextNameIsAny) in EvaluateMatch()
94 bool Context::operator== (const Context& rOther) const in operator ==()
96 return msApplication.equals(rOther.msApplication) in operator ==()
97 && msContext.equals(rOther.msContext); in operator ==()
100 bool Context::operator!= (const Context& rOther) const in operator !=()
102 return ( ! msApplication.equals(rOther.msApplication)) in operator !=()
[all …]
/trunk/main/sw/source/core/docnode/
H A Dsection.cxx146 SwSectionData::SwSectionData(SwSectionData const& rOther) in SwSectionData() argument
147 : m_eType(rOther.m_eType) in SwSectionData()
148 , m_sSectionName(rOther.m_sSectionName) in SwSectionData()
149 , m_sCondition(rOther.m_sCondition) in SwSectionData()
150 , m_sLinkFileName(rOther.m_sLinkFileName) in SwSectionData()
151 , m_sLinkFilePassword(rOther.m_sLinkFilePassword) in SwSectionData()
152 , m_Password(rOther.m_Password) in SwSectionData()
153 , m_bHiddenFlag(rOther.m_bHiddenFlag) in SwSectionData()
154 , m_bProtectFlag(rOther.m_bProtectFlag) in SwSectionData()
156 , m_bEditInReadonlyFlag(rOther.m_bEditInReadonlyFlag) in SwSectionData()
[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()
76 sal_Bool operator== (const CntHTTPCookie& rOther) const in operator ==()
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 ==()
[all …]
/trunk/main/vcl/source/gdi/
H A Dfont.cxx115 bool Impl_Font::operator==( const Impl_Font& rOther ) const in operator ==()
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 ==()
126 || (meCJKLanguage != rOther.meCJKLanguage) in operator ==()
127 || (meAlign != rOther.meAlign) ) in operator ==()
130 if( (maSize != rOther.maSize) in operator ==()
[all …]
/trunk/main/basegfx/source/tools/
H A Db2dclipstate.cxx155 void addClipState(const ImplB2DClipState& rOther, Operation eOp) in addClipState()
157 if( rOther.mePendingOps == mePendingOps in addClipState()
158 && !rOther.maClipPoly.count() in addClipState()
159 && !rOther.maPendingPolygons.count() ) in addClipState()
161 maPendingRanges.appendPolyRange( rOther.maPendingRanges ); in addClipState()
167 rOther.commitPendingRanges(); in addClipState()
168 rOther.commitPendingPolygons(); in addClipState()
170 maPendingPolygons = rOther.maClipPoly; in addClipState()
199 void unionClipState(const ImplB2DClipState& rOther) in unionClipState()
204 addClipState(rOther, UNION); in unionClipState()
[all …]
/trunk/main/chart2/source/tools/
H A DRegressionCurveModel.cxx141 RegressionCurveModel::RegressionCurveModel( const RegressionCurveModel & rOther ) : in RegressionCurveModel() argument
144 ::property::OPropertySet( rOther, m_aMutex ), in RegressionCurveModel()
145 m_xContext( rOther.m_xContext ), in RegressionCurveModel()
146 m_eRegressionCurveType( rOther.m_eRegressionCurveType ), in RegressionCurveModel()
149 … CloneHelper::CreateRefClone< uno::Reference< beans::XPropertySet > >()( rOther.m_xEquationPropert… 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
[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()
95 OArgumentList& OArgumentList::operator=( const OArgumentList& rOther ) in operator =() argument
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 =()
[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/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 ==()
575 int SvxExtTimeField::operator==( const SvxFieldData& rOther ) const in operator ==()
577 if ( rOther.Type() != Type() ) in operator ==()
580 const SvxExtTimeField& rOtherFld = (const SvxExtTimeField&) rOther; in operator ==()
714 int SvxExtFileField::operator==( const SvxFieldData& rOther ) const in operator ==()
[all …]
/trunk/main/ucb/source/inc/
H A Dregexpmap.tpt80 bool operator ==(RegexpMapIterImpl const & rOther) const;
162 bool RegexpMapIterImpl< Val >::operator ==(RegexpMapIterImpl const & rOther)
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))
240 RegexpMapConstIter< Val >::operator =(RegexpMapConstIter const & rOther)
242 *m_pImpl = *rOther.m_pImpl;
279 bool RegexpMapConstIter< Val >::equals(RegexpMapConstIter const & rOther)
[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.cxx151 DAVResourceAccess::DAVResourceAccess( const DAVResourceAccess & rOther ) in DAVResourceAccess() argument
152 : m_aURL( rOther.m_aURL ), in DAVResourceAccess()
153 m_aPath( rOther.m_aPath ), in DAVResourceAccess()
154 m_xSession( rOther.m_xSession ), in DAVResourceAccess()
155 m_xSessionFactory( rOther.m_xSessionFactory ), 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 =()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.hxx192 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();
/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/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()

1234567