Searched refs:SdrTextFixedCellHeightItem (Results 1 – 9 of 9) sorted by relevance
147 …ppLocalPoolDefaults[SDRATTR_TEXT_USEFIXEDCELLHEIGHT -SDRATTR_START]=new SdrTextFixedCellHeightItem; in SdrItemPool()1441 TYPEINIT1_AUTOFACTORY( SdrTextFixedCellHeightItem, SfxBoolItem );1442 SdrTextFixedCellHeightItem::SdrTextFixedCellHeightItem( sal_Bool bUseFixedCellHeight ) in SdrTextFixedCellHeightItem() function in SdrTextFixedCellHeightItem1446 SdrTextFixedCellHeightItem::SdrTextFixedCellHeightItem( SvStream & rStream, sal_uInt16 nVersion ) in SdrTextFixedCellHeightItem() function in SdrTextFixedCellHeightItem1472 return new SdrTextFixedCellHeightItem( rIn, nItemVersion ); in Create()1483 SfxPoolItem* __EXPORT SdrTextFixedCellHeightItem::Clone( SfxItemPool * /*pPool*/) const in Clone()1485 return new SdrTextFixedCellHeightItem( GetValue() ); in Clone()1487 sal_uInt16 SdrTextFixedCellHeightItem::GetVersion( sal_uInt16 /*nFileFormatVersion*/) const in GetVersion()1491 sal_Bool SdrTextFixedCellHeightItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()1497 sal_Bool SdrTextFixedCellHeightItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue()[all …]
88 …rOutl.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIXEDCE… in BegTextEdit()
149 …rOutliner.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIX… in AdjustTextFrameWidthAndHeight()
927 …rOutliner.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIX… in TakeTextRect()1423 …rOutliner.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIX… in ImpSetupDrawOutlinerForPaint()
469 …pTextEditOutliner->SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)pText->GetMergedItem(SDR… in ImpMakeOutlinerView()
2676 …rOutliner.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIX… in AdjustTextFrameWidthAndHeight()
28 class SVX_DLLPUBLIC SdrTextFixedCellHeightItem : public SfxBoolItem class33 SdrTextFixedCellHeightItem( sal_Bool bUseFixedCellHeight = sal_False );34 SVX_DLLPRIVATE SdrTextFixedCellHeightItem( SvStream & rStream, sal_uInt16 nVersion );
573 … ((const SdrTextFixedCellHeightItem&)rSet.Get(SDRATTR_TEXT_USEFIXEDCELLHEIGHT)).GetValue(), in createNewSdrTextAttribute()
828 pOriginalObj->SetMergedItem( SdrTextFixedCellHeightItem( sal_True ) ); in ProcessObj()1217 pTObj->SetMergedItem( SdrTextFixedCellHeightItem( sal_True ) ); in ProcessObj()6513 rSet.Put( SdrTextFixedCellHeightItem( sal_True ), SDRATTR_TEXT_USEFIXEDCELLHEIGHT ); in ApplyTo()
Completed in 77 milliseconds