Home
last modified time | relevance | path

Searched refs:pOtherMac (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/svl/source/items/
H A Dmacitem.cxx208 const SvxMacro *pOtherMac = rOther.GetObject(nNo); in operator ==() local
209 if ( rOwn.GetKey(pOwnMac) != rOther.GetKey(pOtherMac) || in operator ==()
210 pOwnMac->GetLibName() != pOtherMac->GetLibName() || in operator ==()
211 pOwnMac->GetMacName() != pOtherMac->GetMacName() ) in operator ==()
/aoo4110/main/svx/source/items/
H A Dhlnkitem.cxx301 const SvxMacro *pOtherMac = rOther.GetObject(nNo); in operator ==() local
302 if ( rOwn.GetKey(pOwnMac) != rOther.GetKey(pOtherMac) || in operator ==()
303 pOwnMac->GetLibName() != pOtherMac->GetLibName() || in operator ==()
304 pOwnMac->GetMacName() != pOtherMac->GetMacName() ) in operator ==()
/aoo4110/main/sw/source/core/txtnode/
H A Dfmtatr2.cxx281 const SvxMacro *pOtherMac = rOther.GetObject(nNo); in operator ==() local
282 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 25 milliseconds