Home
last modified time | relevance | path

Searched refs:getScriptType (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/sw/source/core/bastyp/
H A Dbreakit.cxx124 nScript = xBreak->getScriptType( rTxt, nPos ); in GetRealScriptOfText()
134 nScript = xBreak->getScriptType( rTxt, nPos+1 ); in GetRealScriptOfText()
140 nScript = xBreak->getScriptType( rTxt, nChgPos-1 ); in GetRealScriptOfText()
145 nScript = xBreak->getScriptType( rTxt, nChgPos ); in GetRealScriptOfText()
166 switch( nScript = xBreak->getScriptType( rTxt, n ) ) in GetAllScriptsOfText()
/trunk/main/sw/source/core/txtnode/
H A Dtxatritr.cxx57 nCurScript = pBreakIt->GetBreakIter()->getScriptType( rText, nPos ); in SwScriptIterator()
67 nCurScript = pBreakIt->GetBreakIter()->getScriptType( rText,nPos); in SwScriptIterator()
85 nCurScript = pBreakIt->GetBreakIter()->getScriptType( rText, nChgPos ); in Next()
93 nCurScript = pBreakIt->GetBreakIter()->getScriptType( rText, nChgPos ); in Next()
H A Dtxtedt.cxx758 … const sal_uInt16 nNextScriptType = pBreakIt->GetBreakIter()->getScriptType( rText, nBegin ); in NextWord()
813 const sal_uInt16 nCurrScript = pBreakIt->GetBreakIter()->getScriptType( rText, nBegin ); in NextWord()
836 … const sal_uInt16 nCurrScript = pBreakIt->GetBreakIter()->getScriptType( rText, aBound.startPos ); in NextWord()
1986 …const sal_Int16 nCurrScript = pBreakIt->GetBreakIter()->getScriptType( aExpandText, nScriptBegin ); in CountWords()
/trunk/main/i18npool/source/breakiterator/
H A Dbreakiterator_cjk.cxx57 getScriptType(text, result.startPos) == ScriptType::ASIAN) in previousWord()
74 getScriptType(text, result.startPos) == ScriptType::ASIAN) in nextWord()
92 getScriptType(text, result.startPos) == ScriptType::ASIAN) in getWordBoundary()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XBreakIterator.java533 res &= oObj.getScriptType("abcd", 0) == ScriptType.LATIN ; in _getScriptType()
534 res &= oObj.getScriptType(katakana, 0) == ScriptType.ASIAN; in _getScriptType()
535 res &= oObj.getScriptType(arabic, 0) == ScriptType.COMPLEX ; in _getScriptType()
536 res &= oObj.getScriptType(arrows, 0) == ScriptType.WEAK ; in _getScriptType()
/trunk/main/sw/source/core/edit/
H A Dedattr.cxx483 nScript = pBreakIt->GetBreakIter()->getScriptType( sExp, n ); in lcl_IsNoEndTxtAttrAtPos()
489 getScriptType( sExp, nEnd-1 )); in lcl_IsNoEndTxtAttrAtPos()
532 pBreakIt->GetBreakIter()->getScriptType( pTNd->GetTxt(), nPos ); in GetScriptType()
570 pBreakIt->GetBreakIter()->getScriptType( in GetScriptType()
/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx227 sal_uInt16 nScript = xBreak->getScriptType( aText, 0 ); in _CheckScript()
233 nScript = xBreak->getScriptType( aText, nChg ); in _CheckScript()
243 xBreak->getScriptType(aText, nChg - 1))) in _CheckScript()
264 nScript = xBreak->getScriptType( aText, nChg ); in _CheckScript()
/trunk/main/sc/source/core/data/
H A Ddocumen6.cxx81 sal_Int16 nType = xBreakIter->getScriptType( aText, nPos ); in HasStringWeakCharacters()
109 sal_Int16 nType = xBreakIter->getScriptType( aText, nPos ); in GetStringScriptType()
/trunk/main/sw/source/core/crsr/
H A Dcallnk.cxx171 pBreakIt->GetBreakIter()->getScriptType( rTxt, nCmp ) in ~SwCallLink()
172 != pBreakIt->GetBreakIter()->getScriptType( rTxt, nCmp - 1 )) in ~SwCallLink()
/trunk/main/sw/source/core/text/
H A Dporlay.cxx897 nScript != pBreakIt->GetBreakIter()->getScriptType( rTxt, nChg ) ) in InitScriptInfo()
903 nScript = (sal_uInt8)pBreakIt->GetBreakIter()->getScriptType( rTxt, nChg ); in InitScriptInfo()
949 if( WEAK == pBreakIt->GetBreakIter()->getScriptType( rTxt, nChg ) ) in InitScriptInfo()
971 (sal_uInt8)pBreakIt->GetBreakIter()->getScriptType( rTxt, nEnd ) : in InitScriptInfo()
1022 pBreakIt->GetBreakIter()->getScriptType(rTxt,nChg - 1))) in InitScriptInfo()
1284 nScript = (sal_uInt8)pBreakIt->GetBreakIter()->getScriptType( rTxt, nChg ); in InitScriptInfo()
H A Dportxt.cxx97 nScript = (sal_uInt8)pBreakIt->GetBreakIter()->getScriptType( *pStr, nPos ); in lcl_AddSpace()
210 nNextScript = (sal_uInt8)pBreakIt->GetBreakIter()->getScriptType( aStr, 0 ); in lcl_AddSpace()
213 nNextScript = (sal_uInt8)pBreakIt->GetBreakIter()->getScriptType( rInf.GetTxt(), nPos ); in lcl_AddSpace()
H A Dporfld.cxx211 nScript = pBreakIt->GetBreakIter()->getScriptType( aTxt, 0 ); in CheckScript()
217 nScript = pBreakIt->GetBreakIter()->getScriptType( aTxt, nChg ); in CheckScript()
1124 sal_uInt16 nScript = pBreakIt->GetBreakIter()->getScriptType( rTxt, i ); in SwCombinedPortion()
/trunk/main/i18npool/source/isolang/
H A Dmslangid.cxx146 if (nType != ::com::sun::star::i18n::ScriptType::WEAK && getScriptType(nLang) != nType) in resolveSystemLanguageByScriptType()
314 sal_Int16 MsLangId::getScriptType( LanguageType nLang ) in getScriptType() function in MsLangId
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx421 sal_uInt16 nScript = xBreak->getScriptType( maText, 0 ); in CheckScript()
427 nScript = xBreak->getScriptType( maText, nChg ); in CheckScript()
440 nScript = xBreak->getScriptType( maText, nChg ); in CheckScript()
/trunk/main/sw/source/filter/html/
H A Dhtmlfldw.cxx308 sal_uInt16 nScriptType = pBreakIt->GetBreakIter()->getScriptType( sExpand, 0 ); in OutHTML_SwField()
357 sal_uInt16 nScriptType = pBreakIt->GetBreakIter()->getScriptType( sExpand, nPos ); in OutHTML_SwField()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx403 sal_Int16 nScript = xBreakIt->getScriptType( aOUText, nPortionPos ); in lclCreateFormattedString()
522 sal_Int16 nScript = xBreakIt->getScriptType( aXclPortionText, 0 ); in lclCreateFormattedString()
690 nScript = xBreakIt->getScriptType( aOUString, nStrPos ); in GetLeadingScriptType()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/i18n/
H A Dcom.sun.star.i18n.BreakIterator.csv19 "BreakIterator";"com::sun::star::i18n::XBreakIterator";"getScriptType()"
/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx554 nScript = pBreakIt->GetBreakIter()->getScriptType(rTxt, 0); in GetPseudoCharRuns()
653 nScript = pBreakIt->GetBreakIter()->getScriptType(rTxt, nPos); in GetPseudoCharRuns()
/trunk/main/i18npool/inc/i18npool/
H A Dmslangid.hxx232 static sal_Int16 getScriptType( LanguageType nLang );
/trunk/main/svl/source/config/
H A Dlanguageoptions.cxx209 sal_Int16 nScriptType = MsLangId::getScriptType( nLang ); in GetScriptTypeOfLanguage()
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx170 checkCTLStart = (xBreak.is() && (xBreak->getScriptType(sSrchStr, 0) == in setOptions()
172 checkCTLEnd = (xBreak.is() && (xBreak->getScriptType(sSrchStr, in setOptions()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx242 nScriptType = xBI->getScriptType( rText, 0 ); in GetTextAreaOutline()
248 nScriptType = xBI->getScriptType( rText, nChg ); in GetTextAreaOutline()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1697 _xBI.is() && i18n::ScriptType::COMPLEX == _xBI->getScriptType( rtl::OUString( nChar ), 0 ); in IsInputSequenceCheckingRequired()
1742 short nFldScriptType = _xBI->getScriptType( aFldText, 0 ); in InitScriptTypes()
1746 short nTmpType = _xBI->getScriptType( aFldText, nCharInField ); in InitScriptTypes()
1772 short nScriptType = _xBI->getScriptType( aOUText, nPos ); in InitScriptTypes()
1779 nScriptType = _xBI->getScriptType( aOUText, nPos ); in InitScriptTypes()
1789 if ( _xBI->getScriptType( aOUText, nPos - 1 ) == i18n::ScriptType::WEAK ) in InitScriptTypes()
/trunk/main/svx/source/form/
H A Dfmcontrollayout.cxx143 …const sal_Int16 eSysLocaleScriptType = MsLangId::getScriptType( MsLangId::convertLocaleToLanguage(… in lcl_initializeControlFont()
/trunk/main/i18npool/inc/
H A DbreakiteratorImpl.hxx89 virtual sal_Int16 SAL_CALL getScriptType( const rtl::OUString& Text, sal_Int32 nPos )

Completed in 124 milliseconds

12