Lines Matching refs:aDesc
618 String aDesc; in GetDescription() local
641 if ( aDesc.Len() && aItemPresentation.Len() ) in GetDescription()
642 aDesc += sPlus; in GetDescription()
643 aDesc += aItemPresentation; in GetDescription()
649 return aDesc; in GetDescription()
658 String aDesc; in GetDescription() local
774 if ( aDesc.Len() && aItemPresentation.Len() ) in GetDescription()
775 aDesc += sPlus; in GetDescription()
776 aDesc += aItemPresentation; in GetDescription()
786 if(aDesc.Len()) in GetDescription()
787 aDesc += sPlus; in GetDescription()
788 aDesc += sBreak; in GetDescription()
792 if(aDesc.Len()) in GetDescription()
793 aDesc += sPlus; in GetDescription()
794 aDesc += SW_RESSTR(STR_PAGEBREAK); in GetDescription()
795 aDesc += sPlus; in GetDescription()
796 aDesc += sModel; in GetDescription()
799 aDesc += sPlus; in GetDescription()
800 aDesc += SW_RESSTR(STR_PAGEOFFSET); in GetDescription()
801 aDesc += sPageNum; in GetDescription()
804 return aDesc; in GetDescription()
1046 SwPageDesc aDesc( *pDesc ); in SetFollow() local
1047 aDesc.SetFollow( pFollowDesc ); in SetFollow()
1048 rDoc.ChgPageDesc( nId, aDesc ); in SetFollow()