Searched refs:bAutoGrow (Results 1 – 2 of 2) sorted by relevance
1386 …sal_Bool bAutoGrow=((SdrTextAutoGrowWidthItem&)(aMarkAttr.Get(SDRATTR_TEXT_AUTOGROWWIDTH))).GetVal… in GetGeoAttrFromMarked() local1390 aRetSet.Put(SfxBoolItem(SID_ATTR_TRANSFORM_AUTOWIDTH,bAutoGrow)); in GetGeoAttrFromMarked()1394 bAutoGrow=((SdrTextAutoGrowHeightItem&)(aMarkAttr.Get(SDRATTR_TEXT_AUTOGROWHEIGHT))).GetValue(); in GetGeoAttrFromMarked()1398 aRetSet.Put(SfxBoolItem(SID_ATTR_TRANSFORM_AUTOHEIGHT,bAutoGrow)); in GetGeoAttrFromMarked()1598 sal_Bool bAutoGrow=((const SfxBoolItem*)pPoolItem)->GetValue(); in SetGeoAttrToMarked() local1599 aSetAttr.Put(SdrTextAutoGrowWidthItem(bAutoGrow)); in SetGeoAttrToMarked()1604 sal_Bool bAutoGrow=((const SfxBoolItem*)pPoolItem)->GetValue(); in SetGeoAttrToMarked() local1605 aSetAttr.Put(SdrTextAutoGrowHeightItem(bAutoGrow)); in SetGeoAttrToMarked()
808 FASTBOOL bAutoGrow=((const SdrTextAutoGrowHeightItem*)pItem)->GetValue(); in IsItemIneffective() local809 if (!bAutoGrow) return sal_True; in IsItemIneffective()816 FASTBOOL bAutoGrow=((const SdrTextAutoGrowWidthItem*)pItem)->GetValue(); in IsItemIneffective() local817 if (!bAutoGrow) return sal_True; in IsItemIneffective()
Completed in 18 milliseconds