Home
last modified time | relevance | path

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

/trunk/main/editeng/source/items/
H A Dsvxfont.cxx272 sal_Int32 nCharacterType = aCharClass.getCharacterType( aCharString, 0 ); in DoOnCapitals() local
273 if ( nCharacterType & ::com::sun::star::i18n::KCharacterType::LOWER ) in DoOnCapitals()
275 if ( ! ( nCharacterType & ::com::sun::star::i18n::KCharacterType::UPPER ) ) in DoOnCapitals()
301 sal_uInt32 nCharacterType = aCharClass.getCharacterType( aCharString, 0 ); in DoOnCapitals() local
302 if ( ( nCharacterType & ::com::sun::star::i18n::KCharacterType::UPPER ) ) in DoOnCapitals()

Completed in 15 milliseconds