Searched refs:OneEqual (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/sc/source/core/data/ |
| H A D | patattr.cxx | 1126 inline sal_Bool OneEqual( const SfxItemSet& rSet1, const SfxItemSet& rSet2, sal_uInt16 nId ) in OneEqual() function 1138 return OneEqual( rThisSet, rOtherSet, ATTR_BACKGROUND ) && in IsVisibleEqual() 1139 OneEqual( rThisSet, rOtherSet, ATTR_BORDER ) && in IsVisibleEqual() 1140 OneEqual( rThisSet, rOtherSet, ATTR_BORDER_TLBR ) && in IsVisibleEqual() 1141 OneEqual( rThisSet, rOtherSet, ATTR_BORDER_BLTR ) && in IsVisibleEqual() 1142 OneEqual( rThisSet, rOtherSet, ATTR_SHADOW ); in IsVisibleEqual() 1152 return OneEqual( rThisSet, rOtherSet, ATTR_BACKGROUND ) && in IsEqual() 1153 OneEqual( rThisSet, rOtherSet, ATTR_BORDER ) && in IsEqual() 1154 OneEqual( rThisSet, rOtherSet, ATTR_BORDER_TLBR ) && in IsEqual() 1155 OneEqual( rThisSet, rOtherSet, ATTR_BORDER_BLTR ) && in IsEqual() [all …]
|