Searched refs:lVDist (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/sw/source/ui/envelp/ |
| H A D | labfmt.cxx | 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() 224 …DrawText(Point(lX0 - 10 - lVDistWidth, ROUND(lY1 + f * aItem.lVDist / 2 - lXHeight / 2)), aVDistSt… 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() [all …]
|
| H A D | labimg.cxx | 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()
|
| H A D | label1.cxx | 67 lVDist = rItem.lVDist; in SetFromItem() 82 rItem.lVDist = lVDist; in FillItem()
|
| H A D | labelcfg.cxx | 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()
|
| H A D | labimp.hxx | 97 long lVDist; member in SwLabRec
|
| /trunk/main/sw/source/ui/app/ |
| H A D | applab.cxx | 108 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertBCText() 153 aSet.Put(SwFmtVertOrient(rItem.lUpper + nRow * rItem.lVDist, in lcl_InsertLabText() 283 …em.bCont || rItem.lPaperHeight == 0 ? rItem.lUpper + rItem.nRows * rItem.lVDist + MINLAY : rItem.l… in InsertLab() 301 … const int nResultHeight = rItem.lVDist * (rItem.nRows - 1) + rItem.lHeight + rItem.lUpper; in InsertLab() 331 rItem.lVDist - (rItem.lVDist-rItem.lHeight)); in InsertLab() 339 SvxULSpaceItem aFrmULSpace( 0, (sal_uInt16)(rItem.lVDist - rItem.lHeight), in InsertLab()
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | labimg.hxx | 57 sal_Int32 lVDist; // Vertikaler Abstand (Benutzer) member in SwLabItem
|