Home
last modified time | relevance | path

Searched refs:GetMinLead (Results 1 – 13 of 13) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dhyznitem.hxx81 inline sal_uInt8 &GetMinLead() { return nMinLead; } in GetMinLead() function in SvxHyphenZoneItem
82 inline sal_uInt8 GetMinLead() const { return nMinLead; } in GetMinLead() function in SvxHyphenZoneItem
94 nMinLead = rNew.GetMinLead(); in operator =()
H A Doptitems.hxx92 inline sal_uInt8 &GetMinLead() { return nMinLead; } in GetMinLead() function in SfxHyphenRegionItem
93 inline sal_uInt8 GetMinLead() const { return nMinLead; } in GetMinLead() function in SfxHyphenRegionItem
100 nMinLead = rNew.GetMinLead(); in operator =()
/trunk/main/editeng/source/items/
H A Doptitems.cxx124 nMinLead ( rItem.GetMinLead() ), in SfxHyphenRegionItem()
185 pAttr->GetMinLead() = _nMinLead; in Create()
194 rStrm << (sal_uInt8) GetMinLead() in Store()
H A Dparaitem.cxx853 pAttr->GetMinLead() = _nMinLead; in Create()
865 << (sal_Int8) GetMinLead() in Store()
/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx776 aHyp.GetMinLead() = static_cast< sal_uInt8 >(aLinguOpt.nHyphMinLeading); in SubInitNew()
/trunk/main/cui/source/tabpages/
H A Dparagrph.cxx1442 aHyphen.GetMinLead() = (sal_uInt8)aExtHyphenBeforeBox.GetValue(); in FillItemSet()
1647 aExtHyphenBeforeBox.SetValue( rHyphen.GetMinLead() ); in Reset()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx1574 aHyphen.GetMinLead() = (sal_uInt8)nMinLead; in CreateItemSet()
1754 makeAny((sal_Int16) pHyphenItem->GetMinLead()) ); in ApplyLanguageOptions()
H A Doptlingu.cxx1426 aHyp.GetMinLead() = (sal_uInt8) aPreBreakData.GetNumericValue(); in FillItemSet()
1624 nVal = (sal_Int16) pHyp->GetMinLead(); in Reset()
/trunk/main/editeng/source/rtf/
H A Drtfitem.cxx1193 aHypenZone.GetMinLead() = in ReadAttr()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx1413 const sal_Int16 nMinimalLeading = Max(rAttr.GetMinLead(), sal_uInt8(2)); in InitHyph()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx2678 m_aStyles.append((sal_Int32)rHyphenZone.GetMinLead()); in ParaHyphenZone()
H A Dww8par2.cxx4743 aAttr.GetMinLead() = 2; in Import()
H A Dww8par6.cxx4974 aAttr.GetMinLead() = 2; in Read_Hyphenation()

Completed in 366 milliseconds