Searched refs:rOldAttrs (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sc/source/core/data/ |
| H A D | global.cxx | 160 const SfxItemSet& rOldAttrs, in HasAttrChanged() argument 165 const SfxItemState eOldState = rOldAttrs.GetItemState( nWhich ); in HasAttrChanged() 174 bInvalidate = (&rNewAttrs.Get( nWhich ) != &rOldAttrs.Get( nWhich )); in HasAttrChanged() 182 ? rOldAttrs.Get( nWhich ) in HasAttrChanged() 183 : rOldAttrs.GetPool()->GetDefaultItem( nWhich ); in HasAttrChanged() 232 const SfxItemSet& rOldAttrs ) in CheckWidthInvalidate() argument 238 HasAttrChanged( rNewAttrs, rOldAttrs, ATTR_VALUE_FORMAT ); in CheckWidthInvalidate() 240 || HasAttrChanged( rNewAttrs, rOldAttrs, ATTR_LANGUAGE_FORMAT ) in CheckWidthInvalidate() 241 || HasAttrChanged( rNewAttrs, rOldAttrs, ATTR_FONT ) in CheckWidthInvalidate() 242 || HasAttrChanged( rNewAttrs, rOldAttrs, ATTR_CJK_FONT ) in CheckWidthInvalidate() [all …]
|
| /AOO41X/main/sc/inc/ |
| H A D | global.hxx | 650 const SfxItemSet& rOldAttrs ); 652 const SfxItemSet& rOldAttrs,
|