Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog.src332 DefButton = WB_DEF_CANCEL ;
341 DefButton = WB_DEF_CANCEL ;
351 DefButton = WB_DEF_CANCEL ;
361 DefButton = WB_DEF_CANCEL ;
H A Ddp_gui_versionboxes.src28 DefButton = WB_DEF_CANCEL;
44 DefButton = WB_DEF_CANCEL;
H A Ddp_gui_updatedialog.src225 DefButton = WB_DEF_CANCEL ;
/trunk/main/vcl/source/window/
H A Dmsgbox.cxx92 if ( nStyle & WB_DEF_CANCEL ) in ImplInitButtons()
126 if ( nStyle & WB_DEF_CANCEL ) in ImplInitButtons()
139 if ( nStyle & WB_DEF_CANCEL ) in ImplInitButtons()
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx663 lcl_addButton( *this, BUTTON_CANCEL, ( _nStyle & WB_DEF_CANCEL ) != 0 ); in impl_createStandardButtons()
668 lcl_addButton( *this, BUTTON_CANCEL, ( _nStyle & WB_DEF_CANCEL ) != 0 ); in impl_createStandardButtons()
678 lcl_addButton( *this, BUTTON_CANCEL, ( _nStyle & WB_DEF_CANCEL ) != 0 ); in impl_createStandardButtons()
/trunk/main/sfx2/source/view/
H A Dorgmgr.cxx806 WinBits(WB_OK_CANCEL | WB_DEF_CANCEL), in SaveAll()
822 ErrorBox aBox(pParent, WinBits(WB_OK_CANCEL | WB_DEF_CANCEL), aText); in SaveAll()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx250 #define WB_DEF_CANCEL ((WinBits)0x04000000) macro
/trunk/main/sw/source/ui/uiview/
H A Dview.src62 DEFBUTTON = WB_DEF_CANCEL ;
/trunk/main/basctl/source/dlged/
H A Dmanagelang.src119 DEFBUTTON = WB_DEF_CANCEL ;
/trunk/main/svtools/source/misc/
H A Dehdl.cxx85 eBits |= WB_DEF_CANCEL; in aWndFunc()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx4276 nWinDefBits = WB_DEF_CANCEL; in RTLFUNC()
4280 nWinDefBits = (WB_DEF_CANCEL | WB_DEF_RETRY | WB_DEF_NO); in RTLFUNC()
4287 nWinDefBits = WB_DEF_CANCEL; in RTLFUNC()
4290 nWinDefBits = WB_DEF_CANCEL; in RTLFUNC()
/trunk/main/sw/source/ui/envelp/
H A Dlabfmt.src371 DefButton = WB_DEF_CANCEL ;
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx423 nStyle = WB_OK_CANCEL | WB_DEF_CANCEL; in DoError()
/trunk/main/rsc/source/parser/
H A Drscibas.cxx507 …T( pMessDefButton, "WB_DEF_CANCEL", sal::static_int_cast<sal_uInt32>(WB_DEF_CANCEL) ); in InitMessDefButton()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx506 { WB_DEF_CANCEL, awt::VclWindowPeerAttribute::DEF_CANCEL, NULL, NOTYPE, 1, 0 },
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx227 nWinBits |= WB_DEF_CANCEL; in ImplGetWinBits()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1388 (WinBits)(WB_OK_CANCEL | WB_DEF_CANCEL), in PrintPage()
/trunk/main/rsc/doku/feinkonz.43/
H A Drsc.doc2945 WB_DEF_CANCEL, WB_DEF_RETRY, WB_DEF_YES, oder WB_DEF_CANCEL
/trunk/main/automation/source/server/
H A Dstatemnt.cxx6647 else if ( Style & WB_DEF_CANCEL ) in Execute()