Home
last modified time | relevance | path

Searched refs:nScriptType (Results 26 – 50 of 54) sorted by relevance

123

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx2572 short nScriptType = GetScriptType( EditPaM( pNode, nPos ) ); in SeekCursor() local
2573 if ( ( nScriptType == i18n::ScriptType::ASIAN ) || ( nScriptType == i18n::ScriptType::COMPLEX ) ) in SeekCursor()
2575 …vxFontItem&)pNode->GetContentAttribs().GetItem( GetScriptItemId( EE_CHAR_FONTINFO, nScriptType ) ); in SeekCursor()
2581 …ode->GetContentAttribs().GetItem( GetScriptItemId( EE_CHAR_FONTHEIGHT, nScriptType ) ) ).GetHeight… in SeekCursor()
2583 …&)pNode->GetContentAttribs().GetItem( GetScriptItemId( EE_CHAR_WEIGHT, nScriptType ))).GetWeight()… in SeekCursor()
2584 …&)pNode->GetContentAttribs().GetItem( GetScriptItemId( EE_CHAR_ITALIC, nScriptType ))).GetPosture(… in SeekCursor()
2585 …pNode->GetContentAttribs().GetItem( GetScriptItemId( EE_CHAR_LANGUAGE, nScriptType ))).GetLanguage… in SeekCursor()
2628 if ( IsScriptItemValid( pAttrib->Which(), nScriptType ) ) in SeekCursor()
2653 if ( rFont.GetKerning() && IsKernAsianPunctuation() && ( nScriptType == i18n::ScriptType::ASIAN ) ) in SeekCursor()
4509 short nScriptType = GetScriptType( EditPaM( pNode, nIndex+1 ) ); in ImplInitLayoutMode() local
[all …]
H A Deditview.cxx1215 sal_uInt16 nScriptType = SvtLanguageOptions::GetScriptTypeOfLanguage( nLangToUse ); in ExecuteSpellPopup() local
1218 if (nScriptType == SCRIPTTYPE_LATIN) in ExecuteSpellPopup()
1220 if (nScriptType == SCRIPTTYPE_COMPLEX) in ExecuteSpellPopup()
1222 if (nScriptType == SCRIPTTYPE_ASIAN) in ExecuteSpellPopup()
H A Dedtspell.cxx654 sal_uInt16 nScriptType = pImpEE->GetScriptType( EditPaM( pCurNode, nStt ) ); in HasSymbolChars() local
655 sal_uInt16 nScriptFontInfoItemId = GetScriptItemId( EE_CHAR_FONTINFO, nScriptType ); in HasSymbolChars()
H A Deditobj2.hxx205 sal_uInt16 nScriptType; member in BinTextObject
/trunk/main/sw/source/ui/docvw/
H A DAnnotationWin.cxx273 sal_uInt16 nScriptType = SvtLanguageOptions::GetScriptTypeOfLanguage( mpFld->GetLanguage() ); in GetLanguage() local
275 switch (nScriptType) in GetLanguage()
/trunk/main/svl/source/config/
H A Dcjkoptions.cxx223 sal_uInt16 nScriptType = SvtLanguageOptions::GetScriptTypeOfLanguage(LANGUAGE_SYSTEM); in Load() local
224 if ( !bCJKFont && (( nScriptType & SCRIPTTYPE_ASIAN )|| in Load()
/trunk/main/desktop/source/app/
H A Dlangselect.cxx286 sal_uInt16 nScriptType = SvtLanguageOptions::GetScriptTypeOfLanguage(nLang); in setDefaultLanguage() local
288 switch (nScriptType) in setDefaultLanguage()
/trunk/main/sw/source/ui/shells/
H A Dtxtattr.cxx259 sal_uInt16 nScriptType = rWrtSh.GetScriptType(); in ExecCharAttrArgs() local
261 if( ( nScriptType & *pScrpTyp ) && in ExecCharAttrArgs()
H A Ddrwtxtex.cxx897 sal_uInt16 nScriptType = pOLV->GetSelectedScriptType(); in GetDrawTxtCtrlState() local
914 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScriptType ); in GetDrawTxtCtrlState()
H A Dbasesh.cxx2174 sal_uInt16 nScriptType = SCRIPTTYPE_LATIN; in GetTxtFontCtrlState() local
2191 nScriptType = rSh.GetScriptType(); in GetTxtFontCtrlState()
2203nScriptType = SvtLanguageOptions::GetScriptTypeOfLanguage( nInputLang ); in GetTxtFontCtrlState()
2210 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScriptType ); in GetTxtFontCtrlState()
H A Dannotsh.cxx689 sal_uInt16 nScriptType = pOLV->GetSelectedScriptType(); in GetState() local
695 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScriptType ); in GetState()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx273 sal_uInt8 nScriptType = mpDoc->GetStringScriptType( aStr ); in WriteToDocument() local
278 if ( nScriptType & nScripts[i] ) in WriteToDocument()
/trunk/main/sw/source/ui/inc/
H A Dlanghelper.hxx60 extern LanguageType GetCurrentLanguage( SfxItemSet aSet, sal_uInt16 nScriptType );
/trunk/main/editeng/inc/editeng/
H A Dscripttypeitem.hxx73 void PutItemForScriptType( sal_uInt16 nScriptType, const SfxPoolItem& rItem );
H A Dediteng.hxx471 static Font CreateFontFromItemSet( const SfxItemSet& rItemSet, sal_uInt16 nScriptType );
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx1662 sal_uInt16 nScriptType = ::sd::View::GetScriptType(); in GetScriptType() local
1670 nScriptType = pTempOPObj->GetTextObject().GetScriptType(); in GetScriptType()
1675 return nScriptType; in GetScriptType()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx3719 void SvxScriptSetItem::PutItemForScriptType( sal_uInt16 nScriptType, in PutItemForScriptType() argument
3726 if( SCRIPTTYPE_LATIN & nScriptType ) in PutItemForScriptType()
3731 if( SCRIPTTYPE_ASIAN & nScriptType ) in PutItemForScriptType()
3736 if( SCRIPTTYPE_COMPLEX & nScriptType ) in PutItemForScriptType()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx521 sal_Int16 nScriptType = ScriptType::LATIN; in Impl_writeText() local
526 nScriptType = xBI->getScriptType( oText, 0 ); in Impl_writeText()
534 if( bRTL || (nScriptType != ScriptType::LATIN) ) in Impl_writeText()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx623 …sal_Int16 nScriptType = SvtLanguageOptions::GetScriptTypeOfLanguage( Application::GetSettings().Ge… in WriteRunProperties() local
624 sal_Bool bComplex = ( nScriptType == ScriptType::COMPLEX ); in WriteRunProperties()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1471 sal_uInt16 nScriptType = i18n::ScriptType::LATIN; in GetSnippet() local
1473 nScriptType = pBreakIt->GetBreakIter()->getScriptType(aSnippet, 0); in GetSnippet()
1476 switch (nScriptType) in GetSnippet()
/trunk/main/sd/source/core/
H A Dsdpage.cxx2032 sal_uLong nScriptType = pObj->GetOutlinerParaObject()->GetTextObject().GetScriptType(); in ScaleObjects() local
2034 if ( nScriptType == SCRIPTTYPE_ASIAN ) in ScaleObjects()
2036 else if ( nScriptType == SCRIPTTYPE_COMPLEX ) in ScaleObjects()
/trunk/main/sc/source/core/data/
H A Dcell.cxx84 nScriptType( SC_SCRIPTTYPE_UNKNOWN ) in IMPL_FIXEDMEMPOOL_NEWDEL()
93 nScriptType( SC_SCRIPTTYPE_UNKNOWN ) in ScBaseCell()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.hxx486 static sal_uInt16 GetCSS1ScriptForScriptType( sal_uInt16 nScriptType );
/trunk/main/sc/inc/
H A Dglobal.hxx719 SC_DLLPUBLIC static sal_uInt16 GetScriptedWhichID( sal_uInt8 nScriptType, sal_uInt16 nWhich );
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx389 sal_uInt16 nScriptType = pSh->GetScriptType(); in UpdateLanguageDependenciesForPhoneticReading() local
391 switch(nScriptType) in UpdateLanguageDependenciesForPhoneticReading()

Completed in 184 milliseconds

123