Searched refs:aBasicsBox (Results 1 – 2 of 2) sorted by relevance
491 ,aBasicsBox( this, IDEResId( RID_LB_BASICS ) ) in LibPage()516 aBasicsBox.SetSelectHdl( LINK( this, LibPage, BasicSelectHdl ) ); in LibPage()527 aBasicsBox.SelectEntryPos( 0 ); in LibPage()537 sal_uInt16 nCount = aBasicsBox.GetEntryCount(); in ~LibPage()540 BasicDocumentEntry* pEntry = (BasicDocumentEntry*)aBasicsBox.GetEntryData( i ); in ~LibPage()1515 sal_uInt16 nPos = aBasicsBox.InsertEntry( aEntryText, LISTBOX_APPEND ); in InsertListBoxEntry()1516 aBasicsBox.SetEntryData( nPos, new BasicDocumentEntry( rDocument, eLocation ) ); in InsertListBoxEntry()1523 sal_uInt16 nSelPos = aBasicsBox.GetSelectEntryPos(); in SetCurLib()1524 BasicDocumentEntry* pEntry = (BasicDocumentEntry*)aBasicsBox.GetEntryData( nSelPos ); in SetCurLib()
222 ListBox aBasicsBox; member in LibPage
Completed in 22 milliseconds