Lines Matching refs:GetSelectEntryPos

299 	sal_uInt16 nOldSelect = aLbLineStyle.GetSelectEntryPos();  in FillListboxes()
306 nOldSelect = aLbStartStyle.GetSelectEntryPos(); in FillListboxes()
311 nOldSelect = aLbEndStyle.GetSelectEntryPos(); in FillListboxes()
339 nPos = aLbLineStyle.GetSelectEntryPos(); in ActivatePage()
384 nPos = aLbLineStyle.GetSelectEntryPos(); in ActivatePage()
430 if( aLbLineStyle.GetSelectEntryPos() != 0 ) in ActivatePage()
451 sal_uInt16 nColorPos = aLbColor.GetSelectEntryPos(); in ActivatePage()
501 *pPosDashLb = aLbLineStyle.GetSelectEntryPos() - 2;// erster Eintrag SOLID !!! in DeactivatePage()
502 sal_uInt16 nPos = aLbStartStyle.GetSelectEntryPos(); in DeactivatePage()
526 nPos = aLbLineStyle.GetSelectEntryPos(); in FillItemSet()
597 if( aLbColor.GetSelectEntryPos() != aLbColor.GetSavedValue() ) in FillItemSet()
612 nPos = aLbStartStyle.GetSelectEntryPos(); in FillItemSet()
632 nPos = aLbEndStyle.GetSelectEntryPos(); in FillItemSet()
714 nPos = maLBEdgeStyle.GetSelectEntryPos(); in FillItemSet()
758 nPos = maLBCapStyle.GetSelectEntryPos(); in FillItemSet()
842 if( aLbLineStyle.GetSelectEntryPos() == LISTBOX_ENTRY_NOTFOUND ) in FillXLSet_Impl()
855 nPos = aLbLineStyle.GetSelectEntryPos(); in FillXLSet_Impl()
862 nPos = aLbStartStyle.GetSelectEntryPos(); in FillXLSet_Impl()
871 nPos = aLbEndStyle.GetSelectEntryPos(); in FillXLSet_Impl()
882 nPos = maLBEdgeStyle.GetSelectEntryPos(); in FillXLSet_Impl()
911 nPos = maLBCapStyle.GetSelectEntryPos(); in FillXLSet_Impl()
1468 if( aLbLineStyle.GetSelectEntryPos() == 0 ) // unsichtbar in IMPL_LINK()
1479 const bool bHasLineStart = aLbStartStyle.GetSelectEntryPos() != 0; in IMPL_LINK()
1480 const bool bHasLineEnd = aLbEndStyle.GetSelectEntryPos() != 0; in IMPL_LINK()
1500 aLbEndStyle.SelectEntryPos( aLbStartStyle.GetSelectEntryPos() ); in IMPL_LINK()
1533 if( aLbLineStyle.GetSelectEntryPos() == 0 ) // unsichtbar in IMPL_LINK()
1604 aLbStartStyle.SelectEntryPos( aLbEndStyle.GetSelectEntryPos() ); in IMPL_LINK()