|
LibreOffice Module sc (master) 1
|
Public Member Functions | |
| XMLFetchThread (ScDocument &rDoc, const OUString &, const ScOrcusImportXMLParam &rParam, const OUString &rID, std::function< void()> aImportFinishedHdl, std::vector< std::shared_ptr< sc::DataTransformation > > &&rTransformations) | |
| virtual void | execute () override |
Public Member Functions inherited from salhelper::Thread | |
| Thread (char const *name) | |
| void | launch () |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| SimpleReferenceObject () | |
| void | acquire () |
| void | release () |
Private Attributes | |
| ScDocument & | mrDocument |
| OUString | maURL |
| OUString | maID |
| ScOrcusImportXMLParam | maParam |
| std::unique_ptr< ScOrcusXMLContext > | mpXMLContext |
| const std::vector< std::shared_ptr< sc::DataTransformation > > | maDataTransformations |
| std::function< void()> | maImportFinishedHdl |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::Thread | |
| static void * | operator new (std::size_t size) |
| static void | operator delete (void *pointer) |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| static void * | operator new (std::size_t nSize) |
| static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
| static void | operator delete (void *pPtr) |
| static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from salhelper::Thread | |
| virtual | ~Thread () SAL_OVERRIDE |
| virtual void | execute ()=0 |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
| virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
Definition at line 24 of file xmldataprovider.cxx.
| sc::XMLFetchThread::XMLFetchThread | ( | ScDocument & | rDoc, |
| const OUString & | rURL, | ||
| const ScOrcusImportXMLParam & | rParam, | ||
| const OUString & | rID, | ||
| std::function< void()> | aImportFinishedHdl, | ||
| std::vector< std::shared_ptr< sc::DataTransformation > > && | rTransformations | ||
| ) |
Definition at line 41 of file xmldataprovider.cxx.
References maURL.
|
overridevirtual |
Implements salhelper::Thread.
Definition at line 55 of file xmldataprovider.cxx.
References ScOrcusFilters::createXMLContext(), ScFormatFilter::Get(), ScFormatFilterPlugin::GetOrcusFilters(), maDataTransformations, ScOrcusImportXMLParam::RangeLink::maFieldPaths, maID, maImportFinishedHdl, maParam, ScOrcusImportXMLParam::RangeLink::maPos, ScOrcusImportXMLParam::maRangeLinks, maURL, mpXMLContext, mrDocument, and OUStringToOString().
|
private |
Definition at line 31 of file xmldataprovider.cxx.
Referenced by execute().
|
private |
Definition at line 28 of file xmldataprovider.cxx.
Referenced by execute().
|
private |
Definition at line 32 of file xmldataprovider.cxx.
Referenced by execute().
|
private |
Definition at line 29 of file xmldataprovider.cxx.
Referenced by execute().
|
private |
Definition at line 27 of file xmldataprovider.cxx.
Referenced by execute().
|
private |
Definition at line 30 of file xmldataprovider.cxx.
Referenced by execute().
|
private |
Definition at line 26 of file xmldataprovider.cxx.
Referenced by execute().