Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx246 sal_UCS4 ImplFontCharMap::GetLastChar() const in GetLastChar() function in ImplFontCharMap
257 if( cChar >= GetLastChar() ) in GetNextChar()
258 return GetLastChar(); in GetNextChar()
272 if( cChar > GetLastChar() ) in GetPrevChar()
273 return GetLastChar(); in GetPrevChar()
679 sal_UCS4 FontCharMap::GetLastChar() const in GetLastChar() function in FontCharMap
681 return mpImpl->GetLastChar(); in GetLastChar()
/trunk/main/vcl/inc/vcl/
H A Dmetric.hxx106 sal_UCS4 GetLastChar( void ) const;
/trunk/main/vcl/inc/
H A Dimpfont.hxx188 sal_uInt32 GetLastChar() const;

Completed in 24 milliseconds