Lines Matching refs:SelectEntryPos

302 	aLbLineStyle.SelectEntryPos( nOldSelect );  in FillListboxes()
310 aLbStartStyle.SelectEntryPos( nOldSelect ); in FillListboxes()
315 aLbEndStyle.SelectEntryPos( nOldSelect ); in FillListboxes()
352 aLbLineStyle.SelectEntryPos( 0 ); in ActivatePage()
354 aLbLineStyle.SelectEntryPos( nPos ); in ActivatePage()
394 aLbStartStyle.SelectEntryPos( 0 ); in ActivatePage()
396 aLbStartStyle.SelectEntryPos( nPos ); in ActivatePage()
407 aLbEndStyle.SelectEntryPos( 0 ); in ActivatePage()
409 aLbEndStyle.SelectEntryPos( nPos ); in ActivatePage()
434 aLbLineStyle.SelectEntryPos( *pPosDashLb + 2 ); // +2 wegen SOLID und INVLISIBLE in ActivatePage()
439 aLbStartStyle.SelectEntryPos( *pPosLineEndLb + 1 );// +1 wegen SOLID in ActivatePage()
440 aLbEndStyle.SelectEntryPos( *pPosLineEndLb + 1 );// +1 wegen SOLID in ActivatePage()
458 aLbColor.SelectEntryPos( 0 ); in ActivatePage()
460 aLbColor.SelectEntryPos( nColorPos ); in ActivatePage()
1109 aLbLineStyle.SelectEntryPos( 0 ); in Reset()
1112 aLbLineStyle.SelectEntryPos( 1 ); in Reset()
1187 aLbStartStyle.SelectEntryPos((sal_uInt16)a + 1); in Reset()
1193 aLbStartStyle.SelectEntryPos( 0 ); in Reset()
1220 aLbEndStyle.SelectEntryPos((sal_uInt16)a + 1); in Reset()
1226 aLbEndStyle.SelectEntryPos( 0 ); in Reset()
1343 case com::sun::star::drawing::LineJoint_ROUND : maLBEdgeStyle.SelectEntryPos(0); break; in Reset()
1344 case com::sun::star::drawing::LineJoint_NONE : maLBEdgeStyle.SelectEntryPos(1); break; in Reset()
1345 case com::sun::star::drawing::LineJoint_MITER : maLBEdgeStyle.SelectEntryPos(2); break; in Reset()
1346 case com::sun::star::drawing::LineJoint_BEVEL : maLBEdgeStyle.SelectEntryPos(3); break; in Reset()
1376 case com::sun::star::drawing::LineCap_ROUND: maLBCapStyle.SelectEntryPos(1); break; in Reset()
1377 case com::sun::star::drawing::LineCap_SQUARE : maLBCapStyle.SelectEntryPos(2); break; in Reset()
1378 … default /*com::sun::star::drawing::LineCap_BUTT*/: maLBCapStyle.SelectEntryPos(0); break; in Reset()
1500 aLbEndStyle.SelectEntryPos( aLbStartStyle.GetSelectEntryPos() ); in IMPL_LINK()
1604 aLbStartStyle.SelectEntryPos( aLbEndStyle.GetSelectEntryPos() ); in IMPL_LINK()