Home
last modified time | relevance | path

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

/aoo41x/main/cui/source/dialogs/
H A Dpastedlg.cxx70 ObjectLB().SetSelectHdl( LINK( this, SvPasteObjectDialog, SelectHdl ) ); in SvPasteObjectDialog()
71 ObjectLB().SetDoubleClickHdl( LINK( this, SvPasteObjectDialog, DoubleClickHdl ) ); in SvPasteObjectDialog()
152 ObjectLB().SetUpdateMode( sal_False ); in GetFormat()
246 if( LISTBOX_ENTRY_NOTFOUND == ObjectLB().GetEntryPos( aName ) ) in GetFormat()
247 ObjectLB().SetEntryData( in GetFormat()
248 ObjectLB().InsertEntry( aName ), (void*) nFormat ); in GetFormat()
271 ObjectLB().SetUpdateMode( sal_True ); in GetFormat()
294 nSelFormat = (sal_uLong)ObjectLB().GetEntryData( ObjectLB().GetSelectEntryPos() ); in GetFormat()
/aoo41x/main/cui/source/inc/
H A Dpastedlg.hxx67 ListBox& ObjectLB() { return aLbInsertList; } in ObjectLB() function in SvPasteObjectDialog

Completed in 84 milliseconds