Searched refs:pOwnMac (Results 1 – 3 of 3) sorted by relevance
207 const SvxMacro *pOwnMac = rOwn.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 ==()
300 const SvxMacro *pOwnMac = rOwn.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 ==()
280 const SvxMacro *pOwnMac = rOwn.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 31 milliseconds