Searched refs:lVDist (Results 1 – 7 of 7) sorted by relevance
131 long lDispH = ROUND(aItem.lUpper + aItem.lVDist); in Paint()139 lDispH += ROUND(aItem.lVDist / 10); in Paint()157 long lY3 = ROUND(lY0 + f * (aItem.lUpper + aItem.lVDist )); in Paint()178 ROUND(lY0 + f * (aItem.lUpper + nRow * aItem.lVDist))), in Paint()442 lVDist = static_cast< long >(GETFLDVAL(aVDistField)); in IMPL_LINK_INLINE_END()456 aHeightField.SetMax((long) 100 * (lVDist), FUNIT_TWIP); in IMPL_LINK_INLINE_END()462 aRowsField .SetMax((lMax - lUpper) / Max(1L, lVDist)); in IMPL_LINK_INLINE_END()537 rItem.lVDist = rRec.lVDist = static_cast< long >(GETFLDVAL(aVDistField )); in FillItem()568 aVDistField .SetMax(100 * aItem.lVDist , FUNIT_TWIP); in Reset()575 SETFLDVAL(aVDistField , aItem.lVDist ); in Reset()[all …]
63 lVDist = in SwLabItem()91 lVDist = rItem.lVDist; in operator =()153 lVDist == rLab.lVDist && in operator ==()323 pValues[nProp] >>= aItem.lVDist; in SwLabCfgItem()324 aItem.lVDist = MM100_TO_TWIP(aItem.lVDist); in SwLabCfgItem()444 …case 6: pValues[nProp] <<= static_cast<sal_Int32>(TWIP_TO_MM100(aItem.lVDist));break;// "Format/V… in Commit()
67 lVDist = rItem.lVDist; in SetFromItem()82 rItem.lVDist = lVDist; in FillItem()
107 case 2 : pNewRec->lVDist = MM100_TO_TWIP(nVal);break; in lcl_CreateSwLabRec()145 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lVDist)); sTmp += sColon; in lcl_CreateProperties()
97 long lVDist; member in SwLabRec
110 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertBCText()155 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertLabText()286 …em.bCont || rItem.lPaperHeight == 0 ? rItem.lUpper + rItem.nRows * rItem.lVDist + MINLAY : rItem.l… in InsertLab()304 const int nResultHeight = rItem.lVDist * (rItem.nRows - 1) + rItem.lHeight + rItem.lUpper; in InsertLab()334 rItem.lVDist - (rItem.lVDist-rItem.lHeight)); in InsertLab()342 SvxULSpaceItem aFrmULSpace( 0, (sal_uInt16)(rItem.lVDist - rItem.lHeight), in InsertLab()
57 sal_Int32 lVDist; // Vertikaler Abstand (Benutzer) member in SwLabItem
Completed in 39 milliseconds