Lines Matching refs:aRepresentation
230 String aRepresentation; in IMPL_LINK() local
231 aRepresentation += sal_Unicode( ' ' ); in IMPL_LINK()
258 aRepresentation = pDoc->CreatePageNumValue((sal_uInt16)nPgNum); in IMPL_LINK()
263 aRepresentation = aNumberText; in IMPL_LINK()
266 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()
270 String aRepresentation; in IMPL_LINK() local
271 aRepresentation += sal_Unicode( ' ' ); in IMPL_LINK()
302 aRepresentation = pDoc->CreatePageNumValue(nPageCount); in IMPL_LINK()
307 aRepresentation = aNumberText; in IMPL_LINK()
310 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()
339 String aRepresentation; in IMPL_LINK() local
356 aRepresentation = aHeaderStr; in IMPL_LINK()
361 aRepresentation = aFooterStr; in IMPL_LINK()
366 aRepresentation = aDateTimeStr; in IMPL_LINK()
375 aRepresentation = rSettings.maHeaderText; in IMPL_LINK()
379 aRepresentation = rSettings.maFooterText; in IMPL_LINK()
385 aRepresentation = rSettings.maDateTimeText; in IMPL_LINK()
392 …aRepresentation = SvxDateTimeField::GetFormatted( aDate, aTime, (SvxDateFormat)rSettings.meDateTim… in IMPL_LINK()
402 if( aRepresentation.Len() == 0 ) // TODO: Edit engine doesn't handle empty fields? in IMPL_LINK()
403 aRepresentation += sal_Unicode( ' ' ); in IMPL_LINK()
404 pInfo->SetRepresentation( aRepresentation ); in IMPL_LINK()