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()434 lVDist = static_cast< long >(GETFLDVAL(aVDistField)); in IMPL_LINK_INLINE_END()448 aHeightField.SetMax((long) 100 * (lVDist), FUNIT_TWIP); in IMPL_LINK_INLINE_END()454 aRowsField .SetMax((lMax - lUpper) / Max(1L, lVDist)); in IMPL_LINK_INLINE_END()529 rItem.lVDist = rRec.lVDist = static_cast< long >(GETFLDVAL(aVDistField )); in FillItem()558 aVDistField .SetMax(100 * aItem.lVDist , FUNIT_TWIP); in Reset()565 SETFLDVAL(aVDistField , aItem.lVDist ); in Reset()[all …]
61 lVDist = in SwLabItem()89 lVDist = rItem.lVDist; in operator =()149 lVDist == rLab.lVDist && in operator ==()315 pValues[nProp] >>= aItem.lVDist; in SwLabCfgItem()316 aItem.lVDist = MM100_TO_TWIP(aItem.lVDist); in SwLabCfgItem()428 …case 6: pValues[nProp] <<= static_cast<sal_Int32>(TWIP_TO_MM100(aItem.lVDist));break;// "Format/V… in Commit()
67 lVDist = rItem.lVDist; in SetFromItem()80 rItem.lVDist = lVDist; in FillItem()
107 case 2 : pNewRec->lVDist = MM100_TO_TWIP(nVal);break; in lcl_CreateSwLabRec()143 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lVDist)); sTmp += sColon; in lcl_CreateProperties()
97 long lVDist; member in SwLabRec
109 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertBCText()149 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertLabText()276 rItem.lUpper + rItem.nRows * rItem.lVDist + MINLAY)); in InsertLab()294 const int nResultHeight = rItem.lVDist * (rItem.nRows - 1) + rItem.lHeight + rItem.lUpper; in InsertLab()324 rItem.lVDist - (rItem.lVDist-rItem.lHeight)); in InsertLab()332 SvxULSpaceItem aFrmULSpace( 0, (sal_uInt16)(rItem.lVDist - rItem.lHeight), in InsertLab()
57 sal_Int32 lVDist; // Vertikaler Abstand (Benutzer) member in SwLabItem
Completed in 69 milliseconds