Searched refs:aWarnBox (Results 1 – 6 of 6) sorted by relevance
311 WarningBox aWarnBox( this, CUI_RES( RID_SVX_MSGBOX_JAVA_RESTART2 ) ); in IMPL_LINK() local312 aWarnBox.Execute(); in IMPL_LINK()355 WarningBox aWarnBox( this, CUI_RES( RID_SVX_MSGBOX_JAVA_RESTART2 ) ); in IMPL_LINK() local356 aWarnBox.Execute(); in IMPL_LINK()662 WarningBox aWarnBox( this, CUI_RES( RID_SVX_MSGBOX_JAVA_RESTART ) ); in FillItemSet() local663 aWarnBox.Execute(); in FillItemSet()
405 WarningBox aWarnBox( GetParent(), WB_YES_NO, String( SdResId( STR_WARN_SCALE_FAIL ) ) ); in DeactivatePage() local406 short nReturn = aWarnBox.Execute(); in DeactivatePage()
480 WarningBox aWarnBox( this, WB_YES_NO, String( SdResId( STR_ASK_DELETE_ALL_PICTURES ) ) ); in IMPL_LINK() local481 short nReturn = aWarnBox.Execute(); in IMPL_LINK()
614 WarningBox aWarnBox ( in SetPrinter() local618 bScaleAll = (aWarnBox.Execute() == RET_YES); in SetPrinter()
1386 WarningBox aWarnBox( in PrintPage() local1390 if (aWarnBox.Execute() != RET_OK) in PrintPage()
828 WarningBox aWarnBox(this, (WinBits)(WB_YES_NO | WB_DEF_YES), aMessage ); in onDelete() local829 if( aWarnBox.Execute() == RET_YES ) in onDelete()
Completed in 61 milliseconds