Searched refs:pOtherMac (Results 1 – 3 of 3) sorted by relevance
208 const SvxMacro *pOtherMac = rOther.GetObject(nNo); in operator ==() local209 if ( rOwn.GetKey(pOwnMac) != rOther.GetKey(pOtherMac) || in operator ==()210 pOwnMac->GetLibName() != pOtherMac->GetLibName() || in operator ==()211 pOwnMac->GetMacName() != pOtherMac->GetMacName() ) in operator ==()
301 const SvxMacro *pOtherMac = rOther.GetObject(nNo); in operator ==() local302 if ( rOwn.GetKey(pOwnMac) != rOther.GetKey(pOtherMac) || in operator ==()303 pOwnMac->GetLibName() != pOtherMac->GetLibName() || in operator ==()304 pOwnMac->GetMacName() != pOtherMac->GetMacName() ) in operator ==()
281 const SvxMacro *pOtherMac = rOther.GetObject(nNo); in operator ==() local282 if ( rOwn.GetKey(pOwnMac) != rOther.GetKey(pOtherMac) || in operator ==()283 pOwnMac->GetLibName() != pOtherMac->GetLibName() || in operator ==()284 pOwnMac->GetMacName() != pOtherMac->GetMacName() ) in operator ==()
Completed in 12 milliseconds