Lines Matching refs:aItem
130 long lDispW = ROUND(aItem.lLeft + aItem.lHDist); in Paint()
131 long lDispH = ROUND(aItem.lUpper + aItem.lVDist); in Paint()
132 if (aItem.nCols == 1) in Paint()
133 lDispW += ROUND(aItem.lLeft ); in Paint()
135 lDispW += ROUND(aItem.lHDist / 10); in Paint()
136 if (aItem.nRows == 1) in Paint()
137 lDispH += ROUND(aItem.lUpper); in Paint()
139 lDispH += ROUND(aItem.lVDist / 10); in Paint()
152 long lX1 = ROUND(lX0 + f * aItem.lLeft ); in Paint()
153 long lY1 = ROUND(lY0 + f * aItem.lUpper); in Paint()
154 long lX2 = ROUND(lX0 + f * (aItem.lLeft + aItem.lWidth )); in Paint()
155 long lY2 = ROUND(lY0 + f * (aItem.lUpper + aItem.lHeight)); in Paint()
156 long lX3 = ROUND(lX0 + f * (aItem.lLeft + aItem.lHDist )); in Paint()
157 long lY3 = ROUND(lY0 + f * (aItem.lUpper + aItem.lVDist )); in Paint()
166 if (aItem.nCols == 1) in Paint()
168 if (aItem.nRows == 1) in Paint()
174 for (sal_uInt16 nRow = 0; nRow < Min((sal_uInt16) 2, (sal_uInt16) aItem.nRows); nRow++) in Paint()
175 for (sal_uInt16 nCol = 0; nCol < Min((sal_uInt16) 2, (sal_uInt16) aItem.nCols); nCol++) in Paint()
177 Point(ROUND(lX0 + f * (aItem.lLeft + nCol * aItem.lHDist)), in Paint()
178 ROUND(lY0 + f * (aItem.lUpper + nRow * aItem.lVDist))), in Paint()
179 Size (ROUND(f * aItem.lWidth ), in Paint()
180 ROUND(f * aItem.lHeight)))); in Paint()
184 if (aItem.lLeft) in Paint()
193 if (aItem.lUpper) in Paint()
196 …DrawText(Point(lX0 - 10 - lUpperWidth, ROUND(lY0 + f * aItem.lUpper / 2 - lXHeight / 2)), aUpperSt… in Paint()
212 if (aItem.nCols > 1) in Paint()
221 if (aItem.nRows > 1) in Paint()
224 …DrawText(Point(lX0 - 10 - lVDistWidth, ROUND(lY1 + f * aItem.lVDist / 2 - lXHeight / 2)), aVDistSt… in Paint()
302 aItem = rItem; in Update()
338 aItem ((const SwLabItem&) rSet.Get(FN_LABEL)) in SwLabFmtPage()
411 FillItem( aItem ); in IMPL_LINK_INLINE_END()
412 aPreview.Update( aItem ); in IMPL_LINK_INLINE_END()
555 FillItem(aItem); in FillItemSet()
556 rSet.Put(aItem); in FillItemSet()
565 GetParent()->GetLabItem(aItem); in Reset()
567 aHDistField .SetMax(100 * aItem.lHDist , FUNIT_TWIP); in Reset()
568 aVDistField .SetMax(100 * aItem.lVDist , FUNIT_TWIP); in Reset()
569 aWidthField .SetMax(100 * aItem.lWidth , FUNIT_TWIP); in Reset()
570 aHeightField.SetMax(100 * aItem.lHeight, FUNIT_TWIP); in Reset()
571 aLeftField .SetMax(100 * aItem.lLeft , FUNIT_TWIP); in Reset()
572 aUpperField .SetMax(100 * aItem.lUpper , FUNIT_TWIP); in Reset()
574 SETFLDVAL(aHDistField , aItem.lHDist ); in Reset()
575 SETFLDVAL(aVDistField , aItem.lVDist ); in Reset()
576 SETFLDVAL(aWidthField , aItem.lWidth ); in Reset()
577 SETFLDVAL(aHeightField, aItem.lHeight); in Reset()
578 SETFLDVAL(aLeftField , aItem.lLeft ); in Reset()
579 SETFLDVAL(aUpperField , aItem.lUpper ); in Reset()
580 SETFLDVAL(aPaperWidthField , aItem.lPaperWidth ); in Reset()
581 SETFLDVAL(aPaperHeightField, aItem.lPaperHeight); in Reset()
583 aColsField.SetMax(aItem.nCols); in Reset()
584 aRowsField.SetMax(aItem.nRows); in Reset()
586 aColsField .SetValue(aItem.nCols); in Reset()
587 aRowsField .SetValue(aItem.nRows); in Reset()
588 aMakeFI.SetText(aItem.aMake); in Reset()
589 aTypeFI.SetText(aItem.aType); in Reset()
609 aRec.bCont = aItem.bCont; in IMPL_LINK()
611 pSaveDlg->SetLabel(aItem.aLstMake, aItem.aLstType); in IMPL_LINK()
613 if(pSaveDlg->GetLabel(aItem)) in IMPL_LINK()
627 aMakeFI.SetText(aItem.aMake); in IMPL_LINK()
628 aTypeFI.SetText(aItem.aType); in IMPL_LINK()