Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/xls/
H A Dconnectionsfragment.cxx41 ConnectionContext::ConnectionContext( WorkbookFragmentBase& rParent, Connection& rConnection ) : in ConnectionContext() function in oox::xls::ConnectionContext
47 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()
/aoo4110/main/oox/inc/oox/xls/
H A Dconnectionsfragment.hxx36 class ConnectionContext : public WorkbookContextBase class
39 explicit ConnectionContext( WorkbookFragmentBase& rParent, Connection& rConnection );

Completed in 22 milliseconds