Searched refs:ConnectionsBuffer (Results 1 – 4 of 4) sorted by relevance
451 ConnectionsBuffer::ConnectionsBuffer( const WorkbookHelper& rHelper ) : in ConnectionsBuffer() function in oox::xls::ConnectionsBuffer457 Connection& ConnectionsBuffer::createConnection() in createConnection()464 Connection& ConnectionsBuffer::createConnectionWithId() in createConnectionWithId()472 void ConnectionsBuffer::finalizeImport() in finalizeImport()478 ConnectionRef ConnectionsBuffer::getConnection( sal_Int32 nConnId ) const in getConnection()483 void ConnectionsBuffer::insertConnectionToMap( const ConnectionRef& rxConnection ) in insertConnectionToMap()
165 inline ConnectionsBuffer& getConnections() const { return *mxConnections; } in getConnections()228 typedef ::std::auto_ptr< ConnectionsBuffer > ConnectionsBfrPtr;504 mxConnections.reset( new ConnectionsBuffer( *this ) ); in initialize()809 ConnectionsBuffer& WorkbookHelper::getConnections() const in getConnections()
148 class ConnectionsBuffer : public WorkbookHelper class151 explicit ConnectionsBuffer( const WorkbookHelper& rHelper );
92 class ConnectionsBuffer;228 ConnectionsBuffer& getConnections() const;
Completed in 28 milliseconds