Home
last modified time | relevance | path

Searched refs:maDataTransformations (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dataprovider/
H A Dxmldataprovider.cxx31 const std::vector<std::shared_ptr<sc::DataTransformation>> maDataTransformations; member in sc::XMLFetchThread
50 , maDataTransformations(rTransformations) in XMLFetchThread()
76 for (auto& itr : maDataTransformations) in execute()
H A Dsqldataprovider.cxx37 const std::vector<std::shared_ptr<sc::DataTransformation>> maDataTransformations; member in sc::SQLFetchThread
53 , maDataTransformations(rTransformations) in SQLFetchThread()
116 for (auto& itr : maDataTransformations) in execute()
H A Dcsvdataprovider.cxx74 , maDataTransformations(rDataTransformations) in CSVFetchThread()
113 for (const auto& itr : maDataTransformations) in execute()
H A Dhtmldataprovider.cxx31 const std::vector<std::shared_ptr<sc::DataTransformation>> maDataTransformations; member in sc::HTMLFetchThread
54 , maDataTransformations(rTransformations) in HTMLFetchThread()
225 for (auto& itr : maDataTransformations) in execute()
H A Ddataprovider.cxx172 maDataTransformations.push_back(mpDataTransformation); in AddDataTransformation()
177 return maDataTransformations; in getDataTransformation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dataprovider/
H A Dxmldataprovider.cxx31 const std::vector<std::shared_ptr<sc::DataTransformation>> maDataTransformations; member in sc::XMLFetchThread
50 , maDataTransformations(rTransformations) in XMLFetchThread()
76 for (auto& itr : maDataTransformations) in execute()
H A Dsqldataprovider.cxx37 const std::vector<std::shared_ptr<sc::DataTransformation>> maDataTransformations; member in sc::SQLFetchThread
53 , maDataTransformations(rTransformations) in SQLFetchThread()
116 for (auto& itr : maDataTransformations) in execute()
H A Dcsvdataprovider.cxx74 , maDataTransformations(rDataTransformations) in CSVFetchThread()
113 for (const auto& itr : maDataTransformations) in execute()
H A Dhtmldataprovider.cxx31 const std::vector<std::shared_ptr<sc::DataTransformation>> maDataTransformations; member in sc::HTMLFetchThread
54 , maDataTransformations(rTransformations) in HTMLFetchThread()
225 for (auto& itr : maDataTransformations) in execute()
H A Ddataprovider.cxx172 maDataTransformations.push_back(mpDataTransformation); in AddDataTransformation()
177 return maDataTransformations; in getDataTransformation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddatamapper.hxx68 std::vector<std::shared_ptr<sc::DataTransformation>> maDataTransformations; member in sc::ExternalDataSource
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddatamapper.hxx70 std::vector<std::shared_ptr<sc::DataTransformation>> maDataTransformations; member in sc::ExternalDataSource
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Ddataprovider.hxx44 std::vector<std::shared_ptr<sc::DataTransformation>> maDataTransformations; member in sc::CSVFetchThread
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Ddataprovider.hxx45 std::vector<std::shared_ptr<sc::DataTransformation>> maDataTransformations; member in sc::CSVFetchThread