Lines Matching refs:aDescription

134     OUString aDescription;  in getShapeDescription()  local
141 xSet->getPropertyValue( aPropName ) >>= aDescription; in getShapeDescription()
144 aDescription += OUString( RTL_CONSTASCII_USTRINGPARAM(" ")); in getShapeDescription()
145 aDescription += OUString::valueOf( getShapeIndex( xShape ) ); in getShapeDescription()
155 aDescription += OUString(RTL_CONSTASCII_USTRINGPARAM(": ")); in getShapeDescription()
160 aDescription += aText; in getShapeDescription()
164 return aDescription; in getShapeDescription()
169 OUString aDescription; in getDescription() local
194 aDescription = xParagraph->getString(); in getDescription()
202 aDescription = getShapeDescription( xShape, bWithText ); in getDescription()
205 return aDescription; in getDescription()
213 …ustomAnimationListEntryItem( SvLBoxEntry*,sal_uInt16 nFlags, OUString aDescription, CustomAnimatio…
228 …mationListEntryItem( SvLBoxEntry* pEntry, sal_uInt16 nFlags, OUString aDescription, CustomAnimatio… in CustomAnimationListEntryItem() argument
229 : SvLBoxString( pEntry, nFlags, aDescription ) in CustomAnimationListEntryItem()
231 , maDescription( aDescription ) in CustomAnimationListEntryItem()
364 …omAnimationTriggerEntryItem( SvLBoxEntry*,sal_uInt16 nFlags, OUString aDescription, CustomAnimatio…
379 …ionTriggerEntryItem( SvLBoxEntry* pEntry, sal_uInt16 nFlags, OUString aDescription, CustomAnimatio… in CustomAnimationTriggerEntryItem() argument
380 : SvLBoxString( pEntry, nFlags, aDescription ), mpParent( pParent ), maDescription( aDescription ) in CustomAnimationTriggerEntryItem()
653 OUString aDescription = String( SdResId( STR_CUSTOMANIMATION_TRIGGER ) ); in update() local
654 aDescription += OUString( RTL_CONSTASCII_USTRINGPARAM(": ") ); in update()
655 aDescription += getShapeDescription( xShape, false ); in update()
656 … pLBoxEntry->AddItem( new CustomAnimationTriggerEntryItem( pLBoxEntry, 0, aDescription, this ) ); in update()
723 OUString aDescription; in append() local
728aDescription = getDescription( aTarget, pEffect->getTargetSubItem() != ShapeAnimationSubType::ONLY… in append()
744 … pEntry->AddItem( new CustomAnimationListEntryItem( pEntry, 0, aDescription, pEffect, this ) ); in append()