Searched refs:ObjectLB (Results 1 – 2 of 2) sorted by relevance
70 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()
67 ListBox& ObjectLB() { return aLbInsertList; } in ObjectLB() function in SvPasteObjectDialog
Completed in 12 milliseconds