Searched refs:SDRATTR_TEXT_LOWERDIST (Results 1 – 13 of 13) sorted by relevance
52 SdrTextLowerDistItem(long nHgt=0): SdrMetricItem(SDRATTR_TEXT_LOWERDIST,nHgt) {} in SdrTextLowerDistItem()53 SdrTextLowerDistItem(SvStream& rIn): SdrMetricItem(SDRATTR_TEXT_LOWERDIST,rIn) {} in SdrTextLowerDistItem()
99 #define SDRATTR_TEXT_LOWERDIST (SDRATTR_MISC_FIRST + 7) /* 1104 */ /* 1104 */ /* 1… macro
288 …{ MAP_CHAR_LEN(UNO_NAME_TEXT_LOWERDIST), SDRATTR_TEXT_LOWERDIST, &::getCppuType((const sal_Int3…
210 pItem = GetItem( rAttrs, SDRATTR_TEXT_LOWERDIST ); in Reset()212 pItem = &pPool->GetDefaultItem( SDRATTR_TEXT_LOWERDIST ); in Reset()
86 …{ MAP_CHAR_LEN(UNO_NAME_TEXT_LOWERDIST), SDRATTR_TEXT_LOWERDIST, &::getCppuType((const sal_Int3… in ImplGetSvxCellPropertySet()706 return ((SdrTextLowerDistItem&)(GetItemSet().Get(SDRATTR_TEXT_LOWERDIST))).GetValue(); in GetTextLowerDistance()
729 …ic_int_cast< sal_uInt16 >( ((SdrTextLowerDistItem&)(aNewAttr.Get(SDRATTR_TEXT_LOWERDIST))).GetValu… in onFormatTable()
909 case SDRATTR_TEXT_RIGHTDIST : nWhich=SDRATTR_TEXT_LOWERDIST ; break; in ImpSortWhich()911 case SDRATTR_TEXT_LOWERDIST : nWhich=SDRATTR_TEXT_MINFRAMEWIDTH ; break; in ImpSortWhich()
130 mppLocalPoolDefaults[SDRATTR_TEXT_LOWERDIST -SDRATTR_START]=new SdrTextLowerDistItem; in SdrItemPool()483 case SDRATTR_TEXT_LOWERDIST : nResId = SIP_SA_TEXT_LOWERDIST;break; in TakeItemName()
1924 return ((SdrTextLowerDistItem&)(GetObjectItemSet().Get(SDRATTR_TEXT_LOWERDIST))).GetValue(); in GetTextLowerDistance()
221 …const sal_Int32 nLowerDist(((const SdrTextLowerDistItem&)GetItem(SDRATTR_TEXT_LOWERDIST)).GetValue… in ItemChange()
2361 … rItemSet.Put( (SdrTextLowerDistItem&)pText->GetMergedItem( SDRATTR_TEXT_LOWERDIST ) ); in ApplyTextObj()
2985 SDRATTR_TEXT_LEFTDIST, SDRATTR_TEXT_LOWERDIST); in MungeTextIntoDrawBox()
7652 …t32 nLowerDist(((const SdrTextLowerDistItem&)pObj->GetMergedItem(SDRATTR_TEXT_LOWERDIST)).GetValue… in ApplyCellAttributes()
Completed in 152 milliseconds