LibreOffice Module basic (master) 1
Functions
iosys.cxx File Reference
#include <string.h>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <osl/file.hxx>
#include <runtime.hxx>
#include <rtl/strbuf.hxx>
#include <sal/log.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/ucb/SimpleFileAccess.hpp>
#include <com/sun/star/ucb/UniversalContentBroker.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/io/XSeekable.hpp>
#include <iosys.hxx>
Include dependency graph for iosys.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK_NOARG (SbiInputDialog, Ok, weld::Button &, void)
 
 IMPL_LINK_NOARG (SbiInputDialog, Cancel, weld::Button &, void)
 
bool hasUno ()
 

Function Documentation

◆ hasUno()

bool hasUno ( )

Definition at line 133 of file iosys.cxx.

References comphelper::getProcessComponentContext().

Referenced by SbiStream::Open(), and SbiRuntime::StepRENAME().

◆ IMPL_LINK_NOARG() [1/2]

IMPL_LINK_NOARG ( SbiInputDialog  ,
Cancel  ,
weld::Button ,
void   
)

Definition at line 86 of file iosys.cxx.

References m_xDialog, and RET_CANCEL.

◆ IMPL_LINK_NOARG() [2/2]

IMPL_LINK_NOARG ( SbiInputDialog  ,
Ok  ,
weld::Button ,
void   
)

Definition at line 80 of file iosys.cxx.

References m_xDialog, m_xInput, and RET_OK.