Home
last modified time | relevance | path

Searched refs:WB_DEFBUTTON (Results 1 – 25 of 25) sorted by relevance

/trunk/main/dbaccess/source/ui/dlg/
H A Dparamdialog.cxx202 m_aOKBtn.SetStyle(m_aOKBtn.GetStyle() & ~WB_DEFBUTTON); in Construct()
203 m_aTravelNext.SetStyle(m_aTravelNext.GetStyle() | WB_DEFBUTTON); in Construct()
405 m_aTravelNext.SetStyle(m_aTravelNext.GetStyle() & ~WB_DEFBUTTON);
406 m_aOKBtn.SetStyle(m_aOKBtn.GetStyle() | WB_DEFBUTTON);
/trunk/main/extensions/source/dbpilots/
H A Dgroupboxwiz.cxx344 if (0 == (m_aMoveRight.GetStyle() & WB_DEFBUTTON)) in implCheckMoveButtons()
349 if (WB_DEFBUTTON == (m_aMoveRight.GetStyle() & WB_DEFBUTTON)) in implCheckMoveButtons()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx829 DBG_ASSERT( WB_DEFBUTTON == ( pOldDefButton->GetStyle( ) & WB_DEFBUTTON ), in SetCurrentString()
831 DBG_ASSERT( 0 == ( pNewDefButton->GetStyle( ) & WB_DEFBUTTON ), in SetCurrentString()
834 lcl_modifyWindowStyle( pOldDefButton, 0, WB_DEFBUTTON ); in SetCurrentString()
835 lcl_modifyWindowStyle( pNewDefButton, WB_DEFBUTTON, 0 ); in SetCurrentString()
H A Diconcdlg.cxx224 aOKBtn ( this, WB_DEFBUTTON ), in IconChoiceDialog()
225 aCancelBtn ( this, WB_DEFBUTTON ), in IconChoiceDialog()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx221 INITCONTROL( pOkBtn, PushButton, WB_DEFBUTTON, in InitControls()
227 INITCONTROL( pNewDirBtn, PushButton, WB_DEFBUTTON, in InitControls()
231 INITCONTROL( pHomeBtn, PushButton, WB_DEFBUTTON, in InitControls()
776 INITCONTROL( pOkBtn, PushButton, WB_DEFBUTTON, in InitControls()
H A Dwizardmachine.cxx382 pChildLoop->SetStyle(pChildLoop->GetStyle() & ~WB_DEFBUTTON); in implResetDefault()
399 _pNewDefButton->SetStyle(_pNewDefButton->GetStyle() | WB_DEFBUTTON); in defaultButton()
/trunk/main/sfx2/source/dialog/
H A Dbasedlgs.cxx855 pOKBtn = new OKButton( this, WB_DEFBUTTON ); in SetPage()
933 pOKBtn = new OKButton( this, WB_DEFBUTTON ); in SetTabPage()
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx289 DECL_CONSTRUCTORS( OKButton, PushButton, WB_DEFBUTTON );
297 DECL_CONSTRUCTORS( YesButton, PushButton, WB_DEFBUTTON );
/trunk/main/svtools/workben/
H A Durange.cxx124 aBtn1( this, WB_DEFBUTTON ), in MyDialog()
H A Dsvdem.cxx346 aOKBtn( this, WB_DEFBUTTON ), in MyFontDialog()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx788 maOKButton( this, WB_DEFBUTTON ), in DbgDialog()
1342 maOKButton( this, WB_DEFBUTTON ) in DbgInfoDialog()
1445 if ( pChild->GetStyle() & WB_DEFBUTTON ) in DbgDialogTest()
/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx577 if ( (pButtonWindow->GetStyle() & WB_DEFBUTTON) && in ImplDlgCtrl()
983 else if ( !pNewDefButton && (pPushButton->GetStyle() & WB_DEFBUTTON) ) in ImplDlgCtrlUpdateDefButton()
H A Dbtndlg.cxx114 nStyle |= WB_DEFBUTTON; in ImplCreatePushButton()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblebutton.cxx112 if( pButton->GetStyle() & WB_DEFBUTTON ) in FillAccessibleStateSet()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx198 #define WB_DEFBUTTON ((WinBits)0x10000000) macro
/trunk/main/vcl/source/control/
H A Dbutton.cxx54 WB_DEFBUTTON | WB_NOLIGHTBORDER | \
340 sal_uInt16 nTextStyle = FixedText::ImplGetTextStyle( nWinStyle & ~WB_DEFBUTTON ); in ImplGetTextStyle()
1630 bool bIsDefButton = ( GetStyle() & WB_DEFBUTTON ) != 0; in StateChanged()
1631 bool bWasDefButton = ( GetPrevStyle() & WB_DEFBUTTON ) != 0; in StateChanged()
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx235 explicit OKButton( Window* pParent, WinBits nStyle = WB_DEFBUTTON );
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx732 m_pbNext.SetStyle(m_pbFinish.GetStyle() | WB_DEFBUTTON); in construct()
734 m_pbFinish.SetStyle(m_pbFinish.GetStyle() | WB_DEFBUTTON); in construct()
/trunk/main/rsc/source/parser/
H A Drscinit.cxx308 aWinBits.SetConstant( nDefaultId, sal::static_int_cast<sal_Int32>(WB_DEFBUTTON) ); in Init()
/trunk/main/cui/source/customize/
H A Dmacropg.cxx993 pOKBtn = new OKButton( this, WB_DEFBUTTON ); in SetTabPage()
/trunk/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx498 … { WB_DEFBUTTON, awt::VclWindowPeerAttribute::DEFBUTTON, "DefaultButton", TYPE_BOOL, 1, 0 },
/trunk/main/filter/source/pdf/
H A Dimpdialog.cxx1474 maButton( this, WB_DEFBUTTON ) in ImplErrorDialog()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx201 nWinBits |= WB_DEFBUTTON; in ImplGetWinBits()
H A Dvclxwindows.cxx507 WinBits nStyle = pButton->GetStyle() | WB_DEFBUTTON; in setProperty()
510 nStyle &= ~WB_DEFBUTTON; in setProperty()
553 aProp <<= (sal_Bool) ( ( pButton->GetStyle() & WB_DEFBUTTON ) ? sal_True : sal_False ); in getProperty()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx6489 Window *pChild = ImpGetButton( pControl, WB_DEFBUTTON, WB_DEFBUTTON ); in Execute()

Completed in 163 milliseconds