Lines Matching refs:aRepresentation
232 String aRepresentation; in IMPL_LINK() local
233 aRepresentation += sal_Unicode( ' ' ); in IMPL_LINK()
260 aRepresentation = pDoc->CreatePageNumValue((sal_uInt16)nPgNum); in IMPL_LINK()
265 aRepresentation = aNumberText; in IMPL_LINK()
268 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()
272 String aRepresentation; in IMPL_LINK() local
273 aRepresentation += sal_Unicode( ' ' ); in IMPL_LINK()
304 aRepresentation = pDoc->CreatePageNumValue(nPageCount); in IMPL_LINK()
309 aRepresentation = aNumberText; in IMPL_LINK()
312 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()
341 String aRepresentation; in IMPL_LINK() local
358 aRepresentation = aHeaderStr; in IMPL_LINK()
363 aRepresentation = aFooterStr; in IMPL_LINK()
368 aRepresentation = aDateTimeStr; in IMPL_LINK()
377 aRepresentation = rSettings.maHeaderText; in IMPL_LINK()
381 aRepresentation = rSettings.maFooterText; in IMPL_LINK()
387 aRepresentation = rSettings.maDateTimeText; in IMPL_LINK()
394 …aRepresentation = SvxDateTimeField::GetFormatted( aDate, aTime, (SvxDateFormat)rSettings.meDateTim… in IMPL_LINK()
404 if( aRepresentation.Len() == 0 ) // TODO: Edit engine doesn't handle empty fields? in IMPL_LINK()
405 aRepresentation += sal_Unicode( ' ' ); in IMPL_LINK()
406 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()