Lines Matching refs:m_pVMap

567     m_pVMap( 0 ),  in SvxSwPosSizeTabPage()
760 if ( m_pVMap ) in FillItemSet()
769 sal_uInt16 nMapPos = GetMapPos(m_pVMap, m_aVertLB); in FillItemSet()
770 short nAlign = GetAlignment(m_pVMap, nMapPos, m_aVertLB, m_aVertToLB); in FillItemSet()
771 short nRel = GetRelation(m_pVMap, m_aVertToLB); in FillItemSet()
1094 if ( m_pVMap ) in IMPL_LINK()
1097 sal_uInt16 nMapPos = GetMapPos(m_pVMap, m_aVertLB); in IMPL_LINK()
1098 sal_uInt16 nAlign = GetAlignment(m_pVMap, nMapPos, m_aVertLB, m_aVertToLB); in IMPL_LINK()
1099 sal_uInt16 nRel = GetRelation(m_pVMap, m_aVertToLB); in IMPL_LINK()
1253 FrmMap *pMap = bHori ? m_pHMap : m_pVMap; in IMPL_LINK()
1483 if ( nPos != LISTBOX_ENTRY_NOTFOUND && m_pVMap ) in InitPos()
1485 m_nOldV = m_pVMap[nPos].nAlign; in InitPos()
1504 m_pVMap = aVMultiSelectionMap; in InitPos()
1509 m_pVMap = m_bHtmlMode ? aVPageHtmlMap : aVPageMap; in InitPos()
1516 m_pVMap = m_bHtmlMode ? aVFlyHtmlMap : aVFrameMap; in InitPos()
1523 m_pVMap = aVParaHtmlMap; in InitPos()
1528 m_pVMap = aVParaMap; in InitPos()
1536 m_pVMap = m_nHtmlMode & HTMLMODE_SOME_ABS_POS ? aVCharHtmlAbsMap : aVCharHtmlMap; in InitPos()
1541 m_pVMap = aVCharMap; in InitPos()
1547 m_pVMap = m_bHtmlMode ? aVAsCharHtmlMap : aVAsCharMap; in InitPos()
1572 nMapPos = FillPosLB(m_pVMap, nV, nVRel, m_aVertLB); in InitPos()
1573 FillRelLB(m_pVMap, nMapPos, nV, nVRel, m_aVertToLB, m_aVertToFT); in InitPos()
1640 if ( m_pVMap && nPos != LISTBOX_ENTRY_NOTFOUND ) in UpdateExample()
1642 sal_uInt16 nMapPos = GetMapPos(m_pVMap, m_aVertLB); in UpdateExample()
1643 sal_uInt16 nAlign = GetAlignment(m_pVMap, nMapPos, m_aVertLB, m_aVertToLB); in UpdateExample()
1644 sal_uInt16 nRel = GetRelation(m_pVMap, m_aVertToLB); in UpdateExample()