Searched refs:rNewAttrs (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sc/source/core/data/ |
| H A D | global.cxx | 159 sal_Bool ScGlobal::HasAttrChanged( const SfxItemSet& rNewAttrs, in HasAttrChanged() argument 164 const SfxItemState eNewState = rNewAttrs.GetItemState( nWhich ); in HasAttrChanged() 174 bInvalidate = (&rNewAttrs.Get( nWhich ) != &rOldAttrs.Get( nWhich )); in HasAttrChanged() 186 ? rNewAttrs.Get( nWhich ) in HasAttrChanged() 187 : rNewAttrs.GetPool()->GetDefaultItem( nWhich ); in HasAttrChanged() 231 const SfxItemSet& rNewAttrs, 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 …]
|
| /trunk/main/sc/inc/ |
| H A D | global.hxx | 649 const SfxItemSet& rNewAttrs, 651 static sal_Bool HasAttrChanged( const SfxItemSet& rNewAttrs,
|