Searched refs:lPaperHeight (Results 1 – 7 of 7) sorted by relevance
58 lPaperHeight(0) in SwLabItem()99 lPaperHeight = rItem.lPaperHeight; in operator =()161 lPaperHeight == rLab.lPaperHeight && in operator ==()347 pValues[nProp] >>= aItem.lPaperHeight; in SwLabCfgItem()348 aItem.lPaperHeight = MM100_TO_TWIP(aItem.lPaperHeight); in SwLabCfgItem()450 …case 12: pValues[nProp] <<= static_cast<sal_Int32>(TWIP_TO_MM100(aItem.lPaperHeight)); break;// … in Commit()
545 rItem.lPaperHeight = rRec.lPaperHeight = static_cast< long >(GETFLDVAL(aPaperHeightField)); in FillItem()581 SETFLDVAL(aPaperHeightField, aItem.lPaperHeight); in Reset()608 aRec.lPaperHeight = static_cast< long >(GETFLDVAL(aPaperHeightField)); in IMPL_LINK()720 rItem.lPaperHeight = rLabRec.lPaperHeight; in GetLabel()
75 lPaperHeight = rItem.lPaperHeight; in SetFromItem()90 rItem.lPaperHeight = lPaperHeight; in FillItem()
115 case 10: pNewRec->lPaperHeight = MM100_TO_TWIP(nVal);break; in lcl_CreateSwLabRec()153 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lPaperHeight)); in lcl_CreateProperties()
105 long lPaperHeight; member in SwLabRec
286 …rItem.bCont || rItem.lPaperHeight == 0 ? rItem.lUpper + rItem.nRows * rItem.lVDist + MINLAY : rIte… in InsertLab()
67 sal_Int32 lPaperHeight; // Paper Height (user) member in SwLabItem
Completed in 40 milliseconds