Home
last modified time | relevance | path

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

/trunk/main/framework/source/services/
H A Dbackingwindow.cxx143 maTemplateButton( this, STC_BUTTON_STYLE ), in BackingWindow()
248 maTemplateButton.SetHelpId( ".HelpId:StartCenter:TemplateButton" ); in BackingWindow()
413 loadImage( FwkResId( BMP_BACKING_OPENTEMPLATE ), maTemplateButton ); in initBackground()
553 maTemplateButton, aMnemns, maTemplateString ); in initControls()
720 maTemplateButton.GrabFocus(); in Notify()
731 else if( maTemplateButton.HasFocus() ) in Notify()
745 else if( maTemplateButton.HasFocus() ) in Notify()
768 maTemplateButton.GrabFocus(); in Notify()
845maTemplateButton.SetPosSizePixel( Point( maControlRect.Left() + mnBtnPos + mnColumnWidth[0], nYPos… in Resize()
972 else if( pButton == &maTemplateButton ) in IMPL_LINK()
H A Dbackingwindow.hxx99 ImageButton maTemplateButton; member in framework::BackingWindow