Lines Matching refs:aLbDoc
58 aLbDoc ( this, ScResId( LB_DEST ) ), in ScMoveTableDlg()
110 aLbDoc.SetSelectHdl ( LINK( this, ScMoveTableDlg, SelHdl ) ); in Init()
113 SelHdl( &aLbDoc ); in Init()
125 aLbDoc.Clear(); in InitDocListBox()
126 aLbDoc.SetUpdateMode( sal_False ); in InitDocListBox()
137 aLbDoc.InsertEntry( pScSh->GetTitle(), i ); in InitDocListBox()
138 aLbDoc.SetEntryData( i, (void*)pScSh->GetDocument() ); in InitDocListBox()
145 aLbDoc.SetUpdateMode( sal_True ); in InitDocListBox()
146 aLbDoc.InsertEntry( String( ScResId( STR_NEWDOC ) ) ); in InitDocListBox()
147 aLbDoc.SelectEntryPos( nSelPos ); in InitDocListBox()
156 sal_uInt16 nDocSel = aLbDoc.GetSelectEntryPos(); in IMPL_LINK()
157 sal_uInt16 nDocLast = aLbDoc.GetEntryCount()-1; in IMPL_LINK()
173 if ( pLb == &aLbDoc ) in IMPL_LINK()
176 aLbDoc.GetEntryData( aLbDoc.GetSelectEntryPos() ); in IMPL_LINK()