|
LibreOffice Module basic (master) 1
|
#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>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 () |
| bool hasUno | ( | ) |
Definition at line 133 of file iosys.cxx.
References comphelper::getProcessComponentContext().
Referenced by SbiStream::Open(), and SbiRuntime::StepRENAME().
| IMPL_LINK_NOARG | ( | SbiInputDialog | , |
| Cancel | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 86 of file iosys.cxx.
References m_xDialog, and RET_CANCEL.