Lines Matching refs:GetSelectEntryPos
262 aLbType1.GetSelectEntryPos() != aLbType1.GetSavedValue() || in CheckChanges_Impl()
265 aLbType2.GetSelectEntryPos() != aLbType2.GetSavedValue() || in CheckChanges_Impl()
310 sal_uInt16 nPos = aLbLineStyles.GetSelectEntryPos(); in CheckChanges_Impl()
397 int nTmp = aLbLineStyles.GetSelectEntryPos(); in IMPL_LINK()
553 if ( aLbType1.GetSelectEntryPos() == 0 ) in IMPL_LINK()
567 if ( aLbType2.GetSelectEntryPos() == 0 ) in IMPL_LINK()
675 sal_uInt16 nPos = aLbLineStyles.GetSelectEntryPos(); in IMPL_LINK()
748 sal_uInt16 nPos = aLbLineStyles.GetSelectEntryPos(); in IMPL_LINK()
961 aDash.SetDotLen( aLbType1.GetSelectEntryPos() == 0 ? 0 : in FillDash_Impl()
964 aDash.SetDashLen( aLbType2.GetSelectEntryPos() == 0 ? 0 : in FillDash_Impl()
1014 sal_uInt16 nOldSelect = aLbLineStyles.GetSelectEntryPos(); in DataChanged()