Searched refs:nRelMapPos (Results 1 – 2 of 2) sorted by relevance
487 for ( sal_uInt16 nRelMapPos = 0; nRelMapPos < nRelMapSize; ++nRelMapPos ) in lcl_GetLBRelationsForRelations() local489 if ( aRelationMap[nRelMapPos].nRelation == _nRel ) in lcl_GetLBRelationsForRelations()491 nLBRelations |= aRelationMap[nRelMapPos].nLBRelation; in lcl_GetLBRelationsForRelations()507 for ( std::size_t nRelMapPos = 0; nRelMapPos < nRelMapSize; ++nRelMapPos ) in lcl_GetLBRelationsForStrID() local509 if ( ( !_bUseMirrorStr && _pMap[nRelMapPos].eStrId == _eStrId ) || in lcl_GetLBRelationsForStrID()510 ( _bUseMirrorStr && _pMap[nRelMapPos].eMirrorStrId == _eStrId ) ) in lcl_GetLBRelationsForStrID()512 nLBRelations |= _pMap[nRelMapPos].nLBRelations; in lcl_GetLBRelationsForStrID()
604 for ( sal_uInt16 nRelMapPos = 0; nRelMapPos < nRelMapSize; ++nRelMapPos ) in lcl_GetLBRelationsForRelations() local606 if ( aRelationMap[nRelMapPos].nRelation == _nRel ) in lcl_GetLBRelationsForRelations()608 nLBRelations |= aRelationMap[nRelMapPos].nLBRelation; in lcl_GetLBRelationsForRelations()624 for ( size_t nRelMapPos = 0; nRelMapPos < nRelMapSize; ++nRelMapPos ) in lcl_GetLBRelationsForStrID() local626 if ( ( !_bUseMirrorStr && _pMap[nRelMapPos].eStrId == _eStrId ) || in lcl_GetLBRelationsForStrID()627 ( _bUseMirrorStr && _pMap[nRelMapPos].eMirrorStrId == _eStrId ) ) in lcl_GetLBRelationsForStrID()629 nLBRelations |= _pMap[nRelMapPos].nLBRelations; in lcl_GetLBRelationsForStrID()
Completed in 20 milliseconds