Home
last modified time | relevance | path

Searched refs:nScriptType (Results 1 – 25 of 54) sorted by last modified time

123

/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1372 … sal_uInt16 nScriptType = GetI18NScriptTypeOfLanguage( aCurrentNewPortion->eLanguage ); in ApplyChangedSentence() local
1374 switch(nScriptType) in ApplyChangedSentence()
1421 sal_uInt16 nScriptType = GetScriptType(); in ApplyChangedSentence() local
1423 switch(nScriptType) in ApplyChangedSentence()
1757 sal_uInt16 nScriptType = rSh.GetScriptType(); in lcl_GetLanguage() local
1760 switch(nScriptType) in lcl_GetLanguage()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1782 … if ( ( nScriptType == i18n::ScriptType::WEAK ) || ( nScriptType == rTypes.back().nScriptType ) ) in InitScriptTypes()
1860 nDebugType = rTypes[n].nScriptType; in InitScriptTypes()
1868 sal_uInt16 nScriptType = 0; in GetScriptType() local
1886 nScriptType = rTypes[n].nScriptType; in GetScriptType()
1893 return nScriptType ? nScriptType : GetI18NScriptTypeOfLanguage( GetDefaultLanguage() ); in GetScriptType()
1901 short nScriptType = 0; in GetScriptType() local
1925 nScriptType |= GetItemScriptType ( rTypes[n].nScriptType ); in GetScriptType()
1929 if ( !nScriptType && n ) in GetScriptType()
1932 nScriptType = rTypes[n-1].nScriptType; in GetScriptType()
1939 return nScriptType ? nScriptType : GetI18NScriptTypeOfLanguage( GetDefaultLanguage() ); in GetScriptType()
[all …]
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 Dimpedit4.cxx310 …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
690 lcl_FindValidAttribs( aAttribItems, pNode, nIndex, nScriptType ); in WriteRTF()
1433 sal_uInt16 nLangId = GetScriptItemId( EE_CHAR_LANGUAGE, nScriptType ); in GetLanguage()
2240 switch(nScriptType) in ApplyChangedSentence()
[all …]
H A Dediteng.cxx2685 Font EditEngine::CreateFontFromItemSet( const SfxItemSet& rItemSet, sal_uInt16 nScriptType ) in CreateFontFromItemSet() argument
2688 CreateFont( aFont, rItemSet, true, nScriptType ); in CreateFontFromItemSet()
H A Deditobj.cxx672 nScriptType = 0; in BinTextObject()
684 nScriptType = r.nScriptType; in BinTextObject()
775 return nScriptType; in GetScriptType()
780 nScriptType = nType; in SetScriptType()
865 pObj->nScriptType = nScriptType; in CreateTextObject()
1323 rOStream << nScriptType; in StoreData()
1561 rIStream >> nScriptType; in CreateData()
1632 ( nScriptType != rCompare.nScriptType ) || in operator ==()
H A Deditobj2.hxx205 sal_uInt16 nScriptType; member in BinTextObject
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 Deditdoc.cxx74 if ( ( nScriptType == i18n::ScriptType::ASIAN ) || in GetScriptItemId()
75 ( nScriptType == i18n::ScriptType::COMPLEX ) ) in GetScriptItemId()
107 bValid = nScriptType == i18n::ScriptType::LATIN; in IsScriptItemValid()
110 bValid = nScriptType == i18n::ScriptType::ASIAN; in IsScriptItemValid()
116 bValid = nScriptType == i18n::ScriptType::LATIN; in IsScriptItemValid()
119 bValid = nScriptType == i18n::ScriptType::ASIAN; in IsScriptItemValid()
125 bValid = nScriptType == i18n::ScriptType::LATIN; in IsScriptItemValid()
128 bValid = nScriptType == i18n::ScriptType::ASIAN; in IsScriptItemValid()
134 bValid = nScriptType == i18n::ScriptType::LATIN; in IsScriptItemValid()
137 bValid = nScriptType == i18n::ScriptType::ASIAN; in IsScriptItemValid()
[all …]
H A Deditdoc.hxx51 …Font( SvxFont& rFont, const SfxItemSet& rSet, bool bSearchInParent = true, short nScriptType = 0 );
52 sal_uInt16 GetScriptItemId( sal_uInt16 nItemId, short nScriptType );
53 sal_Bool IsScriptItemValid( sal_uInt16 nItemId, short nScriptType );
86 short nScriptType; member
92 nScriptType = _Type; in ScriptTypePosInfo()
/trunk/main/svx/source/svdraw/
H A Dsvdedxv.cxx1530 sal_uInt16 nScriptType = 0; in GetScriptType() local
1535 nScriptType = mxTextEditObj->GetOutlinerParaObject()->GetTextObject().GetScriptType(); in GetScriptType()
1538 nScriptType = pTextEditOutlinerView->GetSelectedScriptType(); in GetScriptType()
1550 nScriptType |= pParaObj->GetTextObject().GetScriptType(); in GetScriptType()
1555 if( nScriptType == 0 ) in GetScriptType()
1556 nScriptType = SCRIPTTYPE_LATIN; in GetScriptType()
1558 return nScriptType; in GetScriptType()
/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/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/sw/source/ui/shells/
H A Dannotsh.cxx689 sal_uInt16 nScriptType = pOLV->GetSelectedScriptType(); in GetState() local
695 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScriptType ); in GetState()
/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()
H A DPostItMgr.cxx398 …const sal_uInt16 nScriptType = SvtLanguageOptions::GetScriptTypeOfLanguage( (*i)->GetFmtFld().GetF… in Notify() local
400 switch (nScriptType) in Notify()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx238 sal_uInt16 nScriptType = i18n::ScriptType::LATIN; in GetTextAreaOutline() local
242 nScriptType = xBI->getScriptType( rText, 0 ); in GetTextAreaOutline()
244 if( i18n::ScriptType::WEAK == nScriptType ) in GetTextAreaOutline()
246 nChg = (xub_StrLen)xBI->endOfScript( rText, nChg, nScriptType ); in GetTextAreaOutline()
248 nScriptType = xBI->getScriptType( rText, nChg ); in GetTextAreaOutline()
250 nScriptType = i18n::ScriptType::LATIN; in GetTextAreaOutline()
254 if ( nScriptType == i18n::ScriptType::COMPLEX ) in GetTextAreaOutline()
256 else if ( nScriptType == i18n::ScriptType::ASIAN ) in GetTextAreaOutline()
/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()
H A Ddrtxtob.cxx214 sal_uInt16 nScriptType = mpView->GetScriptType(); in GetAttrState() local
234 nScriptType = SvtLanguageOptions::GetScriptTypeOfLanguage( nInputLang ); in GetAttrState()
239 const SfxPoolItem* pI = aSetItem.GetItemOfScript( nScriptType ); in GetAttrState()
H A Ddrtxtob1.cxx593 sal_uInt16 nScriptType = SCRIPTTYPE_LATIN | SCRIPTTYPE_ASIAN | SCRIPTTYPE_COMPLEX; in Execute() local
595 nScriptType = mpView->GetScriptType(); in Execute()
599 … aSvxScriptSetItem.PutItemForScriptType( nScriptType, pArgs->Get( rPool.GetWhich( nSlot ) ) ); in Execute()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx838 sal_uInt8 nScriptType; in WriteCell() local
842 nScriptType = pDoc->GetScriptType( nCol, nRow, nTab, pCell ); in WriteCell()
847 nScriptType = 0; in WriteCell()
849 if ( nScriptType == 0 ) in WriteCell()
850 nScriptType = aHTMLStyle.nDefaultScriptType; in WriteCell()
923 ScGlobal::GetScriptedWhichID( nScriptType, ATTR_FONT), in WriteCell()
927 pAttr->GetItem( ScGlobal::GetScriptedWhichID( nScriptType, in WriteCell()
931 ScGlobal::GetScriptedWhichID( nScriptType, ATTR_FONT_WEIGHT), in WriteCell()
935 pAttr->GetItem( ScGlobal::GetScriptedWhichID( nScriptType, in WriteCell()
/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()
H A Dglobal.cxx982 sal_uInt16 ScGlobal::GetScriptedWhichID( sal_uInt8 nScriptType, sal_uInt16 nWhich ) in GetScriptedWhichID() argument
984 switch ( nScriptType ) in GetScriptedWhichID()
991 if ( nScriptType & SCRIPTTYPE_COMPLEX ) in GetScriptedWhichID()
992 nScriptType = SCRIPTTYPE_COMPLEX; in GetScriptedWhichID()
993 else if ( nScriptType & SCRIPTTYPE_ASIAN ) in GetScriptedWhichID()
994 nScriptType = SCRIPTTYPE_ASIAN; in GetScriptedWhichID()
996 switch ( nScriptType ) in GetScriptedWhichID()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx471 static Font CreateFontFromItemSet( const SfxItemSet& rItemSet, sal_uInt16 nScriptType );

Completed in 233 milliseconds

123