Searched refs:SdrTextLowerDistItem (Results 1 – 18 of 18) sorted by relevance
50 class SdrTextLowerDistItem: public SdrMetricItem { class52 SdrTextLowerDistItem(long nHgt=0): SdrMetricItem(SDRATTR_TEXT_LOWERDIST,nHgt) {} in SdrTextLowerDistItem() function in SdrTextLowerDistItem53 SdrTextLowerDistItem(SvStream& rIn): SdrMetricItem(SDRATTR_TEXT_LOWERDIST,rIn) {} in SdrTextLowerDistItem() function in SdrTextLowerDistItem
221 …const sal_Int32 nLowerDist(((const SdrTextLowerDistItem&)GetItem(SDRATTR_TEXT_LOWERDIST)).GetValue… in ItemChange()226 SetObjectItemDirect(SdrTextLowerDistItem(nLowerDist + nDifference)); in ItemChange()
215 long nValue = ( ( const SdrTextLowerDistItem* )pItem )->GetValue(); in Reset()409 rAttrs.Put( SdrTextLowerDistItem( nValue ) ); in FillItemSet()
246 rISet.Put( SdrTextLowerDistItem( 125 ) ); in CreateLayoutTemplates()655 rISet.Put( SdrTextLowerDistItem( 130 ) ); in CreateDefaultCellStyles()
556 rAttr.Put( SdrTextLowerDistItem( 100 ) ); in SetAttributes()
729 …aBoxItem.SetDistance( sal::static_int_cast< sal_uInt16 >( ((SdrTextLowerDistItem&)(aNewAttr.Get(SD… in onFormatTable()750 aNewSet.Put(SdrTextLowerDistItem( aNewBoxItem.GetDistance( BOX_LINE_BOTTOM ) ) ); in onFormatTable()
706 return ((SdrTextLowerDistItem&)(GetItemSet().Get(SDRATTR_TEXT_LOWERDIST))).GetValue(); in GetTextLowerDistance()
145 aItemSet.Put( SdrTextLowerDistItem( 100 ) ); in SetDefaultItems()
1233 rSet.Put( SdrTextLowerDistItem( MIN_BORDER_DIST ) ); in ReadTxtBox()2985 aItemSet.Put( SdrTextLowerDistItem( pRecord->nDyTextBottom ) ); in MungeTextIntoDrawBox()
750 aSet.Put( SdrTextLowerDistItem( nTextBottom ) ); in ProcessObj()
1036 pText->SetMergedItem ( SdrTextLowerDistItem (0)); in ImportText()
1924 return ((SdrTextLowerDistItem&)(GetObjectItemSet().Get(SDRATTR_TEXT_LOWERDIST))).GetValue(); in GetTextLowerDistance()
130 mppLocalPoolDefaults[SDRATTR_TEXT_LOWERDIST -SDRATTR_START]=new SdrTextLowerDistItem; in SdrItemPool()
237 aCaptionSet.Put( SdrTextLowerDistItem( 100 ) ); in ScCommentData()
2359 … rItemSet.Put( (SdrTextLowerDistItem&)pText->GetMergedItem( SDRATTR_TEXT_LOWERDIST ) ); in ApplyTextObj()
1565 rSet.Put( SdrTextLowerDistItem( nTextBottom ) ); in ApplyCustomShapeTextAttributes()5350 aSet.Put( SdrTextLowerDistItem( nTextBottom ) ); in ProcessObj()
1216 pTObj->SetMergedItem( SdrTextLowerDistItem( nTextBottom ) ); in ProcessObj()7652 …const sal_Int32 nLowerDist(((const SdrTextLowerDistItem&)pObj->GetMergedItem(SDRATTR_TEXT_LOWERDIS… in ApplyCellAttributes()
552 rSdrObj.SetMergedItem( SdrTextLowerDistItem( nMargin ) ); in PreProcessSdrObject()