Lines Matching refs:m_bDocStarted
939 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()
1305 if( ! m_bDocStarted || m_bIsCDATA ) in processingInstruction()
1345 if( ! m_bDocStarted || m_bIsCDATA) in startCDATA()
1362 if( ! m_bDocStarted | ! m_bIsCDATA) in endCDATA()
1382 if( ! m_bDocStarted || m_bIsCDATA ) in comment()
1411 if( ! m_bDocStarted || m_bAllowLineBreak ) { in allowLineBreak()
1421 if( ! m_bDocStarted ) in unknown()