Home
last modified time | relevance | path

Searched refs:GetPushButton (Results 1 – 9 of 9) sorted by relevance

/trunk/main/toolkit/source/layout/vcl/
H A Dwbutton.cxx521 ::PushButton *b = static_cast<PushButton*> (mpWindow)->GetPushButton (); in setAlign()
528 ::PushButton *b = static_cast<PushButton*> (mpWindow)->GetPushButton (); in advancedMode()
545 ::PushButton *b = static_cast<PushButton*> (mpWindow)->GetPushButton (); in simpleMode()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx997 aName = pBD->GetPushButton( pBD->GetButtonId(i) )->GetText(); in WriteControlData()
1024 …pRet->GenReturn ( RET_WinInfo, aID, (comm_ULONG)pBD->GetPushButton( pBD->GetButtonId(i) )->GetType… in WriteControlData()
1025 … TypeString(pBD->GetPushButton( pBD->GetButtonId(i) )->GetType()).AppendAscii(": ").Append(aName) in WriteControlData()
2376 if ( pBD->GetPushButton( BUTTONID_OK ) ) in Execute()
2385 if ( pBD->GetPushButton( BUTTONID_CANCEL ) ) in Execute()
2394 if ( pBD->GetPushButton( BUTTONID_YES ) ) in Execute()
2404 if ( pBD->GetPushButton( BUTTONID_NO ) ) in Execute()
6586 if ( pBD->GetPushButton( BUTTONID_OK ) ) in Execute()
6595 if ( pBD->GetPushButton( BUTTONID_CANCEL ) ) in Execute()
6604 if ( pBD->GetPushButton( BUTTONID_YES ) ) in Execute()
[all …]
H A Drecorder.cxx353 if ( pBD->GetPushButton( pBD->GetButtonId(i) ) == pWin ) in IMPL_LINK()
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleControl.hxx62 Control& GetPushButton() in GetPushButton() function in sc::sidebar::CellLineStyleControl
/trunk/main/vcl/inc/vcl/
H A Dbtndlg.hxx98 PushButton* GetPushButton( sal_uInt16 nId ) const;
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx278 aQBox.GetPushButton( RET_OK )->SetHelpId(HID_AUTOFORMAT_ACCEPT); in lcl_AskRedlineMode()
280 aQBox.GetPushButton( RET_CANCEL )->SetHelpId(HID_AUTOFORMAT_REJECT ); in lcl_AskRedlineMode()
282 aQBox.GetPushButton( 2 )->SetHelpId(HID_AUTOFORMAT_EDIT_CHG); in lcl_AskRedlineMode()
/trunk/main/vcl/source/window/
H A Dbtndlg.cxx476 PushButton* ButtonDialog::GetPushButton( sal_uInt16 nId ) const in GetPushButton() function in ButtonDialog
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx727 PushButton* pButton = GetPushButton( BUTTONID_MORE ); in impl_addDetailsButton()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1662 aAsk.GetPushButton(RET_ALL)->SetHelpId(HID_CONFIRM_DROP_BUTTON_ALL); in askForUserAction()