Searched refs:ATTR_FONT_WORDLINE (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/sc/source/core/data/ |
| H A D | patattr.cxx | 301 if ( pCondSet->GetItemState( ATTR_FONT_WORDLINE, sal_True, &pItem ) != SFX_ITEM_SET ) in GetFont() 302 pItem = &rItemSet.Get( ATTR_FONT_WORDLINE ); in GetFont() 347 rItemSet.Get( ATTR_FONT_WORDLINE )).GetValue(); in GetFont() 582 if ( pCondSet->GetItemState( ATTR_FONT_WORDLINE, sal_True, &pItem ) != SFX_ITEM_SET ) in FillToEditItemSet() 583 pItem = &rSrcSet.Get( ATTR_FONT_WORDLINE ); in FillToEditItemSet() 654 rSrcSet.Get( ATTR_FONT_WORDLINE )).GetValue(); in FillToEditItemSet() 781 ATTR_FONT_WORDLINE) ); in GetFromEditItemSet()
|
| H A D | docpool.cxx | 253 …ppPoolDefaults[ ATTR_FONT_WORDLINE - ATTR_STARTINDEX ] = new SvxWordLineModeItem(sal_False, ATTR… in ScDocumentPool()
|
| /trunk/main/sc/inc/ |
| H A D | scitems.hxx | 85 #define ATTR_FONT_WORDLINE 123 macro
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | cellsuno.cxx | 203 …{MAP_CHAR_LEN(SC_UNONAME_CWORDMOD), ATTR_FONT_WORDLINE, &getBooleanCppuType(), 0,… in lcl_GetCellsPropertySet() 302 …{MAP_CHAR_LEN(SC_UNONAME_CWORDMOD), ATTR_FONT_WORDLINE, &getBooleanCppuType(), 0,… in lcl_GetRangePropertySet() 403 …{MAP_CHAR_LEN(SC_UNONAME_CWORDMOD), ATTR_FONT_WORDLINE, &getBooleanCppuType(), 0,… in lcl_GetCellPropertySet() 506 …{MAP_CHAR_LEN(SC_UNONAME_CWORDMOD), ATTR_FONT_WORDLINE, &getBooleanCppuType(), 0,… in lcl_GetColumnPropertySet() 610 …{MAP_CHAR_LEN(SC_UNONAME_CWORDMOD), ATTR_FONT_WORDLINE, &getBooleanCppuType(), 0,… in lcl_GetRowPropertySet() 716 …{MAP_CHAR_LEN(SC_UNONAME_CWORDMOD), ATTR_FONT_WORDLINE, &getBooleanCppuType(), 0,… in lcl_GetSheetPropertySet()
|
| H A D | styleuno.cxx | 130 …{MAP_CHAR_LEN(SC_UNONAME_CWORDMOD), ATTR_FONT_WORDLINE, &getBooleanCppuType(), 0,… in lcl_GetCellStyleSet()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | output2.cxx | 963 …else if ( &rpNewPattern->GetItem( ATTR_FONT_WORDLINE ) != &rpOldPattern->GetItem( ATTR_FONT_WORDLI… in StringDiffer()
|