Home
last modified time | relevance | path

Searched refs:mnConnId (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/oox/source/xls/
H A Dquerytablebuffer.cxx166 mnConnId( -1 ), in QueryTableModel()
193 maModel.mnConnId = rAttribs.getInteger( XML_connectionId, -1 ); in importQueryTable()
222 rStrm >> maModel.mnConnId >> maModel.maDefName; in importQueryTable()
279 OSL_ENSURE( maModel.mnConnId == -1, "QueryTable::importQueryTable - multiple call" ); in importQueryTable()
281 maModel.mnConnId = rConnection.getConnectionId(); in importQueryTable()
306 ConnectionRef xConnection = getConnections().getConnection( maModel.mnConnId ); in importQueryTableSettings()
314 ConnectionRef xConnection = getConnections().getConnection( maModel.mnConnId ); in finalizeImport()
/aoo4110/main/oox/inc/oox/xls/
H A Dquerytablebuffer.hxx38 …sal_Int32 mnConnId; /// Identifier of the external connection used to query th… member

Completed in 76 milliseconds