Searched refs:nRelMapSize (Results 1 – 2 of 2) sorted by relevance
486 sal_uInt16 nRelMapSize = sizeof(aRelationMap) / sizeof(RelationMap); in lcl_GetLBRelationsForRelations() local487 for ( sal_uInt16 nRelMapPos = 0; nRelMapPos < nRelMapSize; ++nRelMapPos ) in lcl_GetLBRelationsForRelations()506 std::size_t nRelMapSize = lcl_GetFrmMapCount( _pMap ); in lcl_GetLBRelationsForStrID() local507 for ( std::size_t nRelMapPos = 0; nRelMapPos < nRelMapSize; ++nRelMapPos ) in lcl_GetLBRelationsForStrID()
603 sal_uInt16 nRelMapSize = sizeof(aRelationMap) / sizeof(RelationMap); in lcl_GetLBRelationsForRelations() local604 for ( sal_uInt16 nRelMapPos = 0; nRelMapPos < nRelMapSize; ++nRelMapPos ) in lcl_GetLBRelationsForRelations()623 size_t nRelMapSize = lcl_GetFrmMapCount( _pMap ); in lcl_GetLBRelationsForStrID() local624 for ( size_t nRelMapPos = 0; nRelMapPos < nRelMapSize; ++nRelMapPos ) in lcl_GetLBRelationsForStrID()
Completed in 41 milliseconds