Searched refs:ATTR_INDENT (Results 1 – 13 of 13) sorted by relevance
/trunk/main/sc/inc/ |
H A D | scitems.hxx | 92 #define ATTR_INDENT 130 macro
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | styleuno.cxx | 143 …{MAP_CHAR_LEN(SC_UNONAME_PINDENT), ATTR_INDENT, &::getCppuType((const sal_Int16*)0), 0, 0 }, //… in lcl_GetCellStyleSet() 1455 case ATTR_INDENT: in getPropertyDefault() 1781 case ATTR_INDENT: in SetOnePropertyValueWithoutUpdate() 2036 case ATTR_INDENT: in getPropertyValue()
|
H A D | cellsuno.cxx | 220 …{MAP_CHAR_LEN(SC_UNONAME_PINDENT), ATTR_INDENT, &getCppuType((sal_Int16*)0), 0, 0 }, //! CONVER… in lcl_GetCellsPropertySet() 319 …{MAP_CHAR_LEN(SC_UNONAME_PINDENT), ATTR_INDENT, &getCppuType((sal_Int16*)0), 0, 0 }, //! CONVER… in lcl_GetRangePropertySet() 422 …{MAP_CHAR_LEN(SC_UNONAME_PINDENT), ATTR_INDENT, &getCppuType((sal_Int16*)0), 0, 0 }, //! CONVER… in lcl_GetCellPropertySet() 528 …{MAP_CHAR_LEN(SC_UNONAME_PINDENT), ATTR_INDENT, &getCppuType((sal_Int16*)0), 0, 0 }, //! CONVER… in lcl_GetColumnPropertySet() 633 …{MAP_CHAR_LEN(SC_UNONAME_PINDENT), ATTR_INDENT, &getCppuType((sal_Int16*)0), 0, 0 }, //! CONVER… in lcl_GetRowPropertySet() 741 …{MAP_CHAR_LEN(SC_UNONAME_PINDENT), ATTR_INDENT, &getCppuType((sal_Int16*)0), 0, 0 }, //! CONVER… in lcl_GetSheetPropertySet() 2021 case ATTR_INDENT: in getPropertyDefault() 2153 case ATTR_INDENT: in lcl_SetCellProperty() 2414 case ATTR_INDENT: in GetOnePropertyValue()
|
/trunk/main/sc/source/core/data/ |
H A D | docpool.cxx | 260 ppPoolDefaults[ ATTR_INDENT - ATTR_STARTINDEX ] = new SfxUInt16Item( ATTR_INDENT, 0 ); in ScDocumentPool()
|
H A D | column2.cxx | 306 pCondSet->GetItemState(ATTR_INDENT, sal_True, &pCondItem) == SFX_ITEM_SET) in GetNeededSize() 309 nIndent = ((const SfxUInt16Item&)pPattern->GetItem(ATTR_INDENT)).GetValue(); in GetNeededSize()
|
H A D | attarray.cxx | 1671 sal_uInt16 nOldValue = ((const SfxUInt16Item&)rOldSet.Get( ATTR_INDENT )).GetValue(); in ChangeIndent() 1697 aNewPattern.GetItemSet().Put( SfxUInt16Item( ATTR_INDENT, nNewValue ) ); in ChangeIndent()
|
/trunk/main/sc/source/ui/view/ |
H A D | output2.cxx | 400 nIndent = ((const SfxUInt16Item&)pPattern->GetItem( ATTR_INDENT, pCondSet )).GetValue(); in SetPattern() 447 nIndent = ((const SfxUInt16Item&)pPattern->GetItem( ATTR_INDENT, pCondSet )).GetValue(); in SetPatternSimple() 2315 GetItem(ATTR_INDENT, pCondSet)).GetValue(); in DrawEdit() 3186 GetItem(ATTR_INDENT, pCondSet)).GetValue(); in DrawRotated()
|
H A D | viewfunc.cxx | 1162 aNewAttrs.GetItemSet().Put( SfxUInt16Item( ATTR_INDENT, 0 ) ); in ApplyAttr() 2443 … nMargin + ((const SfxUInt16Item&)pPattern->GetItem(ATTR_INDENT)).GetValue() ); in ModifyCellSize()
|
/trunk/main/sc/source/core/tool/ |
H A D | editutil.cxx | 137 nIndent = ((const SfxUInt16Item&)pPattern->GetItem(ATTR_INDENT)).GetValue(); in GetEditArea()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCell.cxx | 551 …etAttr( maCellAddress.Col(), maCellAddress.Row(), maCellAddress.Tab(), ATTR_INDENT ) )->GetValue(); in getCharacterAttributes()
|
H A D | AccessibleText.cxx | 882 pDoc->GetAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), ATTR_INDENT ) ); in GetTextForwarder()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 1386 long nTmpIndent = GETITEMVALUE( rItemSet, SfxUInt16Item, ATTR_INDENT, sal_Int32 ); in FillFromItemSet() 1389 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_INDENT, bStyle ); in FillFromItemSet()
|
H A D | xistyle.cxx | 714 ScfTools::PutItem( rItemSet, SfxUInt16Item( ATTR_INDENT, nScIndent ), bSkipPoolDefs ); in FillToItemSet()
|
Completed in 137 milliseconds