Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/awt/
H A Dvclxbutton.cxx54 : VCLXIconButton( p, Button::GetStandardText( BUTTON_OK ), in VCLXOKButton()
60 : VCLXIconButton( p, Button::GetStandardText( BUTTON_CANCEL ), in VCLXCancelButton()
67 : VCLXIconButton( p, Button::GetStandardText( BUTTON_YES ), in VCLXYesButton()
73 : VCLXIconButton( p, Button::GetStandardText( BUTTON_NO ), in VCLXNoButton()
79 : VCLXIconButton( p, Button::GetStandardText( BUTTON_RETRY ), in VCLXRetryButton()
85 : VCLXIconButton( p, Button::GetStandardText( BUTTON_IGNORE ), in VCLXIgnoreButton()
103 : VCLXIconButton( p, Button::GetStandardText( BUTTON_HELP ), in VCLXHelpButton()
109 : VCLXIconButton( p, Button::GetStandardText( BUTTON_MORE ), in VCLXMoreButton()
/trunk/main/vcl/unx/generic/app/
H A Dsalsys.cxx178 aButtons.push_back( Button::GetStandardText( BUTTON_OK ) ); in ShowNativeMessageBox()
184 aButtons.push_back( Button::GetStandardText( BUTTON_YES ) ); in ShowNativeMessageBox()
186 aButtons.push_back( Button::GetStandardText( BUTTON_NO ) ); in ShowNativeMessageBox()
197 aButtons.push_back( Button::GetStandardText( BUTTON_RETRY ) ); in ShowNativeMessageBox()
200 aButtons.push_back( Button::GetStandardText( BUTTON_CANCEL ) ); in ShowNativeMessageBox()
207 aButtons.push_back( Button::GetStandardText( BUTTON_ABORT ) ); in ShowNativeMessageBox()
209 aButtons.push_back( Button::GetStandardText( BUTTON_RETRY ) ); in ShowNativeMessageBox()
211 aButtons.push_back( Button::GetStandardText( BUTTON_IGNORE ) ); in ShowNativeMessageBox()
/trunk/main/toolkit/source/layout/vcl/
H A Dwbutton.cxx136 String Button::GetStandardText (sal_uInt16 button_type) in GetStandardText() function in layout::Button
138 return ::Button::GetStandardText (button_type); in GetStandardText()
637 mSimpleLabel = Button::GetStandardText( BUTTON_MORE ); in MoreButtonImpl()
638 mAdvancedLabel = Button::GetStandardText( BUTTON_LESS ); in MoreButtonImpl()
H A Dwrapper.cxx906 yes = Button::GetStandardText ( BUTTON_OK );
909 yes = Button::GetStandardText ( BUTTON_YES );
910 no = Button::GetStandardText ( BUTTON_NO );
917 cancelButton.SetText ( Button::GetStandardText (BUTTON_ABORT));
944 if (yes != OUString (Button::GetStandardText (BUTTON_OK)) in init()
945 && yes != OUString (Button::GetStandardText (BUTTON_YES))) in init()
/trunk/main/vcl/source/app/
H A Dstdtext.cxx36 XubString GetStandardText( sal_uInt16 nStdText ) in GetStandardText() function
50 XubString aText( GetStandardText( STANDARD_TEXT_SERVICE_NOT_AVAILABLE ) ); in ShowServiceNotAvailableError()
H A Dsvdata.cxx117 rString.SearchAndReplaceAllAscii( "%OK", Button::GetStandardText( BUTTON_OK ) ); in ReplaceJavaErrorMessages()
118 rString.SearchAndReplaceAllAscii( "%IGNORE", Button::GetStandardText( BUTTON_IGNORE ) ); in ReplaceJavaErrorMessages()
119 rString.SearchAndReplaceAllAscii( "%CANCEL", Button::GetStandardText( BUTTON_CANCEL ) ); in ReplaceJavaErrorMessages()
/trunk/main/vcl/source/control/
H A Dmorebtn.cxx55 mpMBData->maMoreText = Button::GetStandardText( BUTTON_MORE ); in ImplInit()
56 mpMBData->maLessText = Button::GetStandardText( BUTTON_LESS ); in ImplInit()
H A Dbutton.cxx155 XubString Button::GetStandardText( StandardButtonType eButton ) in GetStandardText() function in Button
1887 SetText( Button::GetStandardText( BUTTON_OK ) ); in ImplInit()
1953 SetText( Button::GetStandardText( BUTTON_CANCEL ) ); in ImplInit()
2019 SetText( Button::GetStandardText( BUTTON_HELP ) ); in ImplInit()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx198 String aOkStr = Button::GetStandardText( BUTTON_OK ); in InitControls()
203 String aCancelStr = Button::GetStandardText( BUTTON_CANCEL ); in InitControls()
778 Button::GetStandardText( BUTTON_OK ), "" ); in InitControls()
781 Button::GetStandardText( BUTTON_CANCEL ), "" ); in InitControls()
/trunk/main/vcl/inc/vcl/
H A Dstdtext.hxx41 XubString VCL_DLLPUBLIC GetStandardText( sal_uInt16 nStdText );
H A Dbutton.hxx81 static XubString GetStandardText( StandardButtonType eButton );
/trunk/main/svx/source/tbxctrls/
H A Dlayctrl.cxx406 aText = Button::GetStandardText( BUTTON_CANCEL ); in Paint()
734 aText = Button::GetStandardText( BUTTON_CANCEL ); in Paint()
/trunk/main/dbaccess/source/ui/misc/
H A Ddatasourceconnector.cxx227 … sMessage.SearchAndReplaceAscii( "$buttontext$", Button::GetStandardText( BUTTON_MORE ) ); in connect()
/trunk/main/vcl/aqua/source/app/
H A Dsalsys.cxx120 rtl::OUString aText( Button::GetStandardText( nButtonId ) ); in getStandardString()
/trunk/main/padmin/source/
H A Dnewppdlg.cxx67 aText.SearchAndReplaceAscii( "%s", Button::GetStandardText( BUTTON_OK ) ); in PPDImportDialog()
/trunk/main/vcl/source/window/
H A Dbtndlg.cxx381 pItem->mpPushButton->SetText( Button::GetStandardText( eType ) ); in AddButton()
H A Dwindow.cxx408 String aButtonStr = Button::GetStandardText( aTestButtons[n] ); in ImplCheckUIFont()
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx260 static String GetStandardText (sal_uInt16 button_type);
/trunk/main/cui/source/dialogs/
H A Dcuifmsearch.cxx128 ,m_sCancel ( Button::GetStandardText( BUTTON_CANCEL ) ) in FmSearchDialog()

Completed in 222 milliseconds