Searched refs:lHDist (Results 1 – 7 of 7) sorted by relevance
/aoo4110/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() 433 lHDist = static_cast< long >(GETFLDVAL(aHDistField)), in IMPL_LINK_INLINE_END() 447 aWidthField .SetMax((long) 100 * (lHDist), FUNIT_TWIP); in IMPL_LINK_INLINE_END() 453 aColsField .SetMax((lMax - lLeft ) / Max(1L, lHDist)); in IMPL_LINK_INLINE_END() 528 rItem.lHDist = rRec.lHDist = static_cast< long >(GETFLDVAL(aHDistField )); in FillItem() 557 aHDistField .SetMax(100 * aItem.lHDist , FUNIT_TWIP); in Reset() 564 SETFLDVAL(aHDistField , aItem.lHDist ); in Reset() [all …]
|
H A D | labimg.cxx | 60 lHDist = in SwLabItem() 88 lHDist = rItem.lHDist; in operator =() 148 lHDist == rLab.lHDist && in operator ==() 311 pValues[nProp] >>= aItem.lHDist; in SwLabCfgItem() 312 aItem.lHDist = MM100_TO_TWIP(aItem.lHDist); in SwLabCfgItem() 427 …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() 79 rItem.lHDist = lHDist; in FillItem()
|
H A D | labelcfg.cxx | 106 case 1 : pNewRec->lHDist = MM100_TO_TWIP(nVal);break; in lcl_CreateSwLabRec() 142 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lHDist) ); sTmp += sColon; in lcl_CreateProperties()
|
H A D | labimp.hxx | 96 long lHDist; member in SwLabRec
|
/aoo4110/main/sw/source/ui/app/ |
H A D | applab.cxx | 107 aSet.Put(SwFmtHoriOrient(rItem.lLeft + nCol * rItem.lHDist, in lcl_InsertBCText() 147 aSet.Put(SwFmtHoriOrient(rItem.lLeft + nCol * rItem.lHDist, in lcl_InsertLabText() 275 rItem.lLeft + rItem.nCols * rItem.lHDist + MINLAY, in InsertLab() 293 const int nResultWidth = rItem.lHDist * (rItem.nCols - 1) + rItem.lWidth + rItem.lLeft; in InsertLab() 323 rItem.lHDist - (rItem.lHDist-rItem.lWidth), in InsertLab() 327 SvxLRSpaceItem aFrmLRSpace( 0, (sal_uInt16)(rItem.lHDist - rItem.lWidth), in InsertLab()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | labimg.hxx | 56 sal_Int32 lHDist; // Horizontaler Abstand (Benutzer) member in SwLabItem
|
Completed in 35 milliseconds