Searched refs:lPaperWidth (Results 1 – 7 of 7) sorted by relevance
57 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()
544 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()
74 lPaperWidth = rItem.lPaperWidth; in SetFromItem()89 rItem.lPaperWidth = lPaperWidth; in FillItem()
114 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()
104 long lPaperWidth; member in SwLabRec
285 … rItem.lPaperWidth == 0 ? rItem.lLeft + rItem.nCols * rItem.lHDist + MINLAY : rItem.lPaperWidth, in InsertLab()
66 sal_Int32 lPaperWidth; // Paper Width (user) member in SwLabItem
Completed in 38 milliseconds