Home
last modified time | relevance | path

Searched refs:lPaperWidth (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/sw/source/ui/envelp/
H A Dlabimg.cxx57 lPaperWidth(0), in SwLabItem()
98 lPaperWidth = rItem.lPaperWidth; in operator =()
160 lPaperWidth == rLab.lPaperWidth && in operator ==()
343 pValues[nProp] >>= aItem.lPaperWidth; in SwLabCfgItem()
344 aItem.lPaperWidth = MM100_TO_TWIP(aItem.lPaperWidth); in SwLabCfgItem()
449 …case 11: pValues[nProp] <<= static_cast<sal_Int32>(TWIP_TO_MM100(aItem.lPaperWidth)); break;// "… in Commit()
H A Dlabfmt.cxx544 rItem.lPaperWidth = rRec.lPaperWidth = static_cast< long >(GETFLDVAL(aPaperWidthField)); in FillItem()
580 SETFLDVAL(aPaperWidthField , aItem.lPaperWidth ); in Reset()
607 aRec.lPaperWidth = static_cast< long >(GETFLDVAL(aPaperWidthField )); in IMPL_LINK()
719 rItem.lPaperWidth = rLabRec.lPaperWidth; in GetLabel()
H A Dlabel1.cxx74 lPaperWidth = rItem.lPaperWidth; in SetFromItem()
89 rItem.lPaperWidth = lPaperWidth; in FillItem()
H A Dlabelcfg.cxx114 case 9 : pNewRec->lPaperWidth = MM100_TO_TWIP(nVal);break; in lcl_CreateSwLabRec()
152 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lPaperWidth));sTmp += sColon; in lcl_CreateProperties()
H A Dlabimp.hxx104 long lPaperWidth; member in SwLabRec
/aoo42x/main/sw/source/ui/app/
H A Dapplab.cxx285 … rItem.lPaperWidth == 0 ? rItem.lLeft + rItem.nCols * rItem.lHDist + MINLAY : rItem.lPaperWidth, in InsertLab()
/aoo42x/main/sw/source/ui/inc/
H A Dlabimg.hxx66 sal_Int32 lPaperWidth; // Paper Width (user) member in SwLabItem

Completed in 101 milliseconds