Lines Matching refs:nScriptType

310 …l_FindValidAttribs( ItemList& rLst, ContentNode* pNode, sal_uInt16 nIndex, sal_uInt16 nScriptType )  in lcl_FindValidAttribs()  argument
319 if ( IsScriptItemValid( pAttr->GetItem()->Which(), nScriptType ) ) in lcl_FindValidAttribs()
388 for ( sal_uInt16 nScriptType = 0; nScriptType < 3; nScriptType++ ) in WriteRTF() local
391 if ( nScriptType == 1 ) in WriteRTF()
393 else if ( nScriptType == 2 ) in WriteRTF()
401 sal_uLong nTestMax = nScriptType ? aFontTable.Count() : 1; in WriteRTF()
679 sal_uInt16 nScriptType = GetScriptType( EditPaM( pNode, nIndex+1 ) ); in WriteRTF() local
683 …aAttribItems.Insert( &aAttribs.Get( GetScriptItemId( EE_CHAR_FONTINFO, nScriptType ) ), LIST_APPEN… in WriteRTF()
684 …ttribItems.Insert( &aAttribs.Get( GetScriptItemId( EE_CHAR_FONTHEIGHT, nScriptType ) ), LIST_APPEN… in WriteRTF()
685 …aAttribItems.Insert( &aAttribs.Get( GetScriptItemId( EE_CHAR_WEIGHT, nScriptType ) ), LIST_APPEND … in WriteRTF()
686 …aAttribItems.Insert( &aAttribs.Get( GetScriptItemId( EE_CHAR_ITALIC, nScriptType ) ), LIST_APPEND … in WriteRTF()
687 …aAttribItems.Insert( &aAttribs.Get( GetScriptItemId( EE_CHAR_LANGUAGE, nScriptType ) ), LIST_APPEN… in WriteRTF()
690 lcl_FindValidAttribs( aAttribItems, pNode, nIndex, nScriptType ); in WriteRTF()
1432 …short nScriptType = GetScriptType( rPaM, pEndPos ); // pEndPos will be valid now, pointing to Scri… in GetLanguage() local
1433 sal_uInt16 nLangId = GetScriptItemId( EE_CHAR_LANGUAGE, nScriptType ); in GetLanguage()
2236 … sal_uInt16 nScriptType = GetI18NScriptTypeOfLanguage( aCurrentNewPortion->eLanguage ); in ApplyChangedSentence()
2240 switch(nScriptType) in ApplyChangedSentence()
2285 … sal_uInt16 nScriptType = GetI18NScriptTypeOfLanguage( aCurrentNewPortion->eLanguage ); in ApplyChangedSentence()
2287 switch(nScriptType) in ApplyChangedSentence()