Lines Matching refs:mxWebPr
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()
351 maModel.mxWebPr->maTables.clear(); in importWebPrTables()
357 if( maModel.mxWebPr.get() ) in importWebPrTable()
369 maModel.mxWebPr->maTables.push_back( aTableAny ); in importWebPrTable()
416 if( (maModel.mnType == BIFF12_CONNECTION_HTML) && maModel.mxWebPr.get() ) in importQueryTableSettings()
418 WebPrModel& rWebPr = *maModel.mxWebPr; in importQueryTableSettings()