Home
last modified time | relevance | path

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

/AOO41X/main/sax/source/expatwrap/
H A Dsaxwriter.cxx939 if ( m_out == aStream && mp_SaxWriterHelper && m_bDocStarted ) in setOutputStream()
947 m_bDocStarted = sal_False; in setOutputStream()
1007 sal_Bool m_bDocStarted : 1; member in sax_expatwrap::SAXWriter
1096 if( m_bDocStarted || ! m_out.is() || !mp_SaxWriterHelper ) { in startDocument()
1099 m_bDocStarted = sal_True; in startDocument()
1106 if( ! m_bDocStarted ) in endDocument()
1137 if( ! m_bDocStarted ) in startElement()
1205 if( ! m_bDocStarted ) { in endElement()
1241 if( ! m_bDocStarted ) in characters()
1294 if( ! m_bDocStarted ) in ignorableWhitespace()
[all …]