Home
last modified time | relevance | path

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

/aoo42x/main/sfx2/source/dialog/
H A Dtabdlg.cxx474 #define aResetBtn(this) aResetBtn (this, "BTN_RESET") macro
484 aResetBtn ( this ),\
594 #undef aResetBtn
652 aResetBtn.SetClickHdl( LINK( this, SfxTabDialog, ResetHdl ) ); in Init_Impl()
653 aResetBtn.SetText( String( SfxResId( STR_RESET ) ) ); in Init_Impl()
662 aResetBtn.Show(); in Init_Impl()
663 aResetBtn.SetHelpId( HID_TABDLG_RESET_BTN ); in Init_Impl()
700 aResetBtn.SetAccessibleRelationMemberOf( &aResetBtn ); in Init_Impl()
707 aResetBtn.Hide(); in RemoveResetButton()
1499 ( bReadOnly || pImpl->bHideResetBtn ) ? aResetBtn.Hide() : aResetBtn.Show(); in IMPL_LINK()
/aoo42x/main/cui/source/dialogs/
H A Diconcdlg.cxx227 aResetBtn ( this ), in IconChoiceDialog()
262 aResetBtn.SetClickHdl( LINK( this, IconChoiceDialog, ResetHdl ) ); in IconChoiceDialog()
263 aResetBtn.SetText( CUI_RESSTR(RID_SVXSTR_ICONCHOICEDLG_RESETBUT) ); in IconChoiceDialog()
264 aResetBtn.SetHelpId( HID_ICCDIALOG_RESET_BTN ); in IconChoiceDialog()
268 aResetBtn.Show(); in IconChoiceDialog()
499 aResetBtn.GetSizePixel () ); in SetPosSizeCtrls()
592 aResetBtn.SetPosSizePixel ( Point( aOutSize.Width() - nXOffset - in SetPosSizeCtrls()
815 aResetBtn.Hide(); in ActivatePageImpl()
817 aResetBtn.Show(); in ActivatePageImpl()
/aoo42x/main/sfx2/inc/sfx2/
H A Dtabdlg.hxx97 PushButton aResetBtn; member in SfxTabDialog
199 const PushButton& GetResetButton() const { return aResetBtn; } in GetResetButton()
200 PushButton& GetResetButton() { return aResetBtn; } in GetResetButton()
/aoo42x/main/cui/source/inc/
H A Diconcdlg.hxx171 PushButton aResetBtn; member in IconChoiceDialog

Completed in 117 milliseconds