#include <sal/config.h>
#include <sal/log.hxx>
#include "methodguard.hxx"
#include "loghandler.hxx"
#include <com/sun/star/logging/XLogHandler.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/util/PathSubstitution.hpp>
#include <com/sun/star/util/XStringSubstitution.hpp>
#include <comphelper/diagnose_ex.hxx>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <osl/file.hxx>
#include <memory>
Go to the source code of this file.
◆ com_sun_star_comp_extensions_FileHandler()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_extensions_FileHandler |
( |
css::uno::XComponentContext * |
context, |
|
|
css::uno::Sequence< css::uno::Any > const & |
arguments |
|
) |
| |
◆ m_aHandlerHelper
LogHandlerHelper m_aHandlerHelper |
|
private |
◆ m_eFileValidity
FileValidity m_eFileValidity |
|
private |
◆ m_pFile
std::unique_ptr< ::osl::File > m_pFile |
|
private |
◆ m_sFileURL
◆ m_xContext
Reference<XComponentContext> m_xContext |
|
private |
Definition at line 78 of file filehandler.cxx.
Referenced by pcr::EventHandler::convertToControlValue(), pcr::GenericPropertyHandler::convertToControlValue(), pcr::PropertyHandler::convertToControlValue(), pcr::FormComponentPropertyHandler::convertToPropertyValue(), pcr::GenericPropertyHandler::convertToPropertyValue(), pcr::PropertyHandler::convertToPropertyValue(), pcr::FormComponentPropertyHandler::describePropertyLine(), pcr::GenericPropertyHandler::describePropertyLine(), pcr::FormComponentPropertyHandler::impl_browseForImage_nothrow(), pcr::FormComponentPropertyHandler::impl_dialogChangeTabOrder_nothrow(), pcr::FormComponentPropertyHandler::impl_dialogFilterOrSort_nothrow(), pcr::FormComponentPropertyHandler::impl_dialogLinkedFormFields_nothrow(), pcr::FormComponentPropertyHandler::impl_displaySQLError_nothrow(), pcr::FormComponentPropertyHandler::impl_ensureRowsetConnection_nothrow(), pcr::EventHandler::impl_getComponentListenerTypes_nothrow(), pcr::FormComponentPropertyHandler::impl_getContextControlContainer_nothrow(), pcr::EventHandler::impl_getContextFrame_nothrow(), pcr::PropertyHandler::impl_getDefaultDialogFrame_nothrow(), pcr::PropertyHandler::impl_getDocumentMeasurementUnit_throw(), pcr::GenericPropertyHandler::impl_getEnumConverter(), pcr::EventHandler::impl_getSecondaryComponentForEventInspection_throw(), pcr::IMPL_LINK_NOARG(), pcr::EventHandler::impl_setFormComponentScriptEvent_nothrow(), pcr::GenericPropertyHandler::inspect(), pcr::EventHandler::onInteractivePropertySelection(), and pcr::EventHandler::setPropertyValue().