Searched refs:ConnectionContext (Results 1 – 2 of 2) sorted by relevance
41 ConnectionContext::ConnectionContext( WorkbookFragmentBase& rParent, Connection& rConnection ) : in ConnectionContext() function in oox::xls::ConnectionContext47 ContextHandlerRef ConnectionContext::onCreateContext( sal_Int32 nElement, const AttributeList& rAtt… in onCreateContext()74 void ConnectionContext::onStartElement( const AttributeList& rAttribs ) in onStartElement()80 ContextHandlerRef ConnectionContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStream& … in onCreateRecordContext()107 void ConnectionContext::onStartRecord( SequenceInputStream& rStrm ) in onStartRecord()131 return new ConnectionContext( *this, getConnections().createConnection() ); in onCreateContext()148 return new ConnectionContext( *this, getConnections().createConnection() ); in onCreateRecordContext()
36 class ConnectionContext : public WorkbookContextBase class39 explicit ConnectionContext( WorkbookFragmentBase& rParent, Connection& rConnection );
Completed in 17 milliseconds