Lines Matching refs:_pMap

617 sal_uLong lcl_GetLBRelationsForStrID( const FrmMap* _pMap,  in lcl_GetLBRelationsForStrID()  argument
623 size_t nRelMapSize = lcl_GetFrmMapCount( _pMap ); in lcl_GetLBRelationsForStrID()
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()
1350 sal_uInt16 SwFrmPage::FillPosLB(const FrmMap* _pMap, in FillPosLB() argument
1362 const sal_uLong nLBRelations = (_pMap != aVCharMap) in FillPosLB()
1367 size_t nCount = ::lcl_GetFrmMapCount(_pMap); in FillPosLB()
1368 for (size_t i = 0; _pMap && i < nCount; ++i) in FillPosLB()
1373 …ramePosString::StringId eStrId = aMirrorPagesCB.IsChecked() ? _pMap[i].eMirrorStrId : _pMap[i].eSt… in FillPosLB()
1388 if ( _pMap[i].nAlign == _nAlign && in FillPosLB()
1389 ( !(_pMap == aVCharMap) || _pMap[i].nLBRelations & nLBRelations ) ) in FillPosLB()
1405 return GetMapPos(_pMap, _rLB); in FillPosLB()
1411 sal_uLong SwFrmPage::FillRelLB( const FrmMap* _pMap, in FillRelLB() argument
1420 size_t nMapCount = ::lcl_GetFrmMapCount(_pMap); in FillRelLB()
1426 if (_pMap == aVAsCharHtmlMap || _pMap == aVAsCharMap) in FillRelLB()
1430 SvxSwFramePosString::StringId eStrId = _pMap[_nLBSelPos].eStrId; in FillRelLB()
1434 if (_pMap[nMapPos].eStrId == eStrId) in FillRelLB()
1436 nLBRelations = _pMap[nMapPos].nLBRelations; in FillRelLB()
1453 if (_pMap[nMapPos].nAlign == _nAlign) in FillRelLB()
1486 if ( _pMap == aVCharMap ) in FillRelLB()
1488 nLBRelations = ::lcl_GetLBRelationsForStrID( _pMap, in FillRelLB()
1490 ? _pMap[_nLBSelPos].eMirrorStrId in FillRelLB()
1491 : _pMap[_nLBSelPos].eStrId), in FillRelLB()
1496 nLBRelations = _pMap[_nLBSelPos].nLBRelations; in FillRelLB()