Searched refs:nTmpType (Results 1 – 4 of 4) sorted by relevance
746 short nTmpType = GetKeyWord( rStr, nPos-1 ); in Next_Symbol() local747 if ( nTmpType ) in Next_Symbol()754 sCurString.Search( sKeyword[nTmpType] ) == 0 ) in Next_Symbol()768 eType = nTmpType; in Next_Symbol()827 short nTmpType = GetKeyWord( rStr, nPos-1 ); in Next_Symbol() local828 if ( nTmpType ) in Next_Symbol()
1085 sal_uInt8 nTmpType = ePrevState; in InitScriptInfo() local1086 aCompType.insert( aCompType.begin() + nCntComp, nTmpType ); in InitScriptInfo()1107 sal_uInt8 nTmpType = ePrevState; in InitScriptInfo() local1108 aCompType.insert( aCompType.begin() + nCntComp, nTmpType ); in InitScriptInfo()
1918 const sal_uInt16 nTmpType = bBrowse ? 0x2084: 0x2004; //Row+Cell, Browse mit Body in GrowFrm() local1919 if( !(GetUpper()->GetType() & nTmpType) && GetUpper()->HasFixSize() ) in GrowFrm()2444 const sal_uInt16 nTmpType = bBrowse ? 0x2084: 0x2004; //Row+Cell, Browse mit Body in GrowFrm() local2445 if( !(GetType() & nTmpType) && HasFixSize() ) in GrowFrm()2613 const sal_uInt16 nTmpType = bBrowse ? 0x2084: 0x2004; //Row+Cell, Browse mit Body in ShrinkFrm() local2614 if( !(GetType() & nTmpType) && HasFixSize() ) in ShrinkFrm()
1741 short nTmpType = _xBI->getScriptType( aFldText, nCharInField ); in InitScriptTypes() local1746 nFldScriptType = nTmpType; in InitScriptTypes()1752 if ( ( nTmpType == i18n::ScriptType::ASIAN ) || ( nTmpType == i18n::ScriptType::COMPLEX ) ) in InitScriptTypes()
Completed in 68 milliseconds