Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx387 void SetMenuSelectHdl( const Link& rLink ) { mpDropdownButton->SetSelectHdl( rLink ); } in SetMenuSelectHdl()
391 MenuButton* mpDropdownButton; member in sd::DropdownMenuBox
399 mpSubControl(pSubControl),mpDropdownButton(0),mpMenu(pMenu) in DropdownMenuBox()
401 mpDropdownButton = new MenuButton( this, WB_NOLIGHTBORDER | WB_RECTSTYLE | WB_NOTABSTOP); in DropdownMenuBox()
402 mpDropdownButton->SetSymbol(SYMBOL_SPIN_DOWN); in DropdownMenuBox()
403 mpDropdownButton->Show(); in DropdownMenuBox()
404 mpDropdownButton->SetPopupMenu( pMenu ); in DropdownMenuBox()
417 delete mpDropdownButton; in ~DropdownMenuBox()
430 mpDropdownButton->SetPosSizePixel( aOutSz.Width() - nSBWidth, 0, nSBWidth, aOutSz.Height() ); in Resize()
447 mpDropdownButton->KeyInput( *rNEvt.GetKeyEvent() ); in PreNotify()

Completed in 29 milliseconds