Lines Matching refs:aTabBox

106 	aTabBox         ( this, CUI_RES( ED_TABPOS ) ),  in SvxTabulatorTabPage()
151 SetFieldUnit( aTabBox, eFUnit ); in SvxTabulatorTabPage()
179 aTabBox.SetDoubleClickHdl( LINK( this, SvxTabulatorTabPage, SelectHdl_Impl ) ); in SvxTabulatorTabPage()
180 aTabBox.SetModifyHdl( LINK( this, SvxTabulatorTabPage, ModifyHdl_Impl ) ); in SvxTabulatorTabPage()
396 aTabBox.Clear(); in InitTabPos_Impl()
413 aTabBox.InsertValue( aTabBox.Normalize( in InitTabPos_Impl()
430 if( aTabBox.GetEntryCount() > 0 ) in InitTabPos_Impl()
432 aTabBox.SetText( aTabBox.GetEntry( nTabPos ) ); in InitTabPos_Impl()
441 aTabBox.SetValue( 0, eDefUnit ); in InitTabPos_Impl()
501 long nVal = static_cast<long>(aTabBox.Denormalize( aTabBox.GetValue( eDefUnit ) )); in IMPL_LINK()
519 sal_uInt16 nSize = aTabBox.GetEntryCount(); in IMPL_LINK()
529 aTabBox.InsertValue( aTabBox.Normalize( nVal ), eDefUnit, i ); in IMPL_LINK()
545 aTabBox.GrabFocus(); in IMPL_LINK()
551 aTabBox.SetSelection(Selection(0, aTabBox.GetText().Len())); in IMPL_LINK()
559 sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue() ); in IMPL_LINK()
564 if ( aTabBox.GetEntryCount() == 1 ) in IMPL_LINK()
571 aTabBox.RemoveEntry( nPos ); in IMPL_LINK()
581 aTabBox.SetValue( aTabBox.GetValue( nPos ) ); in IMPL_LINK()
586 if ( aTabBox.GetEntryCount() == 0 ) in IMPL_LINK()
590 aTabBox.GrabFocus(); in IMPL_LINK()
639 sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue( eDefUnit ), eDefUnit ); in IMPL_LINK()
670 sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue( eDefUnit ), eDefUnit ); in IMPL_LINK()
689 const sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue( eDefUnit ), eDefUnit); in IMPL_LINK()
706 sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue( eDefUnit ), eDefUnit ); in IMPL_LINK()
719 sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue( eDefUnit ), eDefUnit ); in IMPL_LINK()
733 sal_uInt16 nPos = aTabBox.GetValuePos( aTabBox.GetValue( eDefUnit ), eDefUnit ); in IMPL_LINK()
740 static_cast<long>(aTabBox.Denormalize( aTabBox.GetValue( eDefUnit ) )); in IMPL_LINK()