Lines Matching refs:ATTR_STACKED
217 …{MAP_CHAR_LEN(SC_UNONAME_CELLORI), ATTR_STACKED, &getCppuType((table::CellOrientation*)0), … in lcl_GetCellsPropertySet()
316 …{MAP_CHAR_LEN(SC_UNONAME_CELLORI), ATTR_STACKED, &getCppuType((table::CellOrientation*)0), … in lcl_GetRangePropertySet()
419 …{MAP_CHAR_LEN(SC_UNONAME_CELLORI), ATTR_STACKED, &getCppuType((table::CellOrientation*)0), … in lcl_GetCellPropertySet()
525 …{MAP_CHAR_LEN(SC_UNONAME_CELLORI), ATTR_STACKED, &getCppuType((table::CellOrientation*)0), … in lcl_GetColumnPropertySet()
630 …{MAP_CHAR_LEN(SC_UNONAME_CELLORI), ATTR_STACKED, &getCppuType((table::CellOrientation*)0), … in lcl_GetRowPropertySet()
737 …{MAP_CHAR_LEN(SC_UNONAME_CELLORI), ATTR_STACKED, &getCppuType((table::CellOrientation*)0), … in lcl_GetSheetPropertySet()
2178 case ATTR_STACKED: in lcl_SetCellProperty()
2186 rSet.Put( SfxBoolItem( ATTR_STACKED, sal_False ) ); in lcl_SetCellProperty()
2189 rSet.Put( SfxBoolItem( ATTR_STACKED, sal_False ) ); in lcl_SetCellProperty()
2194 rSet.Put( SfxBoolItem( ATTR_STACKED, sal_False ) ); in lcl_SetCellProperty()
2199 rSet.Put( SfxBoolItem( ATTR_STACKED, sal_True ) ); in lcl_SetCellProperty()
2418 case ATTR_STACKED: in GetOnePropertyValue()