Lines Matching refs:_inout_rBuffer

2255 void OSQLParseNode::showParseTree( ::rtl::OUStringBuffer& _inout_rBuffer, sal_uInt32 nLevel ) const  in showParseTree()  argument
2260 _inout_rBuffer.appendAscii( " " ); in showParseTree()
2265 _inout_rBuffer.appendAscii( "RULE_ID: " ); in showParseTree()
2266 _inout_rBuffer.append( (sal_Int32)getRuleID() ); in showParseTree()
2267 _inout_rBuffer.append( sal_Unicode( '(' ) ); in showParseTree()
2268 _inout_rBuffer.append( OSQLParser::RuleIDToStr( getRuleID() ) ); in showParseTree()
2269 _inout_rBuffer.append( sal_Unicode( ')' ) ); in showParseTree()
2270 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2277 (*i)->showParseTree( _inout_rBuffer, nLevel+1 ); in showParseTree()
2286 _inout_rBuffer.appendAscii( "SQL_KEYWORD: " ); in showParseTree()
2287_inout_rBuffer.append( ::rtl::OStringToOUString( OSQLParser::TokenIDToStr( getTokenID() ), RTL_TEX… in showParseTree()
2288 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2292 _inout_rBuffer.appendAscii( "SQL_COMPARISON: " ); in showParseTree()
2293 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2294 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2298 _inout_rBuffer.appendAscii( "SQL_NAME: " ); in showParseTree()
2299 _inout_rBuffer.append( sal_Unicode( '"' ) ); in showParseTree()
2300 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2301 _inout_rBuffer.append( sal_Unicode( '"' ) ); in showParseTree()
2302 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2306 _inout_rBuffer.appendAscii( "SQL_STRING: " ); in showParseTree()
2307 _inout_rBuffer.append( sal_Unicode( '\'' ) ); in showParseTree()
2308 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2309 _inout_rBuffer.append( sal_Unicode( '\'' ) ); in showParseTree()
2310 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2314 _inout_rBuffer.appendAscii( "SQL_INTNUM: " ); in showParseTree()
2315 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2316 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2320 _inout_rBuffer.appendAscii( "SQL_APPROXNUM: " ); in showParseTree()
2321 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2322 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2326 _inout_rBuffer.appendAscii( "SQL_PUNCTUATION: " ); in showParseTree()
2327 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2328 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2332 _inout_rBuffer.appendAscii( "SQL_AMMSC: " ); in showParseTree()
2333 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2334 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2343 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2344 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2348 _inout_rBuffer.appendAscii( "SQL_ACCESS_DATE: " ); in showParseTree()
2349 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2350 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2354 _inout_rBuffer.appendAscii( "SQL_DATE: " ); in showParseTree()
2355 _inout_rBuffer.append( m_aNodeValue ); in showParseTree()
2356 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()
2360 _inout_rBuffer.appendAscii( "||" ); in showParseTree()
2361 _inout_rBuffer.append( sal_Unicode( '\n' ) ); in showParseTree()