Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/xls/
H A Dconnectionsbuffer.hxx144 typedef ::boost::shared_ptr< Connection > ConnectionRef; typedef
162 ConnectionRef getConnection( sal_Int32 nConnId ) const;
166 void insertConnectionToMap( const ConnectionRef& rxConnection );
/trunk/main/oox/source/xls/
H A Dconnectionsbuffer.cxx459 ConnectionRef xConnection( new Connection( *this ) ); in createConnection()
466 ConnectionRef xConnection( new Connection( *this, mnUnusedId ) ); in createConnectionWithId()
478 ConnectionRef ConnectionsBuffer::getConnection( sal_Int32 nConnId ) const in getConnection()
483 void ConnectionsBuffer::insertConnectionToMap( const ConnectionRef& rxConnection ) in insertConnectionToMap()
H A Dquerytablebuffer.cxx306 ConnectionRef xConnection = getConnections().getConnection( maModel.mnConnId ); in importQueryTableSettings()
314 ConnectionRef xConnection = getConnections().getConnection( maModel.mnConnId ); in finalizeImport()

Completed in 22 milliseconds