Searched refs:GetMinLead (Results 1 – 13 of 13) sorted by relevance
81 inline sal_uInt8 &GetMinLead() { return nMinLead; } in GetMinLead() function in SvxHyphenZoneItem82 inline sal_uInt8 GetMinLead() const { return nMinLead; } in GetMinLead() function in SvxHyphenZoneItem94 nMinLead = rNew.GetMinLead(); in operator =()
92 inline sal_uInt8 &GetMinLead() { return nMinLead; } in GetMinLead() function in SfxHyphenRegionItem93 inline sal_uInt8 GetMinLead() const { return nMinLead; } in GetMinLead() function in SfxHyphenRegionItem100 nMinLead = rNew.GetMinLead(); in operator =()
124 nMinLead ( rItem.GetMinLead() ), in SfxHyphenRegionItem()185 pAttr->GetMinLead() = _nMinLead; in Create()194 rStrm << (sal_uInt8) GetMinLead() in Store()
853 pAttr->GetMinLead() = _nMinLead; in Create()865 << (sal_Int8) GetMinLead() in Store()
776 aHyp.GetMinLead() = static_cast< sal_uInt8 >(aLinguOpt.nHyphMinLeading); in SubInitNew()
1442 aHyphen.GetMinLead() = (sal_uInt8)aExtHyphenBeforeBox.GetValue(); in FillItemSet()1647 aExtHyphenBeforeBox.SetValue( rHyphen.GetMinLead() ); in Reset()
1426 aHyp.GetMinLead() = (sal_uInt8) aPreBreakData.GetNumericValue(); in FillItemSet()1624 nVal = (sal_Int16) pHyp->GetMinLead(); in Reset()
1574 aHyphen.GetMinLead() = (sal_uInt8)nMinLead; in CreateItemSet()1753 makeAny((sal_Int16) pHyphenItem->GetMinLead()) ); in ApplyLanguageOptions()
1193 aHypenZone.GetMinLead() = in ReadAttr()
1401 const sal_Int16 nMinimalLeading = Max(rAttr.GetMinLead(), sal_uInt8(2)); in InitHyph()
2686 m_aStyles.append((sal_Int32)rHyphenZone.GetMinLead()); in ParaHyphenZone()
4743 aAttr.GetMinLead() = 2; in Import()
4974 aAttr.GetMinLead() = 2; in Read_Hyphenation()
Completed in 344 milliseconds