/aoo4110/main/svx/inc/svx/ |
H A D | sdtagitm.hxx | 32 class SdrTextAutoGrowHeightItem: public SdrOnOffItem { class 34 …SdrTextAutoGrowHeightItem(sal_Bool bAuto=sal_True): SdrOnOffItem(SDRATTR_TEXT_AUTOGROWHEIGHT,bAuto… in SdrTextAutoGrowHeightItem() function in SdrTextAutoGrowHeightItem 35 SdrTextAutoGrowHeightItem(SvStream& rIn) : SdrOnOffItem(SDRATTR_TEXT_AUTOGROWHEIGHT,rIn) {} in SdrTextAutoGrowHeightItem() function in SdrTextAutoGrowHeightItem
|
/aoo4110/main/sd/source/ui/func/ |
H A D | futext.cxx | 557 aSet.Put(SdrTextAutoGrowHeightItem(sal_True)); in ImpSetAttributesForNewTextObject() 568 aSet.Put(SdrTextAutoGrowHeightItem(sal_False)); in ImpSetAttributesForNewTextObject() 587 aSet.Put(SdrTextAutoGrowHeightItem(sal_False)); in ImpSetAttributesForNewTextObject() 613 aSet.Put(SdrTextAutoGrowHeightItem(sal_False)); in ImpSetAttributesFitToSize() 626 aSet.Put(SdrTextAutoGrowHeightItem(sal_False)); in ImpSetAttributesFitToSizeVertical() 644 aSet.Put(SdrTextAutoGrowHeightItem(sal_True)); in ImpSetAttributesFitCommon() 654 aSet.Put(SdrTextAutoGrowHeightItem(sal_False)); in ImpSetAttributesFitCommon() 864 aSet.Put(SdrTextAutoGrowHeightItem(sal_True)); in MouseButtonUp()
|
H A D | fuconcs.cxx | 308 pObj->SetMergedItem( SdrTextAutoGrowHeightItem( sal_False ) ); in SetAttributes()
|
H A D | fuconrec.cxx | 543 rAttr.Put( SdrTextAutoGrowHeightItem( sal_True ) ); in SetAttributes()
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | futext.cxx | 446 aItemSet.Put( SdrTextAutoGrowHeightItem( sal_False ) ); in MouseButtonUp() 473 aSet.Put(SdrTextAutoGrowHeightItem(sal_False)); in MouseButtonUp() 856 aSet.Put(SdrTextAutoGrowHeightItem(sal_False)); in CreateDefaultObject() 868 aSet.Put( SdrTextAutoGrowHeightItem( sal_False ) ); in CreateDefaultObject()
|
H A D | futext3.cxx | 219 pCaption->SetMergedItem( SdrTextAutoGrowHeightItem( false ) ); in StopDragMode()
|
H A D | fuconcustomshape.cxx | 273 pObj->SetMergedItem( SdrTextAutoGrowHeightItem( sal_False ) ); in SetAttributes()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | textattr.cxx | 225 …aTsbAutoGrowHeight.SetState( ( ( const SdrTextAutoGrowHeightItem& )rAttrs.Get( SDRATTR_TEXT_AUTOGR… in Reset() 247 …aTsbAutoGrowSize.SetState( ( ( const SdrTextAutoGrowHeightItem& )rAttrs.Get( SDRATTR_TEXT_AUTOGROW… in Reset() 415 rAttrs.Put( SdrTextAutoGrowHeightItem( (sal_Bool) STATE_CHECK == eState ) ); in FillItemSet() 427 rAttrs.Put( SdrTextAutoGrowHeightItem( (sal_Bool) STATE_CHECK == eState ) ); in FillItemSet()
|
/aoo4110/main/sw/source/ui/ribbar/ |
H A D | conrect.cxx | 117 aItemSet.Put( SdrTextAutoGrowHeightItem( sal_False ) ); in MouseButtonUp() 136 aSet.Put(SdrTextAutoGrowHeightItem(sal_False)); in MouseButtonUp()
|
H A D | concustomshape.cxx | 221 pObj->SetMergedItem( SdrTextAutoGrowHeightItem( sal_False ) ); in SetAttributes()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdotext.cxx | 390 sal_Bool bRet = ((SdrTextAutoGrowHeightItem&)(rSet.Get(SDRATTR_TEXT_AUTOGROWHEIGHT))).GetValue(); in IsAutoGrowHeight() 415 sal_Bool bRet = ((SdrTextAutoGrowHeightItem&)(rSet.Get(SDRATTR_TEXT_AUTOGROWWIDTH))).GetValue(); in IsAutoGrowWidth() 641 SetObjectItem(SdrTextAutoGrowHeightItem(bAuto)); in NbcSetAutoGrowHeight() 688 aSet.Put(SdrTextAutoGrowHeightItem(false)); in AdaptTextMinSize() 1642 …sal_Bool bAutoGrowHeight = ((SdrTextAutoGrowHeightItem&)rSet.Get(SDRATTR_TEXT_AUTOGROWHEIGHT)).Get… in SetVerticalWriting() 1661 aNewSet.Put(SdrTextAutoGrowHeightItem(bAutoGrowWidth)); in SetVerticalWriting()
|
H A D | svdedtv1.cxx | 1394 bAutoGrow=((SdrTextAutoGrowHeightItem&)(aMarkAttr.Get(SDRATTR_TEXT_AUTOGROWHEIGHT))).GetValue(); in GetGeoAttrFromMarked() 1605 aSetAttr.Put(SdrTextAutoGrowHeightItem(bAutoGrow)); in SetGeoAttrToMarked()
|
H A D | svdoashp.cxx | 1729 …const bool bResizeShapeToFitText(0 != static_cast< const SdrTextAutoGrowHeightItem& >(GetObjectIte… in AdaptTextMinSize() 2535 …FASTBOOL bIsAutoGrowHeight = ((SdrTextAutoGrowHeightItem&)(rSet.Get(SDRATTR_TEXT_AUTOGROWHEIGHT)))… in IsAutoGrowHeight() 2543 …FASTBOOL bIsAutoGrowWidth = ((SdrTextAutoGrowHeightItem&)(rSet.Get(SDRATTR_TEXT_AUTOGROWHEIGHT))).… in IsAutoGrowWidth()
|
H A D | svdibrow.cxx | 808 FASTBOOL bAutoGrow=((const SdrTextAutoGrowHeightItem*)pItem)->GetValue(); in IsItemIneffective()
|
H A D | svdfmtf.cxx | 1040 pText->SetMergedItem( SdrTextAutoGrowHeightItem( false ) ); in ImportText()
|
/aoo4110/main/chart2/source/controller/main/ |
H A D | DrawCommandDispatch.cxx | 197 pObj->SetMergedItem( SdrTextAutoGrowHeightItem( sal_False ) ); in setAttributes() 532 aSet.Put( SdrTextAutoGrowHeightItem( sal_False ) ); in createDefaultObject()
|
/aoo4110/main/svx/source/sdr/properties/ |
H A D | customshapeproperties.cxx | 49 …rObj.bTextFrame = 0 != static_cast< const SdrTextAutoGrowHeightItem& >(GetObjectItemSet().Get(SDRA… in UpdateTextFrameStatus()
|
/aoo4110/main/sc/source/core/data/ |
H A D | postit.cxx | 147 aItemSet.Put( SdrTextAutoGrowHeightItem( sal_True ) ); in SetDefaultItems() 842 pCaption->SetMergedItem( SdrTextAutoGrowHeightItem( sal_True ) ); in CreateTempCaption()
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 436 aTempAttr.Put(SdrTextAutoGrowHeightItem(sal_False)); in CreatePresObj() 2307 aTempAttr.Put( SdrTextAutoGrowHeightItem(sal_False) ); in InsertAutoLayoutShape() 2313 aAttr.Put( SdrTextAutoGrowHeightItem(sal_True) ); in InsertAutoLayoutShape() 2352 aNewSet.Put( SdrTextAutoGrowHeightItem(sal_False) ); in InsertAutoLayoutShape()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 1233 rSet.Put( SdrTextAutoGrowHeightItem(false)); in ReadTxtBox() 1792 SdrTextAutoGrowHeightItem)); in MatchSdrItemsIntoFlySet() 2921 aSet.Put(SdrTextAutoGrowHeightItem(false)); in MungeTextIntoDrawBox()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmldraw.cxx | 410 aItemSet.Put( SdrTextAutoGrowHeightItem( sal_True ) ); in NewMarquee()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 696 _pObj->SetMergedItem( SdrTextAutoGrowHeightItem( sal_False ) ); in createDefault()
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 3010 aSet.Put(SdrTextAutoGrowHeightItem(sal_False)); in CreateDefaultShape() 3020 aSet.Put( SdrTextAutoGrowHeightItem( sal_False ) ); in CreateDefaultShape()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 1571 rSet.Put( SdrTextAutoGrowHeightItem( ( GetPropertyValue( DFF_Prop_FitTextToShape ) & 2 ) != 0 ) ); in ApplyCustomShapeTextAttributes() 3805 rSet.Put( SdrTextAutoGrowHeightItem( sal_False ) ); in ImportFontWork() 4534 aSet.Put( SdrTextAutoGrowHeightItem( sal_False ) ); in ImportShape() 5300 aSet.Put( SdrTextAutoGrowHeightItem( sal_True ) ); in ProcessObj() 5309 aSet.Put( SdrTextAutoGrowHeightItem( sal_False ) ); in ProcessObj()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 240 aCaptionSet.Put( SdrTextAutoGrowHeightItem( sal_True ) ); in ScCommentData()
|