Searched refs:aHyperString (Results 1 – 1 of 1) sorted by relevance
4083 String aHyperString = UniString::CreateFromInt32( 256 + nIndex ); in ImplWriteClickAction() local4084 aHyperString.Append( String( RTL_CONSTASCII_USTRINGPARAM( "," ) ) ); in ImplWriteClickAction()4085 aHyperString.Append( String::CreateFromInt32( nIndex + 1 ) ); in ImplWriteClickAction()4086 aHyperString.Append( String( RTL_CONSTASCII_USTRINGPARAM( ",Slide " ) ) ); in ImplWriteClickAction()4087 aHyperString.Append( String::CreateFromInt32( nIndex + 1 ) ); in ImplWriteClickAction()4088 …LinkID = ImplInsertBookmarkURL( aHyperString, 1 | ( nIndex << 8 ) | ( 1 << 31 ), aBookmark, aEmpty… in ImplWriteClickAction()
Completed in 41 milliseconds