Lines Matching refs:aInf
291 SwLineNumberInfo aInf(pSh->GetLineNumberInfo()); in FillItemSet() local
308 aInf.SetCharFmt(pCharFmt); in FillItemSet()
313 aInf.SetNumType(aType); in FillItemSet()
316 aInf.SetPos((LineNumberPosition)aPosLB.GetSelectEntryPos()); in FillItemSet()
319 aInf.SetPosFromLeft((sal_uInt16)aOffsetMF.Denormalize(aOffsetMF.GetValue(FUNIT_TWIP))); in FillItemSet()
322 aInf.SetCountBy((sal_uInt16)aNumIntervalNF.GetValue()); in FillItemSet()
325 aInf.SetDivider(aDivisorED.GetText()); in FillItemSet()
328 aInf.SetDividerCountBy((sal_uInt16)aDivIntervalNF.GetValue()); in FillItemSet()
331 aInf.SetCountBlankLines(aCountEmptyLinesCB.IsChecked()); in FillItemSet()
332 aInf.SetCountInFlys(aCountFrameLinesCB.IsChecked()); in FillItemSet()
333 aInf.SetRestartEachPage(aRestartEachPageCB.IsChecked()); in FillItemSet()
335 aInf.SetPaintLineNumbers(aNumberingOnCB.IsChecked()); in FillItemSet()
337 pSh->SetLineNumberInfo(aInf); in FillItemSet()