Home
last modified time | relevance | path

Searched refs:aPageUrl (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx3238 String aPageUrl; in ImplWriteTextStyleAtom() local
3252 aPageUrl = UniString::CreateFromInt32( 256 + nPageIndex ); in ImplWriteTextStyleAtom()
3253 aPageUrl.Append( String( RTL_CONSTASCII_USTRINGPARAM( "," ) ) ); in ImplWriteTextStyleAtom()
3254 aPageUrl.Append( String::CreateFromInt32( nPageIndex + 1 ) ); in ImplWriteTextStyleAtom()
3255 aPageUrl.Append( String( RTL_CONSTASCII_USTRINGPARAM( ",Slide " ) ) ); in ImplWriteTextStyleAtom()
3256 aPageUrl.Append( String::CreateFromInt32( nPageIndex + 1 ) ); in ImplWriteTextStyleAtom()
3261 if ( aPageUrl.Len() ) in ImplWriteTextStyleAtom()
3262 …= ImplInsertBookmarkURL( aPageUrl, 1 | ( nPageIndex << 8 ) | ( 1 << 31 ), pFieldEntry->aRepresenta… in ImplWriteTextStyleAtom()

Completed in 41 milliseconds