Lines Matching refs:aDesc
610 String aDesc; in GetDescription() local
633 if ( aDesc.Len() && aItemPresentation.Len() ) in GetDescription()
634 aDesc += sPlus; in GetDescription()
635 aDesc += aItemPresentation; in GetDescription()
641 return aDesc; in GetDescription()
650 String aDesc; in GetDescription() local
723 if ( aDesc.Len() && aItemPresentation.Len() ) in GetDescription()
724 aDesc += sPlus; in GetDescription()
725 aDesc += aItemPresentation; in GetDescription()
735 if(aDesc.Len()) in GetDescription()
736 aDesc += sPlus; in GetDescription()
737 aDesc += sBreak; in GetDescription()
741 if(aDesc.Len()) in GetDescription()
742 aDesc += sPlus; in GetDescription()
743 aDesc += SW_RESSTR(STR_PAGEBREAK); in GetDescription()
744 aDesc += sPlus; in GetDescription()
745 aDesc += sModel; in GetDescription()
748 aDesc += sPlus; in GetDescription()
749 aDesc += SW_RESSTR(STR_PAGEOFFSET); in GetDescription()
750 aDesc += sPageNum; in GetDescription()
753 return aDesc; in GetDescription()
995 SwPageDesc aDesc( *pDesc ); in SetFollow() local
996 aDesc.SetFollow( pFollowDesc ); in SetFollow()
997 rDoc.ChgPageDesc( nId, aDesc ); in SetFollow()