Home
last modified time | relevance | path

Searched refs:nRelMapPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx487 for ( sal_uInt16 nRelMapPos = 0; nRelMapPos < nRelMapSize; ++nRelMapPos ) in lcl_GetLBRelationsForRelations() local
489 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() local
509 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()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx604 for ( sal_uInt16 nRelMapPos = 0; nRelMapPos < nRelMapSize; ++nRelMapPos ) in lcl_GetLBRelationsForRelations() local
606 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() local
626 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 27 milliseconds