LibreOffice Module extensions (master) 1
Namespaces | Typedefs | Functions
filehandler.cxx File Reference
#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>
Include dependency graph for filehandler.cxx:

Go to the source code of this file.

Namespaces

namespace  logging
 

Typedefs

typedef ::cppu::WeakComponentImplHelper< XLogHandler, XServiceInfo > logging::FileHandler_Base
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_extensions_FileHandler (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &arguments)
 

Function Documentation

◆ 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 
)

Definition at line 352 of file filehandler.cxx.

Variable Documentation

◆ m_aHandlerHelper

LogHandlerHelper m_aHandlerHelper
private

Definition at line 79 of file filehandler.cxx.

◆ m_eFileValidity

FileValidity m_eFileValidity
private

Definition at line 82 of file filehandler.cxx.

◆ m_pFile

std::unique_ptr< ::osl::File > m_pFile
private

Definition at line 81 of file filehandler.cxx.

◆ m_sFileURL

OUString m_sFileURL
private

Definition at line 80 of file filehandler.cxx.

◆ 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().