LibreOffice Module basic (master) 1
Functions
inputbox.cxx File Reference
#include <basic/sberrors.hxx>
#include <tools/lineend.hxx>
#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <rtlproto.hxx>
#include <memory>
Include dependency graph for inputbox.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK_NOARG (SvRTLInputBox, OkHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (SvRTLInputBox, CancelHdl, weld::Button &, void)
 
void SbRtl_InputBox (StarBASIC *, SbxArray &rPar, bool)
 

Function Documentation

◆ IMPL_LINK_NOARG() [1/2]

IMPL_LINK_NOARG ( SvRTLInputBox  ,
CancelHdl  ,
weld::Button ,
void   
)

Definition at line 103 of file inputbox.cxx.

References m_xDialog, and RET_CANCEL.

◆ IMPL_LINK_NOARG() [2/2]

IMPL_LINK_NOARG ( SvRTLInputBox  ,
OkHdl  ,
weld::Button ,
void   
)

Definition at line 97 of file inputbox.cxx.

References m_xDialog, and RET_OK.

◆ SbRtl_InputBox()

void SbRtl_InputBox ( StarBASIC pBasic,
SbxArray rPar,
bool  bWrite 
)