Lines Matching refs:m_aOptionsLB

125 	m_aOptionsLB		( this, SW_RES( LB_OPTIONS ) ),  in SwCompatibilityOptPage()
144 SvLBoxEntry* pEntry = m_aOptionsLB.SvTreeListBox::InsertEntry( sEntry ); in SwCompatibilityOptPage()
147 m_aOptionsLB.SetCheckButtonState( pEntry, SV_BUTTON_UNCHECKED ); in SwCompatibilityOptPage()
151 m_aOptionsLB.SetStyle( m_aOptionsLB.GetStyle() | WB_HSCROLL | WB_HIDESELECTION ); in SwCompatibilityOptPage()
152 m_aOptionsLB.SetHighlightRange(); in SwCompatibilityOptPage()
172 aNewPnt = m_aOptionsLB.GetPosPixel(); in SwCompatibilityOptPage()
175 m_aOptionsLB.SetPosPixel( aNewPnt ); in SwCompatibilityOptPage()
176 Size aNewSz = m_aOptionsLB.GetSizePixel(); in SwCompatibilityOptPage()
178 m_aOptionsLB.SetSizePixel( aNewSz ); in SwCompatibilityOptPage()
293 m_aOptionsLB.Disable(); in InitControls()
428 sal_uInt16 nCount = static_cast< sal_uInt16 >( m_aOptionsLB.GetEntryCount() ); in IMPL_LINK()
431 bool bChecked = ( m_aOptionsLB.IsChecked(i) != sal_False ); in IMPL_LINK()
466 sal_uLong nCount = m_aOptionsLB.GetEntryCount(); in SetCurrentOptions()
471 m_aOptionsLB.CheckEntryPos( i, bChecked ); in SetCurrentOptions()
531 sal_uLong nCount = m_aOptionsLB.GetEntryCount(); in FillItemSet()
539 sal_Bool bChecked = m_aOptionsLB.IsChecked(i); in FillItemSet()
602 m_pWrtShell->SetParaSpaceMax( m_aOptionsLB.IsChecked( (sal_uInt16)COPT_ADD_SPACING ) ); in FillItemSet()
603 …m_pWrtShell->SetParaSpaceMaxAtPages( m_aOptionsLB.IsChecked( (sal_uInt16)COPT_ADD_SPACING_AT_PAGES… in FillItemSet()
618 m_aOptionsLB.SelectEntryPos( 0 ); in Reset()