Lines Matching refs:_inout_rBuffer

2252 void OSQLParseNode::showParseTree( ::rtl::OUStringBuffer& _inout_rBuffer, sal_uInt32 nLevel ) const  in showParseTree()  argument
2257 _inout_rBuffer.appendAscii( " " ); in showParseTree()
2262 _inout_rBuffer.appendAscii( "RULE_ID: " ); in showParseTree()
2263 _inout_rBuffer.append( (sal_Int32)getRuleID() ); in showParseTree()
2264 _inout_rBuffer.append( sal_Unicode( '(' ) ); in showParseTree()
2265 _inout_rBuffer.append( OSQLParser::RuleIDToStr( getRuleID() ) ); in showParseTree()
2266 _inout_rBuffer.append( sal_Unicode( ')' ) ); in showParseTree()
2267 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2274 (*i)->showParseTree( _inout_rBuffer, nLevel+1 ); in showParseTree()
2283 _inout_rBuffer.appendAscii( "SQL_KEYWORD: " ); in showParseTree()
2284_inout_rBuffer.append( ::rtl::OStringToOUString( OSQLParser::TokenIDToStr( getTokenID() ), RTL_TEX… in showParseTree()
2285 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2289 _inout_rBuffer.appendAscii( "SQL_COMPARISON: " ); in showParseTree()
2290 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2291 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2295 _inout_rBuffer.appendAscii( "SQL_NAME: " ); in showParseTree()
2296 _inout_rBuffer.append( sal_Unicode( '"' ) ); in showParseTree()
2297 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2298 _inout_rBuffer.append( sal_Unicode( '"' ) ); in showParseTree()
2299 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2303 _inout_rBuffer.appendAscii( "SQL_STRING: " ); in showParseTree()
2304 _inout_rBuffer.append( sal_Unicode( '\'' ) ); in showParseTree()
2305 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2306 _inout_rBuffer.append( sal_Unicode( '\'' ) ); in showParseTree()
2307 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2311 _inout_rBuffer.appendAscii( "SQL_INTNUM: " ); in showParseTree()
2312 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2313 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2317 _inout_rBuffer.appendAscii( "SQL_APPROXNUM: " ); in showParseTree()
2318 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2319 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2323 _inout_rBuffer.appendAscii( "SQL_PUNCTUATION: " ); in showParseTree()
2324 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2325 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2329 _inout_rBuffer.appendAscii( "SQL_AMMSC: " ); in showParseTree()
2330 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2331 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2340 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2341 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2345 _inout_rBuffer.appendAscii( "SQL_ACCESS_DATE: " ); in showParseTree()
2346 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2347 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2351 _inout_rBuffer.appendAscii( "SQL_DATE: " ); in showParseTree()
2352 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2353 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2357 _inout_rBuffer.appendAscii( "||" ); in showParseTree()
2358 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()