Home
last modified time | relevance | path

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

/trunk/main/offapi/com/sun/star/i18n/
H A DWordType.idl37 <member>XBreakIterator::getWordType()</member>,
H A DXBreakIterator.idl178 short getWordType( [in] string aText, [in] long nPos,
/trunk/main/i18npool/inc/
H A DbreakiteratorImpl.hxx75 virtual sal_Int16 SAL_CALL getWordType( const rtl::OUString& Text, sal_Int32 nPos,
/trunk/test/testuno/source/api/i18n/
H A DXBreakIteratorTest.java329 short type = oObj.getWordType(UnicodeString, iPos, locale); in _getWordType()
/trunk/main/i18npool/source/breakiterator/
H A DbreakiteratorImpl.cxx432 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 Dimpedit2.cxx1646 sal_Int16 nType = _xBI->getWordType( *aPaM.GetNode(), aPaM.GetIndex(), aLocale ); in SelectWord()