Lines Matching refs:nScript
132 …Pattern( const ScPatternAttr* pNew, const SfxItemSet* pSet, ScBaseCell* pCell, sal_uInt8 nScript );
161 void SetShrinkScale( long nScale, sal_uInt8 nScript );
215 void ScDrawStringsVars::SetShrinkScale( long nScale, sal_uInt8 nScript ) in SetShrinkScale() argument
229 pPattern->GetFont( aTmpFont, SC_AUTOCOL_RAW, pFmtDevice, &aFraction, pCondSet, nScript ); in SetShrinkScale()
258 ScBaseCell* pCell, sal_uInt8 nScript ) in SetPattern() argument
288 pPattern->GetFont( aFont, eColorMode, pFmtDevice, NULL, pCondSet, nScript, in SetPattern()
291 pPattern->GetFont( aFont, eColorMode, pFmtDevice, &pOutput->aZoomY, pCondSet, nScript, in SetPattern()
1017 inline sal_Bool IsAmbiguousScript( sal_uInt8 nScript ) in IsAmbiguousScript() argument
1019 return ( nScript != SCRIPTTYPE_LATIN && in IsAmbiguousScript()
1020 nScript != SCRIPTTYPE_ASIAN && in IsAmbiguousScript()
1021 nScript != SCRIPTTYPE_COMPLEX ); in IsAmbiguousScript()
1507 sal_uInt8 nScript = GetScriptType( pDoc, pCell, pPattern, pCondSet ); in DrawStrings() local
1508 if (nScript == 0) nScript = ScGlobal::GetDefaultScriptType(); in DrawStrings()
1510 nScript != nOldScript || bSyntaxMode ) in DrawStrings()
1513 pCondSet != pOldCondSet || nScript != nOldScript || bSyntaxMode ) in DrawStrings()
1514 aVars.SetPattern( pPattern, pCondSet, pCell, nScript ); in DrawStrings()
1519 nOldScript = nScript; in DrawStrings()
1524 aVars.IsRotated() || IsAmbiguousScript(nScript) ) in DrawStrings()