Home
last modified time | relevance | path

Searched refs:m_aFormattingLB (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/source/ui/config/
H A Doptcomp.cxx123 m_aFormattingLB ( this, SW_RES( LB_FORMATTING ) ), in SwCompatibilityOptPage()
159 m_aFormattingLB.SetSelectHdl( LINK( this, SwCompatibilityOptPage, SelectHdl ) ); in SwCompatibilityOptPage()
164 m_aFormattingLB.Hide(); in SwCompatibilityOptPage()
171 aMovePnt = m_aFormattingLB.GetPosPixel(); in SwCompatibilityOptPage()
291 m_aFormattingLB.Disable(); in InitControls()
377 sal_uInt16 nPos = m_aFormattingLB.InsertEntry( sNewEntry ); in InitControls()
383 m_aFormattingLB.SetEntryData( nPos, (void*)(long)nOptions ); in InitControls()
386 m_aFormattingLB.SetDropDownLineCount( m_aFormattingLB.GetEntryCount() ); in InitControls()
409 sal_uInt16 nPos = m_aFormattingLB.GetSelectEntryPos(); in IMPL_LINK()
410 sal_uLong nOptions = (sal_uLong)(void*)m_aFormattingLB.GetEntryData( nPos ); in IMPL_LINK()
/aoo41x/main/sw/source/ui/inc/
H A Doptcomp.hxx43 ListBox m_aFormattingLB; member in SwCompatibilityOptPage

Completed in 32 milliseconds