LibreOffice Module writerperfect (master) 1
Namespaces | Functions
MSWorksCalcImportFilter.cxx File Reference
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/ucb/XContent.hpp>
#include <com/sun/star/ucb/XContentAccess.hpp>
#include <sal/log.hxx>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <sfx2/passwd.hxx>
#include <tools/urlobj.hxx>
#include <ucbhelper/content.hxx>
#include <libwps/libwps.h>
#include <DocumentHandlerForOds.hxx>
#include <WPFTEncodingDialog.hxx>
#include <WPFTResMgr.hxx>
#include "MSWorksCalcImportFilter.hxx"
#include <strings.hrc>
#include <iostream>
#include <map>
#include <utility>
Include dependency graph for MSWorksCalcImportFilter.cxx:

Go to the source code of this file.

Namespaces

namespace  MSWorksCalcImportFilterInternal
 

Functions

static uno::Reference< sdbc::XResultSet > MSWorksCalcImportFilterInternal::getResultSet (const css::uno::Reference< css::ucb::XContent > &xPackageContent)
 returns the list of stream name present in a folder More...
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_Calc_MSWorksCalcImportFilter_get_implementation (css::uno::XComponentContext *const context, const css::uno::Sequence< css::uno::Any > &)
 

Function Documentation

◆ com_sun_star_comp_Calc_MSWorksCalcImportFilter_get_implementation()

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

Definition at line 469 of file MSWorksCalcImportFilter.cxx.

Variable Documentation

◆ m_nameToPathMap

std::map<std::string, OUString> m_nameToPathMap
private

the map short name to path

Definition at line 174 of file MSWorksCalcImportFilter.cxx.

◆ m_xContent

uno::Reference<ucb::XContent> m_xContent
private

the main container

Definition at line 172 of file MSWorksCalcImportFilter.cxx.