Searched refs:getWordType (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/offapi/com/sun/star/i18n/ |
| H A D | WordType.idl | 37 <member>XBreakIterator::getWordType()</member>,
|
| H A D | XBreakIterator.idl | 178 short getWordType( [in] string aText, [in] long nPos,
|
| /trunk/main/i18npool/inc/ |
| H A D | breakiteratorImpl.hxx | 75 virtual sal_Int16 SAL_CALL getWordType( const rtl::OUString& Text, sal_Int32 nPos,
|
| /trunk/test/testuno/source/api/i18n/ |
| H A D | XBreakIteratorTest.java | 329 short type = oObj.getWordType(UnicodeString, iPos, locale); in _getWordType()
|
| /trunk/main/i18npool/source/breakiterator/ |
| H A D | breakiteratorImpl.cxx | 432 sal_Int16 SAL_CALL BreakIteratorImpl::getWordType( const OUString& /*Text*/, in getWordType() function in com::sun::star::i18n::BreakIteratorImpl
|
| /trunk/main/editeng/source/editeng/ |
| H A D | impedit2.cxx | 1646 sal_Int16 nType = _xBI->getWordType( *aPaM.GetNode(), aPaM.GetIndex(), aLocale ); in SelectWord()
|