Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdevnative.cxx87 MenupopupValue::~MenupopupValue() in ~MenupopupValue()
206 const MenupopupValue* pMVal = static_cast<const MenupopupValue*>(&rVal); in lcl_transformControlValue()
207 MenupopupValue* pNew = new MenupopupValue( *pMVal ); in lcl_transformControlValue()
/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx437 class MenupopupValue : public ImplControlValue class
440 MenupopupValue() : ImplControlValue( CTRL_MENU_POPUP, BUTTONVALUE_DONTKNOW, 0 ) in MenupopupValue() function in MenupopupValue
442 MenupopupValue( long i_nGutterWidth, const Rectangle& i_rItemRect ) in MenupopupValue() function in MenupopupValue
446 virtual ~MenupopupValue();
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx1009 const MenupopupValue& rMVal( static_cast<const MenupopupValue&>(aValue) ); in ImplDrawNativeControl()
/trunk/main/vcl/source/window/
H A Dmenu.cxx2713 MenupopupValue aVal( nTextPos-GUTTERBORDER, aItemRect ); in ImplPaint()
2775MenupopupValue aVal( nTextPos-GUTTERBORDER, Rectangle( aPos, pData->aSz ) ); in ImplPaint()
4772 MenupopupValue aVal( pMenu->nTextPos-GUTTERBORDER, aItemRect ); in HighlightItem()

Completed in 45 milliseconds