Lines Matching refs:pVMap

722     pVMap( 0 ),  in SwFrmPage()
1072 if ( pVMap ) in FillItemSet()
1078 sal_uInt16 nMapPos = GetMapPos(pVMap, aVerticalDLB); in FillItemSet()
1079 short nAlign = GetAlignment(pVMap, nMapPos, aVerticalDLB, aVertRelationLB); in FillItemSet()
1080 short nRel = GetRelation(pVMap, aVertRelationLB); in FillItemSet()
1218 if ( nPos != LISTBOX_ENTRY_NOTFOUND && pVMap ) in InitPos()
1220 nOldV = pVMap[nPos].nAlign; in InitPos()
1240 pVMap = bHtmlMode ? aVPageHtmlMap : aVPageMap; in InitPos()
1247 pVMap = bHtmlMode ? aVFlyHtmlMap : aVFrameMap; in InitPos()
1254 pVMap = aVParaHtmlMap; in InitPos()
1259 pVMap = aVParaMap; in InitPos()
1267 pVMap = nHtmlMode & HTMLMODE_SOME_ABS_POS ? aVCharHtmlAbsMap : aVCharHtmlMap; in InitPos()
1272 pVMap = aVCharMap; in InitPos()
1278 pVMap = bHtmlMode ? aVAsCharHtmlMap : aVAsCharMap; in InitPos()
1303 nMapPos = FillPosLB(pVMap, nV, nVRel, aVerticalDLB); in InitPos()
1304 FillRelLB(pVMap, nMapPos, nV, nVRel, aVertRelationLB, aVertRelationFT); in InitPos()
1811 if ( pVMap ) in IMPL_LINK()
1814 sal_uInt16 nMapPos = GetMapPos(pVMap, aVerticalDLB); in IMPL_LINK()
1815 short nAlign = GetAlignment(pVMap, nMapPos, aVerticalDLB, aVertRelationLB); in IMPL_LINK()
1816 short nRel = GetRelation(pVMap, aVertRelationLB); in IMPL_LINK()
1946 FrmMap *pMap = bHori ? pHMap : pVMap; in IMPL_LINK()
2147 if ( pVMap && nPos != LISTBOX_ENTRY_NOTFOUND ) in UpdateExample()
2149 sal_uInt16 nMapPos = GetMapPos(pVMap, aVerticalDLB); in UpdateExample()
2150 short nAlign = GetAlignment(pVMap, nMapPos, aVerticalDLB, aVertRelationLB); in UpdateExample()
2151 short nRel = GetRelation(pVMap, aVertRelationLB); in UpdateExample()