LibreOffice Module filter (master) 1
Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
TypeDetectionExporter Class Reference

#include <typedetectionexport.hxx>

Public Member Functions

 TypeDetectionExporter (css::uno::Reference< css::uno::XComponentContext > const &mxContext)
 
void doExport (const css::uno::Reference< css::io::XOutputStream > &xOS, const std::vector< filter_info_impl * > &rFilters)
 

Static Private Member Functions

static void addProperty (const css::uno::Reference< css::xml::sax::XWriter > &xWriter, const OUString &rName, const OUString &rValue)
 
static void addLocaleProperty (const css::uno::Reference< css::xml::sax::XWriter > &xWriter, const OUString &rName, const OUString &rValue)
 

Private Attributes

css::uno::Reference< css::uno::XComponentContext > mxContext
 

Detailed Description

Definition at line 27 of file typedetectionexport.hxx.

Constructor & Destructor Documentation

◆ TypeDetectionExporter()

TypeDetectionExporter::TypeDetectionExporter ( css::uno::Reference< css::uno::XComponentContext > const &  mxContext)
explicit

Definition at line 42 of file typedetectionexport.cxx.

References mxContext.

Member Function Documentation

◆ addLocaleProperty()

void TypeDetectionExporter::addLocaleProperty ( const css::uno::Reference< css::xml::sax::XWriter > &  xWriter,
const OUString &  rName,
const OUString &  rValue 
)
staticprivate

Definition at line 232 of file typedetectionexport.cxx.

References Exception, TOOLS_WARN_EXCEPTION, and u.

Referenced by doExport().

◆ addProperty()

void TypeDetectionExporter::addProperty ( const css::uno::Reference< css::xml::sax::XWriter > &  xWriter,
const OUString &  rName,
const OUString &  rValue 
)
staticprivate

Definition at line 205 of file typedetectionexport.cxx.

References Exception, TOOLS_WARN_EXCEPTION, and u.

Referenced by doExport().

◆ doExport()

void TypeDetectionExporter::doExport ( const css::uno::Reference< css::io::XOutputStream > &  xOS,
const std::vector< filter_info_impl * > &  rFilters 
)

Member Data Documentation

◆ mxContext

css::uno::Reference< css::uno::XComponentContext > TypeDetectionExporter::mxContext
private

Definition at line 38 of file typedetectionexport.hxx.

Referenced by doExport().


The documentation for this class was generated from the following files: