Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/window/
H A Dmenu.cxx2618 static String getShortenedString( const String& i_rLong, Window* i_pWin, long i_nMaxWidth ) in getShortenedString() argument
2621 String aNonMnem( OutputDevice::GetNonMnemonicString( i_rLong, nPos ) ); in getShortenedString()
2626 if( nPos < aNonMnem.Len() && i_rLong.GetChar(nPos+1) == aNonMnem.GetChar(nPos) ) in getShortenedString()
2628 rtl::OUStringBuffer aBuf( i_rLong.Len() ); in getShortenedString()

Completed in 46 milliseconds