Searched refs:nScriptTypes (Results 1 – 4 of 4) sorted by relevance
194 sal_uInt16 nScriptTypes = SCRIPTTYPE_LATIN | SCRIPTTYPE_ASIAN | SCRIPTTYPE_COMPLEX; in Execute() local196 nScriptTypes = pOLV->GetSelectedScriptType(); in Execute()198 aSetItem.PutItemForScriptType( nScriptTypes, pNewAttrs->Get( nWhich ) ); in Execute()
51 …sequence< com::sun::star::lang::Locale > getDocumentLanguages( [in] short nScriptTypes, [in] short…
3299 ::sal_Int16 nScriptTypes, in getDocumentLanguages() argument3312 const bool bLatin = 0 != (nScriptTypes & nLatin); in getDocumentLanguages()3313 const bool bAsian = 0 != (nScriptTypes & nAsian); in getDocumentLanguages()3314 const bool bComplex = 0 != (nScriptTypes & nComplex); in getDocumentLanguages()3316 if (nScriptTypes < nLatin || nScriptTypes > (nLatin | nAsian | nComplex)) in getDocumentLanguages()
417 …uence< css::lang::Locale > SAL_CALL getDocumentLanguages( ::sal_Int16 nScriptTypes, ::sal_Int16 nC…
Completed in 80 milliseconds