Lines Matching refs:nId

389 bool TokenPool::GetElement( const sal_uInt16 nId )  in GetElement()  argument
391 DBG_ASSERT( nId < nElementAkt, "*TokenPool::GetElement(): Id too large!?" ); in GetElement()
392 if (nId >= nElementAkt) in GetElement()
396 if( pType[ nId ] == T_Id ) in GetElement()
397 bRet = GetElementRek( nId ); in GetElement()
400 switch( pType[ nId ] ) in GetElement()
404 sal_uInt16 n = pElement[ nId ]; in GetElement()
414 sal_uInt16 n = pElement[ nId ]; in GetElement()
425 sal_uInt16 n = pElement[ nId ]; in GetElement()
435 sal_uInt16 n = pElement[ nId ]; in GetElement()
445 sal_uInt16 n = pElement[ nId ]; in GetElement()
458 pScToken->AddName( pElement[ nId ] ); in GetElement()
462 sal_uInt16 n = pElement[ nId ]; in GetElement()
478 sal_uInt16 n = pElement[ nId ]; in GetElement()
489 sal_uInt16 n = pElement[ nId ]; in GetElement()
500 sal_uInt16 n = pElement[nId]; in GetElement()
512 sal_uInt16 n = pElement[nId]; in GetElement()
524 sal_uInt16 n = pElement[nId]; in GetElement()
543 bool TokenPool::GetElementRek( const sal_uInt16 nId ) in GetElementRek() argument
550 if (nId >= nElementAkt) in GetElementRek()
559 if (pType[ nId ] != T_Id) in GetElementRek()
570 sal_uInt16 nAnz = pSize[ nId ]; in GetElementRek()
571 sal_uInt16 nFirstId = pElement[ nId ]; in GetElementRek()
910 sal_uInt16 nId = (sal_uInt16) rId; in IsSingleOp() local
911 if( nId && nId <= nElementAkt ) in IsSingleOp()
913 nId--; in IsSingleOp()
914 if( T_Id == pType[ nId ] ) in IsSingleOp()
916 if( pSize[ nId ] == 1 ) in IsSingleOp()
918 sal_uInt16 nPid = pElement[ nId ]; in IsSingleOp()