Home
last modified time | relevance | path

Searched refs:nScriptTypes (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/shells/
H A Ddrwtxtex.cxx194 sal_uInt16 nScriptTypes = SCRIPTTYPE_LATIN | SCRIPTTYPE_ASIAN | SCRIPTTYPE_COMPLEX; in Execute() local
196 nScriptTypes = pOLV->GetSelectedScriptType(); in Execute()
198 aSetItem.PutItemForScriptType( nScriptTypes, pNewAttrs->Get( nWhich ) ); in Execute()
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentLanguages.idl51 …sequence< com::sun::star::lang::Locale > getDocumentLanguages( [in] short nScriptTypes, [in] short…
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3299 ::sal_Int16 nScriptTypes, in getDocumentLanguages() argument
3312 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()
/trunk/main/sw/inc/
H A Dunotxdoc.hxx417 …uence< css::lang::Locale > SAL_CALL getDocumentLanguages( ::sal_Int16 nScriptTypes, ::sal_Int16 nC…

Completed in 35 milliseconds