Home
last modified time | relevance | path

Searched refs:aDataProvider (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/extensions/
H A DDeferredSave.jsm96 * @param aDataProvider
98 * be written. If aDataProvider returns an ArrayBufferView, the
100 * If aDataProvider returns a String the data are UTF-8 encoded
107 this.DeferredSave = function(aPath, aDataProvider, aDelay) {
117 // or with the error from aDataProvider() if that throws.
136 this._dataProvider = aDataProvider;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Ddataproviderdlg.cxx63 auto aDataProvider = sc::DataProviderFactory::getDataProviders(); in ScDataProviderBaseControl() local
64 for (const auto& rDataProvider : aDataProvider) in ScDataProviderBaseControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Ddataproviderdlg.cxx63 auto aDataProvider = sc::DataProviderFactory::getDataProviders(); in ScDataProviderBaseControl() local
64 for (const auto& rDataProvider : aDataProvider) in ScDataProviderBaseControl()