Lines Matching refs:GetItemOfScriptSet
3653 const SfxPoolItem* SvxScriptSetItem::GetItemOfScriptSet( in GetItemOfScriptSet() function in SvxScriptSetItem
3673 pRet = GetItemOfScriptSet( rSet, nLatin ); in GetItemOfScript()
3676 pRet = GetItemOfScriptSet( rSet, nAsian ); in GetItemOfScript()
3679 pRet = GetItemOfScriptSet( rSet, nComplex ); in GetItemOfScript()
3683 if( 0 == (pRet = GetItemOfScriptSet( rSet, nLatin )) || in GetItemOfScript()
3684 0 == (pAsn = GetItemOfScriptSet( rSet, nAsian )) || in GetItemOfScript()
3690 if( 0 == (pRet = GetItemOfScriptSet( rSet, nLatin )) || in GetItemOfScript()
3691 0 == (pCmplx = GetItemOfScriptSet( rSet, nComplex )) || in GetItemOfScript()
3697 if( 0 == (pRet = GetItemOfScriptSet( rSet, nAsian )) || in GetItemOfScript()
3698 0 == (pCmplx = GetItemOfScriptSet( rSet, nComplex )) || in GetItemOfScript()
3704 if( 0 == (pRet = GetItemOfScriptSet( rSet, nLatin )) || in GetItemOfScript()
3705 0 == (pAsn = GetItemOfScriptSet( rSet, nAsian )) || in GetItemOfScript()
3706 0 == (pCmplx = GetItemOfScriptSet( rSet, nComplex )) || in GetItemOfScript()