Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/miscdlgs/
H A Dmvtabdlg.cxx59 aLbDoc ( this, ScResId( LB_DEST ) ), in ScMoveTableDlg()
111 aLbDoc.SetSelectHdl ( LINK( this, ScMoveTableDlg, SelHdl ) ); in Init()
114 SelHdl( &aLbDoc ); in Init()
126 aLbDoc.Clear(); in InitDocListBox()
127 aLbDoc.SetUpdateMode( sal_False ); in InitDocListBox()
138 aLbDoc.InsertEntry( pScSh->GetTitle(), i ); in InitDocListBox()
139 aLbDoc.SetEntryData( i, (void*)pScSh->GetDocument() ); in InitDocListBox()
146 aLbDoc.SetUpdateMode( sal_True ); in InitDocListBox()
147 aLbDoc.InsertEntry( String( ScResId( STR_NEWDOC ) ) ); in InitDocListBox()
148 aLbDoc.SelectEntryPos( nSelPos ); in InitDocListBox()
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Dmvtabdlg.hxx53 ListBox aLbDoc; member in ScMoveTableDlg