Lines Matching refs:eStrId
52 SvxSwFramePosString::StringId eStrId; member
60 SvxSwFramePosString::StringId eStrId; member
509 if ( ( !_bUseMirrorStr && _pMap[nRelMapPos].eStrId == _eStrId ) || in lcl_GetLBRelationsForStrID()
1416 SvxSwFramePosString::StringId eStrId = pMap[nMapPos].eStrId; in GetAlignment() local
1420 if (pMap[i].eStrId == eStrId) in GetAlignment()
1454 SvxSwFramePosString::StringId eResId = pMap[i].eStrId; in GetMapPos()
1676 SvxSwFramePosString::StringId eStrId = pMap[nMapPos].eStrId; in FillRelLB() local
1680 if (pMap[_nMapPos].eStrId == eStrId) in FillRelLB()
1687 … SvxSwFramePosString::StringId sStrId1 = aAsCharRelationMap[nRelPos].eStrId; in FillRelLB()
1731 : pMap[nMapPos].eStrId ), in FillRelLB()
1747 … = m_aHoriMirrorCB.IsChecked() ? aRelationMap[nRelPos].eMirrorStrId : aRelationMap[nRelPos].eStrId; in FillRelLB()
1832 …SvxSwFramePosString::StringId eStrId = m_aHoriMirrorCB.IsChecked() ? _pMap[i].eMirrorStrId : _pMap… in FillPosLB() local
1833 eStrId = lcl_ChangeResIdToVerticalOrRTL(eStrId, m_bIsVerticalFrame, m_bIsInRightToLeft); in FillPosLB()
1834 String sEntry(m_aFramePosString.GetString(eStrId)); in FillPosLB()