Lines Matching refs:nLBRelations
92 sal_uLong nLBRelations; member
601 sal_uLong nLBRelations = 0L; in lcl_GetLBRelationsForRelations() local
608 nLBRelations |= aRelationMap[nRelMapPos].nLBRelation; in lcl_GetLBRelationsForRelations()
612 return nLBRelations; in lcl_GetLBRelationsForRelations()
621 sal_uLong nLBRelations = 0L; in lcl_GetLBRelationsForStrID() local
629 nLBRelations |= _pMap[nRelMapPos].nLBRelations; in lcl_GetLBRelationsForStrID()
633 return nLBRelations; in lcl_GetLBRelationsForStrID()
1362 const sal_uLong nLBRelations = (_pMap != aVCharMap) in FillPosLB() local
1389 ( !(_pMap == aVCharMap) || _pMap[i].nLBRelations & nLBRelations ) ) in FillPosLB()
1419 sal_uLong nLBRelations = 0; in FillRelLB() local
1436 nLBRelations = _pMap[nMapPos].nLBRelations; in FillRelLB()
1439 if (nLBRelations & aAsCharRelationMap[nRelPos].nLBRelation) in FillRelLB()
1488 nLBRelations = ::lcl_GetLBRelationsForStrID( _pMap, in FillRelLB()
1496 nLBRelations = _pMap[_nLBSelPos].nLBRelations; in FillRelLB()
1501 if (nLBRelations & nBit) in FillRelLB()
1573 return nLBRelations; in FillRelLB()
1618 sal_uLong nLBRelations = pMap[i].nLBRelations; in GetAlignment() local
1619 if (nLBRelations & nRel) in GetAlignment()