Searched refs:mxWebPr (Results 1 – 3 of 3) sorted by relevance
201 OSL_ENSURE( !mxWebPr.get(), "ConnectionModel::createWebPr - multiple call" ); in createWebPr()202 mxWebPr.reset( new WebPrModel ); in createWebPr()203 return *mxWebPr; in createWebPr()258 if( maModel.mxWebPr.get() ) in importTables()260 … OSL_ENSURE( maModel.mxWebPr->maTables.empty(), "Connection::importTables - multiple calls" ); in importTables()261 maModel.mxWebPr->maTables.clear(); in importTables()267 if( maModel.mxWebPr.get() ) in importTable()279 maModel.mxWebPr->maTables.push_back( aTableAny ); in importTable()348 if( maModel.mxWebPr.get() ) in importWebPrTables()350 … OSL_ENSURE( maModel.mxWebPr->maTables.empty(), "Connection::importWebPrTables - multiple calls" ); in importWebPrTables()[all …]
319 const WebPrModel* pWebPr = xConnection->getModel().mxWebPr.get(); in finalizeImport()
77 WebPrModelPtr mxWebPr; /// Special settings for web queries. member