Home
last modified time | relevance | path

Searched refs:SdrTextFixedCellHeightItem (Results 1 – 9 of 9) sorted by path

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx828 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()
/trunk/main/svx/inc/svx/
H A Dsdtfchim.hxx28 class SVX_DLLPUBLIC SdrTextFixedCellHeightItem : public SfxBoolItem class
33 SdrTextFixedCellHeightItem( sal_Bool bUseFixedCellHeight = sal_False );
34 SVX_DLLPRIVATE SdrTextFixedCellHeightItem( SvStream & rStream, sal_uInt16 nVersion );
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx573 … ((const SdrTextFixedCellHeightItem&)rSet.Get(SDRATTR_TEXT_USEFIXEDCELLHEIGHT)).GetValue(), in createNewSdrTextAttribute()
/trunk/main/svx/source/svdraw/
H A Dsvdattr.cxx147 …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 SdrTextFixedCellHeightItem
1446 SdrTextFixedCellHeightItem::SdrTextFixedCellHeightItem( SvStream & rStream, sal_uInt16 nVersion ) in SdrTextFixedCellHeightItem() function in SdrTextFixedCellHeightItem
1472 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 …]
H A Dsvdedxv.cxx469 …pTextEditOutliner->SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)pText->GetMergedItem(SDR… in ImpMakeOutlinerView()
H A Dsvdoashp.cxx2676 …rOutliner.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIX… in AdjustTextFrameWidthAndHeight()
H A Dsvdotext.cxx927 …rOutliner.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIX… in TakeTextRect()
1423 …rOutliner.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIX… in ImpSetupDrawOutlinerForPaint()
H A Dsvdotxat.cxx149 …rOutliner.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIX… in AdjustTextFrameWidthAndHeight()
H A Dsvdotxed.cxx88 …rOutl.SetFixedCellHeight(((const SdrTextFixedCellHeightItem&)GetMergedItem(SDRATTR_TEXT_USEFIXEDCE… in BegTextEdit()

Completed in 132 milliseconds