Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1369 sal_uInt8 nOldScript = 0; in DrawStrings() local
1510 nScript != nOldScript || bSyntaxMode ) in DrawStrings()
1513 pCondSet != pOldCondSet || nScript != nOldScript || bSyntaxMode ) in DrawStrings()
1519 nOldScript = nScript; in DrawStrings()
1593 aVars.SetShrinkScale( nScale, nOldScript ); in DrawStrings()
1603 aVars.SetShrinkScale( nScale, nOldScript ); in DrawStrings()
H A Dviewfunc.cxx360 sal_uInt8 nOldScript = 0; in EnterData() local
389 if ( nOldScript == 0 ) in EnterData()
390 nOldScript = nDocScript; in EnterData()
391 else if ( nDocScript != nOldScript ) in EnterData()
627 if ( pDoc->GetScriptType( nCol, nRow, i ) != nOldScript ) in EnterData()
/trunk/main/sc/source/ui/app/
H A Dinputwin.cxx1233 sal_uInt8 nOldScript = 0; in SetTextString() local
1240 nOldScript = pDoc->GetStringScriptType( aString ); in SetTextString()
1243 bPaintAll = ( nOldScript & SCRIPTTYPE_COMPLEX ) || ( nNewScript & SCRIPTTYPE_COMPLEX ); in SetTextString()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx698 sal_uInt8 nOldScript = 0; in GetOptimalColWidth() local
709 aOptions.bGetFont = (pPattern != pOldPattern || nScript != nOldScript); in GetOptimalColWidth()

Completed in 58 milliseconds