Searched refs:lHDist (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sw/source/ui/envelp/ |
H A D | labfmt.cxx | 130 long lDispW = ROUND(aItem.lLeft + aItem.lHDist); in Paint() 135 lDispW += ROUND(aItem.lHDist / 10); in Paint() 156 long lX3 = ROUND(lX0 + f * (aItem.lLeft + aItem.lHDist )); in Paint() 177 Point(ROUND(lX0 + f * (aItem.lLeft + nCol * aItem.lHDist)), in Paint() 441 lHDist = static_cast< long >(GETFLDVAL(aHDistField)), in IMPL_LINK_INLINE_END() 455 aWidthField .SetMax((long) 100 * (lHDist), FUNIT_TWIP); in IMPL_LINK_INLINE_END() 461 aColsField .SetMax((lMax - lLeft ) / Max(1L, lHDist)); in IMPL_LINK_INLINE_END() 536 rItem.lHDist = rRec.lHDist = static_cast< long >(GETFLDVAL(aHDistField )); in FillItem() 567 aHDistField .SetMax(100 * aItem.lHDist , FUNIT_TWIP); in Reset() 574 SETFLDVAL(aHDistField , aItem.lHDist ); in Reset() [all …]
|
H A D | labimg.cxx | 62 lHDist = in SwLabItem() 90 lHDist = rItem.lHDist; in operator =() 152 lHDist == rLab.lHDist && in operator ==() 319 pValues[nProp] >>= aItem.lHDist; in SwLabCfgItem() 320 aItem.lHDist = MM100_TO_TWIP(aItem.lHDist); in SwLabCfgItem() 443 …case 5: pValues[nProp] <<= static_cast<sal_Int32>(TWIP_TO_MM100(aItem.lHDist));break;// "Format/H… in Commit()
|
H A D | label1.cxx | 66 lHDist = rItem.lHDist; in SetFromItem() 81 rItem.lHDist = lHDist; in FillItem()
|
H A D | labelcfg.cxx | 106 case 1 : pNewRec->lHDist = MM100_TO_TWIP(nVal);break; in lcl_CreateSwLabRec() 144 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lHDist) ); sTmp += sColon; in lcl_CreateProperties()
|
H A D | labimp.hxx | 96 long lHDist; member in SwLabRec
|
/trunk/main/sw/source/ui/app/ |
H A D | applab.cxx | 108 aSet.Put(SwFmtHoriOrient(rItem.lLeft + nCol * rItem.lHDist, in lcl_InsertBCText() 153 aSet.Put(SwFmtHoriOrient(rItem.lLeft + nCol * rItem.lHDist, in lcl_InsertLabText() 285 … rItem.lPaperWidth == 0 ? rItem.lLeft + rItem.nCols * rItem.lHDist + MINLAY : rItem.lPaperWidth, in InsertLab() 303 const int nResultWidth = rItem.lHDist * (rItem.nCols - 1) + rItem.lWidth + rItem.lLeft; in InsertLab() 333 rItem.lHDist - (rItem.lHDist-rItem.lWidth), in InsertLab() 337 SvxLRSpaceItem aFrmLRSpace( 0, (sal_uInt16)(rItem.lHDist - rItem.lWidth), in InsertLab()
|
/trunk/main/sw/source/ui/inc/ |
H A D | labimg.hxx | 56 sal_Int32 lHDist; // Horizontaler Abstand (Benutzer) member in SwLabItem
|
Completed in 37 milliseconds